Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 26, 2007, 07:12:21 pm

Title: The 26 March 2007 build is out.
Post by: killerbot on March 26, 2007, 07:12:21 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/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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 March 2007 build is out.
Post by: Xaviou on March 26, 2007, 09:56:39 pm
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
Title: Re: The 26 March 2007 build is out.
Post by: afb on March 26, 2007, 10:33:49 pm
  - Mac OS X: (10.4 Universal)
         http://prdownload.berlios.de/codeblocks/CB_20070326_rev3761_macx86.zip
Title: 3764 won't build on Arch
Post by: szczepan on March 27, 2007, 06:08:58 am
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:

Code
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
Title: Re: The 26 March 2007 build is out.
Post by: killua on March 27, 2007, 02:00:39 pm
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.
Title: Re: The 26 March 2007 build is out.
Post by: Nonenix on March 27, 2007, 03:48:43 pm
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 !
Title: Re: The 26 March 2007 build is out.
Post by: 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.

Code
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
Title: Re: The 26 March 2007 build is out.
Post by: Biplab on March 27, 2007, 06:34:04 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:
Quote
http://forums.codeblocks.org/index.php/topic,5486.msg42678.html#msg42678
Title: Re: The 26 March 2007 build is out.
Post by: Eden on March 27, 2007, 07:23:13 pm
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.

Code
./../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