User forums > Nightly builds

The 28 June 2007 build (4193) is out.

(1/2) > >>

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

Before you use a nightly make sure you understand how it works.

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 28 June 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_Ubuntu6.10+7.04_wx2.8.4.deb
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070628_rev4193_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* fixed nasty crash in OW compiler (command generator)
* Applied: [Patch #2081] Project properties -> line counter fix
* Fixed some issues for non-pch project using wxSmith generated by wizard
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)

Xaviou:
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here.

cstudent:
Debian package ->  http://www.mediafire.com/?auz0zajvdtz

TheTuxKeeper:
Finally one of my first packages on the opensuse buildservice!  :D They need some testing (changed the spec file in a rush), but I hope they work. ;)

The packages are rev4195 and available for FC5-6 (i586), FC7 (i586 and x84_64), opensuse 10.2 and factory (i586 and x84_64):

* Where to find the packages and .repo files: http://software.opensuse.org/home:/TheTuxKeeper/
* Howto install packages: http://en.opensuse.org/Build_Service/User
Have fun!  8)

stahta01:
Patch needed to compile SVN 4197 on windows without using Pre Compiled Headers.
Tim S


--- Code: ---Index: src/src/environmentsettingsdlg.cpp
===================================================================
--- src/src/environmentsettingsdlg.cpp (revision 4197)
+++ src/src/environmentsettingsdlg.cpp (working copy)
@@ -37,6 +37,7 @@
 #endif
 
 #ifndef CB_PRECOMP
+    #include <wx/dir.h>
     #include "cbplugin.h" // cgCompiler, cgDebugger...
 #endif
 
Index: src/src/app.cpp
===================================================================
--- src/src/app.cpp (revision 4197)
+++ src/src/app.cpp (working copy)
@@ -71,6 +71,7 @@
 #include "appglobals.h"
 
 #ifndef CB_PRECOMP
+    #include <wx/dir.h>
     #include "xtra_res.h"
     #include "filemanager.h" // LoaderBase
 #endif

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version