Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 28, 2007, 09:54:17 pm

Title: The 28 June 2007 build (4193) is out.
Post by: killerbot on June 28, 2007, 09:54:17 pm
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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 28 June 2007 build (4193) is out.
Post by: Xaviou on June 28, 2007, 11:14:07 pm
Ubuntu 6.10 & 7.04 Amd64 .deb installer (build with wx263 and wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 28 June 2007 build (4193) is out.
Post by: cstudent on June 29, 2007, 02:15:51 am
Debian package ->  http://www.mediafire.com/?auz0zajvdtz
Title: Re: The 28 June 2007 build (4193) is out.
Post by: TheTuxKeeper on June 29, 2007, 09:16:26 am
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):

Have fun!  8)
Title: Re: The 28 June 2007 build (4193) is out.
Post by: stahta01 on June 29, 2007, 07:55:21 pm
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
Title: Re: The 28 June 2007 build (4193) is out.
Post by: killerbot on June 29, 2007, 08:17:47 pm
done
Title: Re: The 28 June 2007 build (4193) is out.
Post by: tutes on June 30, 2007, 05:03:58 am
Can anybody build a Debian Etch i686 package with wx263??  :oops:
Title: Re: The 28 June 2007 build (4193) is out.
Post by: TheTuxKeeper on June 30, 2007, 11:51:27 am
Can anybody build a Debian Etch i686 package with wx263??  :oops:
Package rev4198 is finally building ;)
Here are the links you need to get the package when it's built :)
  • 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)