User forums > Nightly builds

The 16 March 2007 build is out.

(1/3) > >>

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

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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 16 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070316_rev3714_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070316_rev3714_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070316_rev3714_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070316_rev3714_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* Fixed: [Bug #9452] Build options coherency lack
* Improved context menu in Project Manager. A number of options wont be enabled if the project is currently compiling
* Fixed: [Bug #9457 & Bug #10638] Error at import or open Dev++ project
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) (is fixed with our special wx263/wx28 dll)
* debugging on Win2000 broken for the moment (workaround, replace the debugger.dll with a version from a nightly of 2 weeks ago)

killerbot:
Tomorrow morning I am leaving for the USA for SD Expo (www.sdexpo.com). So nightly builds are not guaranteed this coming week. I should have wireless access in the hotel, but will I able able to svn update and then ftp upload ... that's the question.
I'll do my very best to provide the nightlies. But for sure, next week on Sunday I am back and for sure that day the nigthlies are too.

Cheers,
Lieven

wxLearner:
Right clicking the workspace makes Code::Blocks crash.


--- Quote from: sdk/projectmanager.cpp ---
--- Code: (line 486) ---if (Projects && (ftd->GetKind() == FileTreeData::ftdkProject)) // Make sure we're looking for projects
--- End code ---

--- End quote ---
should be changed to

--- Code: ---if (Projects && ftd && (ftd->GetKind() == FileTreeData::ftdkProject)) // Make sure we're looking for projects
--- End code ---

Thank you for this great IDE :D

Grom:
We can issue a rc10 when you will be on conference :lol:.

nenin:
"xterm" bug  under win still alive in cvn3714:
Execution of 'xterm -T 'gdb_bugs01' -e 'LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH "C:\MinGW\projects\gdb_bugs01\gdb_bugs01.exe" ' in 'C:\MinGW\projects\gdb_bugs01' failed.

Navigation

[0] Message Index

[#] Next page

Go to full version