News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 31 august 2007 build (4418) is out.

Started by killerbot, September 01, 2007, 09:49:21 AM

Previous topic - Next topic

killerbot

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.

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:


  • wxSmith: Added include file properties for custom widget (only when using source mode)
  • AStyle plugin: Fixed bug 011860: Mouse cursor changes
  • added support for assembler sources (*.s;*.ss)
  • exposed assembler sources to scripts
  • assembler files support (*.asm)
  • Fixed: Crash at Start-up if clicked on the Splash Screen

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)


pasgui

#1
Build for Ubuntu 6.10/7.04 i386 can be found here

MAF

#2
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

Fizick

Thanks, strarting ASM support is very good!
(I mosty use NASM).
But I do not see MMX keywords highlignting.

kennyshell

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

killerbot

Quote from: 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.
a special lexer should be created (or an existing one adopted)

pasgui

#6
Quote from: kennyshell on September 02, 2007, 05:50:53 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

kennyshell

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


aarti_pl

Quote from: 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

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

BR
Aarti_pl

pasgui

Quote from: aarti_pl on September 02, 2007, 03:30:33 PM
That's not only your problem. I have the same behaviour.

Is the problem is present with the revision 4413 ?

Regards,

pasgui

aarti_pl

Quote from: pasgui on September 02, 2007, 03:43:56 PM
Quote from: aarti_pl on September 02, 2007, 03:30:33 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

pasgui

Quote from: aarti_pl on September 02, 2007, 07:41:09 PM
Quote from: pasgui on September 02, 2007, 03:43:56 PM
Quote from: aarti_pl on September 02, 2007, 03:30:33 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 to confirm that the problem come my the package

Best regards,

Pascal

aarti_pl

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

pasgui

#13
Quote from: aarti_pl on September 02, 2007, 08:57:31 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

aarti_pl

Quote from: pasgui on September 02, 2007, 09:01:34 PM
Quote from: aarti_pl on September 02, 2007, 08:57:31 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