User forums > Nightly builds

The 15 december 2006 build is out.

(1/4) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 15 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061215_rev3385_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061215_rev3385_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061215_rev3385_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061215_rev3385_fc4+5.rpm (not yet)


Resolved Fixed:


* applying patch 1715 (fixing bugs 009641 and 009247 and 006965)
* SDK version pumped to 1.11.5
* Added support for the Cygwin compiler
* Implemented wxCrc32::FromFile()
* Improved MenuItemsManager
* Major scripting update:
  - startup.script does not need a main() function now.
  - The recently added 'App' script object provides no functions now (those that it used to provide have been moved elsewhere).
  - Script plugins support (yes, plugins that are actually scripts).
  - Enabled "dangerous" script-bound functions in IO script namespace providing the following operations: copy, write, delete, rename and execute.
  - Added security layer for the above "dangerous" IO functions.
  - Provided sample script that adds "Settings->Edit startup script" menu.
  - Provided sample (pointless) script plugin (disabled by default).
  - Wiki documentation currently being updated for all of the above changes
* Last commit message was missing some debugger updates: mainly GDB support for Cygwin-based executables and cpu registers reading improvements
* Respect OS theme's window background colour in the compiler's build log
* Script functions IO.CreateDir and IO.RemoveDir renamed to IO.CreateDirectory and IO.RemoveDirectory
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263)

killerbot:
there seems to be a side effect in this build, at each start up CB show the compiler list and which ones are detected.

[PERSONAL NOTE] : would be nice if that compiler selection list dialog would be resizable so i t can be enlarged that everything is nicely visible.

[EDIT] : on Suse 10.2 it is also ok.

pasgui:
To compile svn3385 on linux ubuntu edgy, I modify the following line:

gdb_commands.h (line 1148):
#ifdef __WXMSW__
                    if(m_disassemblyFlavor == _T("set disassembly-flavor or32"))
                    {
                        reDisassemblyInitFuncOR32.GetMatch(output, 1).ToLong(&active, 16);
                    }
                    else
#endif

gdb_driver.cpp (line 755):
#ifdef __WXMSW__
            if(flavour == _T("set disassembly-flavor or32"))
            {
                HandleMainBreakPoint(reBreak_or32, lines);
            }
            else
#endif

gdb_driver.h (line 76):
        void GDB_driver::HandleMainBreakPoint(const wxRegEx& reBreak, wxString line);

Best regards,

pasgui

pasgui:

--- Quote from: killerbot on December 15, 2006, 07:19:56 pm ---there seems to be a side effect in this build, at each start up CB show the compiler list and which ones are detected.

[PERSONAL NOTE] : would be nice if that compiler selection list dialog would be resizable so i t can be enlarged that everything is nicely visible.

--- End quote ---

This side effect is not present on edgy.

PsYhLo:
how to compile the latest svn on my linux box
i get this messages

--- Code: ---:: === Code::Blocks - Unix, Debugger ===
plugins/debuggergdb/gdb_commands.h:1148: error: `m_disassemblyFlavor' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: error: `reDisassemblyInitFuncOR32' was not declared in this scope
plugins/debuggergdb/gdb_commands.h:1150: warning: unused variable 'reDisassemblyInitFuncOR32'
plugins/debuggergdb/gdb_commands.h:1148: warning: unused variable 'm_disassemblyFlavor'
plugins/debuggergdb/gdb_driver.cpp:757: error: `reBreak_or32' was not declared in this scope
plugins/debuggergdb/gdb_driver.cpp:757: warning: unused variable 'reBreak_or32'
:: === Build finished: 3 errors, 3 warnings ===

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version