News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 30 January 2007 build is out.

Started by killerbot, January 30, 2007, 09:13:59 PM

Previous topic - Next topic

killerbot

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)


killerbot

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.

Marenz

conforming fix of project loading bug.

Thank you :)

--Ano

nenin

Still can not entry header with templates:

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:

@nthony

so when do we get to look forward to using project paths that contain spaces? ....

dronT78

works great on linux gentoo amd64! thanks!

mareq

Please, make also .deb packages. I am looking forward for new nightly builds and I am disappointed if .deb package is not built :(

dronT78

#7
Quote from: mareq 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 :(
there is my dumb script for updating nightly without any dist specified
first mkdir /root/cb  :lol:
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 chmod 700 cbupdate.sh

Marenz

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

New wxWidgets projects does not compile.


:: === 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 ===

Biplab

Quote from: souls-seb on January 31, 2007, 11:26:56 AM
New wxWidgets projects does not compile.


:: === 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.

dronT78

Quote from: Suprano 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
i say it's dumb script :)
it's working fine for me

souls-seb

Quote from: Biplab on January 31, 2007, 11:52:12 AM
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.

Biplab

Quote from: souls-seb on January 31, 2007, 12:50:59 PM
Quote from: Biplab on January 31, 2007, 11:52:12 AM
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

#14
Quote from: Biplab on January 31, 2007, 01:07: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 :)