News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 08 august 2006 build is out.

Started by killerbot, August 08, 2006, 10:17:53 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

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 08 August 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20060808_rev2829_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20060808_rev2829_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20060808_rev2829_fc4+5.rpm


Resolved Fixed:


  • Speed-up operation of incremental select list utility dialog
  • Updated AStyle plugin to use AStyle 1.19 (July 31)
  • Removed INSTALL.TXT... finally
  • Fixed crash when debugger's tooltip is closed, under certain circumstances
  • Fixed crash while debugging and selecting some text. Also fixes correctly the previous crash regarding debugger tooltips
  • added new SDL scripted wizard (thanks sethjackson, slightly modified)
  • Fixed (i.e. removed) harmless error message when launching a new wizard

Regressions/Confirmed/Annoying/Common bugs:


  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)


sethjackson

#1
EDIT:

Link removed.

marfig

The whole GDB error message when creating conditional breakpoints based on inline functions is showing now.

Thanks! :D

Angel Portal


I am trying to extract the ANSI biuld in my Win98 but, it appears the
following message.

not supported archive.

Any Suggestion?

bigbug

Quote from: Angel Portal on August 09, 2006, 04:33:29 PM

I am trying to extract the ANSI biuld in my Win98 but, it appears the
following message.

not supported archive.

Any Suggestion?
Try 7-Zip

Angel Portal

I am using 7-Zip 4.42 on my system.
The other ansi dll
( http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z )
is extracting quite fine!
However the C::B new release in itself not!!!

Angel Portal

killerbot

could be a corrupt download, or a corrupt upload. Well today or tomorrow there might be a new one ;-)

mdelfede

Quote from: Angel Portal on August 09, 2006, 04:47:04 PM
I am using 7-Zip 4.42 on my system.
The other ansi dll
( http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z )
is extracting quite fine!
However the C::B new release in itself not!!!

Angel Portal

Btw, it's so easy to have codeblocks updated with svn, that it really make few sense to download nighty build each day....
I used it only first time to build the svn, and since then I do each day (also 3-4 times a day) an 'svn update' and a build.
It's faster than download the nighty build, unpack, put together in a directory, add the wxwidgets libs (in case you wiped out the last nighty build).
A complete svn update-compile-update.bat takes less than 5 min. on my pc, much less then the nighty build download and setup.

Ciao

Max

killerbot


sethjackson

Quote from: killerbot on August 09, 2006, 04:48:23 PM
could be a corrupt download, or a corrupt upload. Well today or tomorrow there might be a new one ;-)

Yeah probably. :(
I will try to have a new one today. :)

Phatency

Quote from: mdelfede on August 09, 2006, 04:59:04 PM
It's faster than download the nighty build, unpack, put together in a directory, add the wxwidgets libs (in case you wiped out the last nighty build).
A complete svn update-compile-update.bat takes less than 5 min. on my pc, much less then the nighty build download and setup.


Compiling wxwidgets was such a pain I gave up :/

Angel Portal


Hi!
I am reading the messages.
I was wondering if there any option of 7-Zip that I forgot.
I was reading the HELP of 7-Zip and noticed that there
are options for UNICODE WIN format and DOS format in the
comand version of 7-Zip.
I am using Win98, so I need to compile the wxWidgts for ANSI and
use the ansi nightly, to have my development environment working.

craig

Hi,

I have been lurking here a while now and have something to say.
First thanks for the good work guys codeblocks is shaping up very nicely!

I too have been unable to download the 7zip ansi nightly builds using win98se.  It does however download correctly in winXP.  I have investigated the problem and the archive is being truncated at around 3.5MB hense the unpacking error.  I have eliminated my virus checker and firewall from suspision and the problem occurs with both Firefox and IE5.  The other 7zips hosted by berlioz download fine, and so I wonder if googlepages is the culprit?  But the wxwidgets file does download fine, so the problem must be with the file length.  This is as far I have been able to investigate, but I hope this helps.

Regards
Craig

sethjackson

Quote from: craig on August 09, 2006, 07:16:58 PM
Hi,

I have been lurking here a while now and have something to say.
First thanks for the good work guys codeblocks is shaping up very nicely!

I too have been unable to download the 7zip ansi nightly builds using win98se.  It does however download correctly in winXP.  I have investigated the problem and the archive is being truncated at around 3.5MB hense the unpacking error.  I have eliminated my virus checker and firewall from suspision and the problem occurs with both Firefox and IE5.  The other 7zips hosted by berlioz download fine, and so I wonder if googlepages is the culprit?  But the wxwidgets file does download fine, so the problem must be with the file length.  This is as far I have been able to investigate, but I hope this helps.

Regards
Craig

Sigh it could indeed be googlepages. :P However I build the ansi on Window XP (as killerbot has done in the past), so it should work.....
I could try uploading somewhere else to be sure.....

mdelfede

Quote from: Phatency on August 09, 2006, 05:52:33 PM
Quote from: mdelfede on August 09, 2006, 04:59:04 PM
It's faster than download the nighty build, unpack, put together in a directory, add the wxwidgets libs (in case you wiped out the last nighty build).
A complete svn update-compile-update.bat takes less than 5 min. on my pc, much less then the nighty build download and setup.


Compiling wxwidgets was such a pain I gave up :/

Eheheehehe... wxwidgets IS a pain, but when you've got the dll, the most is done.
You can download the dll and build CB.

Ciao

Max