User forums > Nightly builds
The 20 June 2007 build is out.
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/wxmsw28u_gcc_cb_wx284.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
The 20 June 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070620_rev4124_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070620_rev4124_Ubuntu6.10+7.04_wx2.8.4.deb
http://prdownload.berlios.de/codeblocks/CB_20070620_rev4124_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070620_rev4124_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* Scripted wizard pages are now resizable. If you can't see a control, please resize the page
* wxSmith: Fixed sizing for childless sizers (static box in wxStaticBox sizer did not expand)
* wxSmith: Small update to editor area (it won't fetch preview when code::blocks is not active)
* Added new compiler output parsing level: cltInfo (fixes info's treated as warnings)
* Added new parsing line "In function: " for GNU Compiler
* Compiler Settings now at version 0.0.2
* Added: The following SDK functions.
- ProjectManager::IsLoadingProject()
- ProjectManager::IsLoadingWorkspace()
- ProjectManager::IsClosingProject()
- ProjectManager::IsClosingWorkspace()
* wxSmith: Fixed build for wx2.6
* Fixed: [Bug #11205] Code Completion toolbar - not loading functions, Now Code-Completion plugin would not parse editor files during Project Loading/Closing or App closing
* Fixed: Scripted wizard pages' minimal size is not computed properly (Thanks wxLearner)
* HUGE Memory leak (hundreds of megabytes) fixed
* AStyle plugin: Bugfix: Crash when file to be formatted had lines with more than 2047 characters
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
Z_guy:
So it's CodeBlocks who've been taking all my memory :P
Thanks for the fix!
Morphius Faydal:
Nice to see we got the "add header files" screen on Linux worked out. That was kinda annoying. :)
cstudent:
Debian package here:
http://www.mediafire.com/?4hwmmynnaze
madnut.ua:
Please, also add "note:" parsing line to compiler default settings. Now it's treated as error for gcc 4.x
--- Code: ---:: === sqlite3 ===
-----------cut------------
..\src\sqlite3\sqlite3.c:: In function 'sqlite3WinOpenReadOnly':
..\src\sqlite3\sqlite3.c:17501: warning: 'f.sharedLockByte' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.sharedLockByte' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.locktype' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.locktype' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.pMethod' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16836: note: 'f.pMethod' was declared here
..\src\sqlite3\sqlite3.c:: In function 'sqlite3WinOpenExclusive':
..\src\sqlite3\sqlite3.c:17501: warning: 'f.sharedLockByte' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.sharedLockByte' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.locktype' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.locktype' was declared here
..\src\sqlite3\sqlite3.c:17501: warning: 'f.pMethod' is used uninitialized in this function
..\src\sqlite3\sqlite3.c:16769: note: 'f.pMethod' was declared here
---------------cut------------------
:: === Build finished: 9 errors, 45 warnings ===
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version