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/wxmsw26u_gcc_cb_wx2.6.3p2.7z
To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.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
For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z
The 26 March 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_Ubuntu6.xx.deb
http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- fix bug where application failed to run
- fix Darwin/GTK2 wxWidgets libraries (bug #8821)
- SDL/GLUT wizards updated for Mac
Regressions/Confirmed/Annoying/Common bugs:
- toolbar-images-not-changing-state (is a wx problem/Win XP problem)
- menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Name is CB_20070325_rev3761_Ubuntu6.10_amd64.deb
- Mac OS X: (10.4 Universal)
http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_macx86.zip
As Arch Linux now has a legacy wxgtk 2.6 package, I was hoping I could build CB from SVN again with configure --with-wx-config=wx-config-2.6. Unfortunately the build (fresh checkout) fails with this:
globals.cpp: In function 'wxChar* cbU2C(const wxString&)':
globals.cpp:511: error: invalid conversion from 'const wxChar*' to 'wxChar*'
globals.cpp:513: error: invalid conversion from 'const wxChar*' to 'wxChar*'
make[3]: *** [globals.lo] Błąd 1
make[3]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src/sdk'
make[2]: *** [all-recursive] Błąd 1
make[2]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src/sdk'
make[1]: *** [all-recursive] Błąd 1
make[1]: Opuszczenie katalogu `/home/rulatir/works/CodeBlocks/trunk/src'
make: *** [all-recursive] Błąd 1
szczepan:
I had that same issue, and according to this (http://developer.berlios.de/bugs/?func=detailbug&bug_id=10669&group_id=5358) it's fixed in the head revision. So try doing a svn update and it should work.
Ah nice that there is an ubuntu release again , but why is the GTK+ projekt template missing ?
under linux it is very easy compiling a gtk+ app but integration would be really nice !
I'm trying to compile the same way as szczepan but in Gentoo and i'm getting the following error.
globals.cpp: In function 'void PlaceWindow(wxWindow*, cbPlaceDialogMode, bool)':
globals.cpp:875: error: 'class wxWindow' has no member named 'CentreOnScreen'
make[3]: *** [globals.lo] Error 1
make[3]: Leaving directory `/home/eden/projects/svn/codeblocks/src/sdk'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/eden/projects/svn/codeblocks/src/sdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eden/projects/svn/codeblocks/src'
make: *** [all-recursive] Error 1
Quote from: Eden on March 27, 2007, 05:37:17 PM
I'm trying to compile the same way as szczepan but in Gentoo and i'm getting the following error.
See the following thread for solution:
Quotehttp://forums.next.codeblocks.org/index.php/topic,5486.msg42678.html#msg42678
Well that works but it just leads to two more errors. configuring without --enable-contrib works though, i don't use a lot of those plugins anyway.
./../wxsevents.h:142: error: 'wxArrayString' does not name a type
./../wxsevents.h: In member function 'const wxString& wxsEvents::GetHandler(int)':
./../wxsevents.h:108: error: 'm_Functions' was not declared in this scope
./../wxsevents.h: In member function 'void wxsEvents::SetHandler(int, const wxString&)':
./../wxsevents.h:111: error: 'm_Functions' was not declared in this scope
make[6]: *** [wxsdatepickerctrl.lo] Error 1
make[6]: Leaving directory `svn/codeblocks/src/plugins/contrib/wxSmith/wxwidgets/defitems'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `svn/codeblocks/src/plugins/contrib/wxSmith/wxwidgets'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `svn/codeblocks/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `svn/codeblocks/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory ` svn/codeblocks/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `svn/codeblocks/src'
make: *** [all-recursive] Error 1