Author Topic: The 30 January 2007 build is out.  (Read 16399 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 30 January 2007 build is out.
« on: January 30, 2007, 09:13:59 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 30 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070130_rev3553_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070130_rev3553_Ubuntu6.xx.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070130_rev3553_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070130_rev3553_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • fixed the project loading/saving bug introduced in a previous commit
  • Fixed refresh bug in "new from template" dialog, when the user switched the list appearence from icons to list and vice-versa (linux)
  • Updated wxWidgets project wizard to Biplab's version
  • Added Lightfeather project wizard
  • fixes for regex-es/patterns of the supported compilers for parsing warnings/errors

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: January 31, 2007, 12:09:25 am by killerbot »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 30 January 2007 build is out.
« Reply #1 on: January 30, 2007, 09:25:12 pm »
although the branding says 3553 actually it contains the code of 3554. After my commit I didn't rebuild anymore, so the update svn revision number is not reflected.

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 30 January 2007 build is out.
« Reply #2 on: January 30, 2007, 10:20:10 pm »
conforming fix of project loading bug.

Thank you :)

--Ano

Offline nenin

  • Almost regular
  • **
  • Posts: 201
Re: The 30 January 2007 build is out.
« Reply #3 on: January 31, 2007, 12:37:50 am »
Still can not entry header with templates:
Code
No source file named C:/MinGW/run/prj_dir/roots/solveint.h.
Breakpoint 1 ("C:/MinGW/run/prj_dir/roots/solveint.h:37) pending.
:cry:

Offline @nthony

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 30 January 2007 build is out.
« Reply #4 on: January 31, 2007, 08:22:19 am »
so when do we get to look forward to using project paths that contain spaces? ....

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 30 January 2007 build is out.
« Reply #5 on: January 31, 2007, 08:43:40 am »
works great on linux gentoo amd64! thanks!

mareq

  • Guest
Re: The 30 January 2007 build is out.
« Reply #6 on: January 31, 2007, 09:13:20 am »
Please, make also .deb packages. I am looking forward for new nightly builds and I am disappointed if .deb package is not built :(

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 30 January 2007 build is out.
« Reply #7 on: January 31, 2007, 09:34:09 am »
Please, make also .deb packages. I am looking forward for new nightly builds and I am disappointed if .deb package is not built :(
there is my dumb script for updating nightly without any dist specified
first
Code
mkdir /root/cb
  :lol:
Code
cd /root/cb/trunk
make uninstall
cd /root/cb
rm -rf trunk
svn checkout svn://svn.berlios.de/codeblocks/trunk
cd /root/cb/trunk
./bootstrap
./configure --enable-contrib --prefix=/usr
make
make install
cd /root
copypast it to file (my is named cbupdate.sh!)
and don't forget
Code
chmod 700 cbupdate.sh
« Last Edit: January 31, 2007, 09:37:13 am by dronT78 »

Offline Marenz

  • Multiple posting newcomer
  • *
  • Posts: 37
Re: The 30 January 2007 build is out.
« Reply #8 on: January 31, 2007, 11:12:18 am »
That script is not very performent

why don't you just do a svn update ?
Always checking out the whole revision is not acceptable for ISDN/Modem users..

--Ano


souls-seb

  • Guest
Re: The 30 January 2007 build is out.
« Reply #9 on: January 31, 2007, 11:26:56 am »
New wxWidgets projects does not compile.

Code
:: === test, Debug ===
:: Warning: No config found to match: /usr/lib/wx/config/gtk2-unicode-release-2.6 --version=2.6 --static=yes --unicode=yes --debug=yes --cflags
./test_pch.h:18: error: wx/wxprec.h: No such file or directory
:: === Build finished: 1 errors, 1 warnings ===

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 30 January 2007 build is out.
« Reply #10 on: January 31, 2007, 11:52:12 am »
New wxWidgets projects does not compile.

Code
:: === test, Debug ===
:: Warning: No config found to match: /usr/lib/wx/config/gtk2-unicode-release-2.6 --version=2.6 --static=yes --unicode=yes --debug=yes --cflags
./test_pch.h:18: error: wx/wxprec.h: No such file or directory
:: === Build finished: 1 errors, 1 warnings ===

Do you have the required wx version (Debug-Static-Unicode build) in your system? I think, no. Try compiling the Release Target from Code::Blocks. That would do the job.
Be a part of the solution, not a part of the problem.

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 30 January 2007 build is out.
« Reply #11 on: January 31, 2007, 12:00:57 pm »
That script is not very performent
why don't you just do a svn update ?
Always checking out the whole revision is not acceptable for ISDN/Modem users..
--Ano
i say it's dumb script :)
it's working fine for me

souls-seb

  • Guest
Re: The 30 January 2007 build is out.
« Reply #12 on: January 31, 2007, 12:50:59 pm »
Do you have the required wx version (Debug-Static-Unicode build) in your system? I think, no. Try compiling the Release Target from Code::Blocks. That would do the job.

Release doesn't work either. A wxWidgets project created by the 30th January build compiles just fine.
This is svn build rev 3555.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 30 January 2007 build is out.
« Reply #13 on: January 31, 2007, 01:07:17 pm »
Do you have the required wx version (Debug-Static-Unicode build) in your system? I think, no. Try compiling the Release Target from Code::Blocks. That would do the job.

Release doesn't work either. A wxWidgets project created by the 30th January build compiles just fine.
This is svn build rev 3555.

I didn't get your point. The new wxWidgets wizard was merged with 30th January Build and no changes have been committed to it after that. So if it had worked earlier then it should also work this time. :)
Be a part of the solution, not a part of the problem.

souls-seb

  • Guest
Re: The 30 January 2007 build is out.
« Reply #14 on: January 31, 2007, 09:36:17 pm »
I didn't get your point. The new wxWidgets wizard was merged with 30th January Build and no changes have been committed to it after that. So if it had worked earlier then it should also work this time. :)

Oops, I meant the 29th Jan build works fine, the new wxWidgets project template does not  :lol:

EDIT:
Sorry, you were right on the first go.
I tried running wx-config --list --debug, and no matching config were found.
Thanks :)
« Last Edit: February 01, 2007, 01:13:00 pm by souls-seb »