User forums > Nightly builds
The 07 September 2007 build (4439) is out.
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 07 September 2007 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_Ubuntu6.10+7.04_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_Debian4.0_wx2.8.4.tar.gz
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_suse100-102.wx28.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070907_rev4439_fc4+5.i586.rpm (not yet)
Resolved Fixed:
* wxSmith: Implemented jumping to event handler function body when changing handler / double clicking on item that has main handler set
* add support for TriCore, MSP430 and PowerPC
* Help plugin: Added support to display man pages
* Fixed: Project file is removed while Rebuilding / Cleaning a Dynamic Library Project
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
pasgui:
Build for Ubuntu 6.10/7.04 i386/amd64 can be found here
stahta01:
Patch to get windows build without precompiled headers.
Tim S
--- Code: ---Index: src/plugins/contrib/help_plugin/man2html.cpp
===================================================================
--- src/plugins/contrib/help_plugin/man2html.cpp (revision 4439)
+++ src/plugins/contrib/help_plugin/man2html.cpp (working copy)
@@ -142,6 +142,10 @@
# define BYTEARRAY(x) x
#endif
+#ifdef __MINGW32__
+ #include <io.h>
+#endif
+
#include "man2html.h"
using namespace std;
--- End code ---
adding either of below should work, but only adding io.h was tested.
#ifndef WX_PRECOMP
#include <wx/filefn.h>
#endif
or
#ifdef __MINGW32__
#include <io.h>
#endif
Ceniza:
Tim: I added that fix in my local copy, but I'll have to commit it later (because of BerliOS).
Thanks.
JGM:
--- Quote from: pasgui on September 07, 2007, 07:09:17 pm ---Build for Ubuntu 6.10/7.04 i386 can be found here
--- End quote ---
Great work! :)
Navigation
[0] Message Index
[#] Next page
Go to full version