Author Topic: The 26 March 2007 build is out.  (Read 11814 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 26 March 2007 build is out.
« 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:

  • 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)

« Last Edit: March 26, 2007, 09:34:58 pm by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 26 March 2007 build is out.
« Reply #1 on: March 26, 2007, 09:56:39 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.

Name is CB_20070325_rev3761_Ubuntu6.10_amd64.deb
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 26 March 2007 build is out.
« Reply #2 on: March 26, 2007, 10:33:49 pm »

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
3764 won't build on Arch
« Reply #3 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

Offline killua

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 26 March 2007 build is out.
« Reply #4 on: March 27, 2007, 02:00:39 pm »
szczepan:

I had that same issue, and according to this it's fixed in the head revision.  So try doing a svn update and it should work.

Offline Nonenix

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 26 March 2007 build is out.
« Reply #5 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 !

Eden

  • Guest
Re: The 26 March 2007 build is out.
« Reply #6 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

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 26 March 2007 build is out.
« Reply #7 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
Be a part of the solution, not a part of the problem.

Eden

  • Guest
Re: The 26 March 2007 build is out.
« Reply #8 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