Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 30, 2007, 09:13:59 pm

Title: The 30 January 2007 build is out.
Post by: killerbot 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 30 January 2007 build is out.
Post by: killerbot 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.
Title: Re: The 30 January 2007 build is out.
Post by: Marenz on January 30, 2007, 10:20:10 pm
conforming fix of project loading bug.

Thank you :)

--Ano
Title: Re: The 30 January 2007 build is out.
Post by: nenin 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:
Title: Re: The 30 January 2007 build is out.
Post by: @nthony on January 31, 2007, 08:22:19 am
so when do we get to look forward to using project paths that contain spaces? ....
Title: Re: The 30 January 2007 build is out.
Post by: dronT78 on January 31, 2007, 08:43:40 am
works great on linux gentoo amd64! thanks!
Title: Re: The 30 January 2007 build is out.
Post by: 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 :(
Title: Re: The 30 January 2007 build is out.
Post by: dronT78 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
Title: Re: The 30 January 2007 build is out.
Post by: Marenz 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

Title: Re: The 30 January 2007 build is out.
Post by: souls-seb 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 ===
Title: Re: The 30 January 2007 build is out.
Post by: Biplab 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.
Title: Re: The 30 January 2007 build is out.
Post by: dronT78 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
Title: Re: The 30 January 2007 build is out.
Post by: souls-seb 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.
Title: Re: The 30 January 2007 build is out.
Post by: Biplab 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. :)
Title: Re: The 30 January 2007 build is out.
Post by: souls-seb 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 :)