Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 01, 2007, 09:49:21 am

Title: The 31 august 2007 build (4418) is out.
Post by: killerbot on September 01, 2007, 09:49:21 am
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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

The 31 August 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Debian4.0_wx2.8.4.tar.gz (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 01, 2007, 12:33:56 pm
Build for Ubuntu 6.10/7.04 i386 can be found here (http://lgp203.free.fr/spip/spip.php?article1)
Title: Re: The 31 august 2007 build (4418) is out.
Post by: MAF on September 02, 2007, 12:55:20 am
Under Ubuntu 7.04 (IA32) and GDB 6.6 still did not stop at first breakpoint in debug mode.
Under Windows XP and GDB 6.6 works ok.

GCC 4.1.2
Title: Re: The 31 august 2007 build (4418) is out.
Post by: Fizick on September 02, 2007, 02:32:11 am
Thanks, strarting ASM support is very good!
(I mosty use NASM).
But I do not see MMX keywords highlignting.
Title: Re: The 31 august 2007 build (4418) is out.
Post by: kennyshell on September 02, 2007, 05:50:53 am
Hi,

Ubuntu 7.04 showed me an automatic update today for build 4418, which I let it install automatically. Unfortunately, something is not working anymore. When I launch it form the terminal it says:

$ codeblocks
codeblocks: /usr/lib/libwx_gtk2u_aui-2.8.so.0: version `WXU_2.8.5' not found (required by codeblocks)

...and then it doesn't startup Code::Blocks anymore. Checking Synaptic Package Manager doesn't show any other updates. Don't know what I have to do now.

Cheers,
Flex
Title: Re: The 31 august 2007 build (4418) is out.
Post by: killerbot on September 02, 2007, 10:08:01 am
Thanks, strarting ASM support is very good!
(I mosty use NASM).
But I do not see MMX keywords highlignting.
a special lexer should be created (or an existing one adopted)
Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 02, 2007, 10:54:16 am
codeblocks: /usr/lib/libwx_gtk2u_aui-2.8.so.0: version `WXU_2.8.5' not found (required by codeblocks)

I don't get the same behavior on feisty. What is the version of wxWidgets you use ? Or did you try to re-install codeblocks under synaptic (search codeblocks -> select packages -> right click -> reinstall) ?

You can also try to revert to the previous version: 4413 (I just added to the repository).

Regards,

pasgui
Title: Re: The 31 august 2007 build (4418) is out.
Post by: kennyshell on September 02, 2007, 02:46:20 pm
Thanks for the help. Did re-install: doesn't solve the problem.

I also lookued up, if the library is actually installed:
$ locate libwx_gtk2u_aui
/usr/lib/libwx_gtk2u_aui-2.8.so.0.1.1
/usr/lib/libwx_gtk2u_aui-2.8.so
/usr/lib/libwx_gtk2u_aui-2.8.so.0

The installed wx-lib is 2.8.4.0-0: Does that mean, I have to try to install a 2.8.5 lib of wx? Doesn't show up with an update of wx on my system. If I am the only one, there must be something broken on my system.

I may actually wait for the next nightly build and see, if the error goes away ... and fix it then, if it remains.

See you,
Flex

Title: Re: The 31 august 2007 build (4418) is out.
Post by: aarti_pl on September 02, 2007, 03:30:33 pm
Thanks for the help. Did re-install: doesn't solve the problem.

I also lookued up, if the library is actually installed:
$ locate libwx_gtk2u_aui
/usr/lib/libwx_gtk2u_aui-2.8.so.0.1.1
/usr/lib/libwx_gtk2u_aui-2.8.so
/usr/lib/libwx_gtk2u_aui-2.8.so.0

The installed wx-lib is 2.8.4.0-0: Does that mean, I have to try to install a 2.8.5 lib of wx? Doesn't show up with an update of wx on my system. If I am the only one, there must be something broken on my system.

I may actually wait for the next nightly build and see, if the error goes away ... and fix it then, if it remains.

See you,
Flex

That's not only your problem. I have the same behaviour.

BR
Aarti_pl
Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 02, 2007, 03:43:56 pm
That's not only your problem. I have the same behaviour.

Is the problem is present with the revision 4413 ?

Regards,

pasgui
Title: Re: The 31 august 2007 build (4418) is out.
Post by: aarti_pl on September 02, 2007, 07:41:09 pm
That's not only your problem. I have the same behaviour.

Is the problem is present with the revision 4413 ?

Regards,

pasgui

No, the previous version works fine. I downgraded my installation to 4413.

Thanks for putting old version on server.
And also thanks for delivering repository for CodeBlocks packages!

BR
Aarti_pl
Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 02, 2007, 08:42:46 pm
That's not only your problem. I have the same behaviour.

Is the problem is present with the revision 4413 ?

Regards,

pasgui

No, the previous version works fine. I downgraded my installation to 4413.

Thanks for putting old version on server.
And also thanks for delivering repository for CodeBlocks packages!

BR
Aarti_pl


Is it possible for you to install manualy the package provide on Berlios http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz (http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz) to confirm that the problem come my the package

Best regards,

Pascal
Title: Re: The 31 august 2007 build (4418) is out.
Post by: aarti_pl on September 02, 2007, 08:57:31 pm
Quote
Is it possible for you to install manualy the package provide on Berlios http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz (http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz) to confirm that the problem come my the package

Best regards,
Pascal

CB 4418 from standard link (the one you provided) works ok.

BR
Aarti_pl
Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 02, 2007, 09:01:34 pm
CB 4418 from standard link (the one you provided) works ok.

Do you mean the link on Berlios on the Code::Blocks nightly or the package provide on http://lgp203.free.fr ?

Best regards,

Pascal
Title: Re: The 31 august 2007 build (4418) is out.
Post by: aarti_pl on September 02, 2007, 10:08:47 pm
CB 4418 from standard link (the one you provided) works ok.

Do you mean the link on Berlios on the Code::Blocks nightly or the package provide on http://lgp203.free.fr ?

Best regards,
Pascal

Berlios Code::Blocks nightly link.

BR
Aarti_pl
Title: Re: The 31 august 2007 build (4418) is out.
Post by: Solarus on September 02, 2007, 11:06:45 pm
I have a bug with the SVN 4418 version and Ubuntu 7.04 Feisty.

I have installed the .deb packages and when I launch the program it freezes.

When i launch it in a console i get this message

(codeblocks:13633): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

I don't know what to do , but if it can help you improving Code:Blocks ;)
Title: Re: The 31 august 2007 build (4418) is out.
Post by: dje on September 02, 2007, 11:12:32 pm
Hi !

Are you sure your wxWidgets version is 2.8.4 ?

Dje
Title: Re: The 31 august 2007 build (4418) is out.
Post by: kennyshell on September 02, 2007, 11:58:46 pm
Quote
Is it possible for you to install manualy the package provide on Berlios http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz (http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz) to confirm that the problem come my the package

Best regards,

Pascal

That one works for me fine... on the other hand, automatic update to 4421 is shows the same behavior. So I work with the Berlios package at the moment. Thanks for that.


Flex
Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 03, 2007, 01:24:13 am
Quote
Is it possible for you to install manualy the package provide on Berlios http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz (http://prdownload.berlios.de/codeblocks/CB_20070831_rev4418_Ubuntu6.10+7.04_wx2.8.4.tar.gz) to confirm that the problem come my the package

Best regards,

Pascal

That one works for me fine... on the other hand, automatic update to 4421 is shows the same behavior. So I work with the Berlios package at the moment. Thanks for that.


Flex

From which repository did you install wxWidgets ?

BR,

pasgui
Title: Re: The 31 august 2007 build (4418) is out.
Post by: dje on September 03, 2007, 09:41:52 am
Hi Pasgui !

There is an interesting page (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu) in the wiki.
The Alternate wxWidgets repository works perfectly for me.

Dje
Title: Re: The 31 august 2007 build (4418) is out.
Post by: Solarus on September 03, 2007, 11:49:29 am
Are you sure your wxWidgets version is 2.8.4 ?
Following the previous link "Alternate wxWidgets repository" , i have upgraded the wx librairies and that works properly. Thanks a lot :)
Title: Re: The 31 august 2007 build (4418) is out.
Post by: kennyshell on September 03, 2007, 12:28:12 pm
Hmm, waht did I find here:

/etc/apt/sources.list:
...
## Sources for wxWidgets wxGTK
deb http://apt.tt-solutions.com/debian/ feisty main
...

replaced it with
deb http://apt.tt-solutions.com/ubuntu/ feisty main


according the page from teh previous post.


Well, the problem is now, that I got lost in all these updates, reinstalls and changes. Fact is, I HAD a running Code::Blocks, with
Code
deb http://apt.tt-solutions.com/debian/ feisty main
, but now I broke it again, by changing it to the Ubuntu source.

I guess, I should now update my Code::Blocks from teh normal server, instead of teh Berlios one...but my girlfriend just got home. Sorry, may be back online later tonight.

Flex

Title: Re: The 31 august 2007 build (4418) is out.
Post by: pasgui on September 03, 2007, 01:06:34 pm
Hmm, waht did I find here:

/etc/apt/sources.list:
...
## Sources for wxWidgets wxGTK
deb http://apt.tt-solutions.com/debian/ feisty main
...

replaced it with
deb http://apt.tt-solutions.com/ubuntu/ feisty main


according the page from teh previous post.


Well, the problem is now, that I got lost in all these updates, reinstalls and changes. Fact is, I HAD a running Code::Blocks, with
Code
deb http://apt.tt-solutions.com/debian/ feisty main
, but now I broke it again, by changing it to the Ubuntu source.

I guess, I should now update my Code::Blocks from teh normal server, instead of teh Berlios one...but my girlfriend just got home. Sorry, may be back online later tonight.

Flex


Hi,

The ubuntu package on LGP are compiled with the Alternative repository (thanks dje to remember). See http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_nightly_build_on_Ubuntu).

Best regards,

pasgui