Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 20, 2007, 10:23:51 pm

Title: The 20 June 2007 build is out.
Post by: killerbot on June 20, 2007, 10:23:51 pm
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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 20 June 2007 build is out.
Post by: Z_guy on June 21, 2007, 01:37:32 am
So it's CodeBlocks who've been taking all my memory :P
Thanks for the fix!
Title: Re: The 20 June 2007 build is out.
Post by: Morphius Faydal on June 21, 2007, 01:47:46 am
Nice to see we got the "add header files" screen on Linux worked out. That was kinda annoying. :)
Title: Re: The 20 June 2007 build is out.
Post by: cstudent on June 21, 2007, 04:24:51 am
Debian package here:
http://www.mediafire.com/?4hwmmynnaze
Title: Re: The 20 June 2007 build is out.
Post by: madnut.ua on June 21, 2007, 11:25:06 am
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 ===
Title: Re: The 20 June 2007 build is out.
Post by: basurapr on June 21, 2007, 03:04:33 pm
Nice to see that the web page is been updated to better point to the nightly. This project really demonstrate the power of team work, not like me, working like a lonely wolf... I'm the only programmer at my work  :(

This is the best C/C++ IDE in the world, and if not, is becoming the best one.
Title: Re: The 20 June 2007 build is out.
Post by: stahta01 on June 21, 2007, 08:46:06 pm
Patch needed for non-precompiled headers under windows XP on SVN 4145

Tim S

Code
Index: src/plugins/todo/todolist.cpp
===================================================================
--- src/plugins/todo/todolist.cpp (revision 4145)
+++ src/plugins/todo/todolist.cpp (working copy)
@@ -18,6 +18,7 @@
 #include <wx/xrc/xmlres.h>
 #include "cbeditor.h"
 #include "configmanager.h"
+#include "projectmanager.h"
 #include "editormanager.h"
 #include "manager.h"
 //#include "messagemanager.h"
Title: Re: The 20 June 2007 build is out.
Post by: killerbot on June 21, 2007, 08:55:42 pm
done, thanks Tim