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 21 March 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070321_rev3736_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070321_rev3736_Ubuntu6.xx.deb
http://prdownload.berlios.de/codeblocks/CB_20070321_rev3736_suse100-102.i586.rpm (not yet)
http://prdownload.berlios.de/codeblocks/CB_20070321_rev3736_fc4+5.i586.rpm (not yet)
Resolved Fixed:
- MSVC loader: import base resource options, too
- Fixed: [Bug #10676] Code::Blocks crashed when I tried to remove a file
- fixed bugs in MSVC loader concerning include/lib/res path's with spaces
- fixed a bug in warning parsing in the GNUARM (precompiler warnings were stealing compiler warnings)
- wxSmith: Committed not yet finished work on user-defined items (does not affect wxSmith's behavior)
- CodeSnippets
- Honor source indentation with ApplySnippet (Thanks wxLearner)
- Show first level items on initial view
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)
The package name bears wrong revision number. Actual revision number is 3737. ;)
Rss feed does not update?
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Quote from: Jewe on March 22, 2007, 09:45:43 AM
Rss feed does not update?
no I am in the USA, will do that once I am back home (this weekend)
Quote from: killerbot on March 22, 2007, 02:39:08 PM
no I am in the USA, will do that once I am back home (this weekend)
ok, cheers.
because you upload the nightly, I thought you had the possibility to update the RSS.
regards,
Jewe
Speaking of the RSS feed, you should include what you fixed in that nightly... Not only that the nightly is out. Just an idea :)
yes, I could also upload the rss, but for several reasons I decided not to do it. Well2 more days, and all get updated.
What's fixed in RSS : preferably not, just announce, if you want to know more, read on through the link.
It's like, hey everybody I wrote a book. If you want to read it go 'there', that's better then sending everyone the book directly ;-)
Could someone please ( please... ) provide another mirror, other than BerliOS ? I live in Indonesia and (unfortunately) the internet connection here is lousy. I've tried 4 or 5 times already and all of them ended up in the same situation, all the download "freeze" at under 100KB and when I try to restart it, it start again from 0%.
There is a bug with the C comment style in Code::Blocks, here is a screenshot of the code with the error going with it :
C comment style bug in CB (http://img261.imageshack.us/my.php?image=codeblocksbugeg8.jpg)
I don't know how to insert picture on this forum.
Kurapix
Quote from: L_O_J on March 23, 2007, 04:33:46 AM
Could someone please ( please... ) provide another mirror, other than BerliOS ?
Try the following link:
Quotehttp://files.filefront.com/CB_20070321_rev3736_win327z/;7004491;/fileinfo.html
Quote from: L_O_J on March 23, 2007, 04:33:46 AM
I've tried 4 or 5 times already and all of them ended up in the same situation, all the download "freeze" at under 100KB and when I try to restart it, it start again from 0%.
Don't use download manager to download from Berlios. My experience says, it doesn't support download managers. :)
Quote from: kurapix on March 23, 2007, 05:13:32 AM
There is a bug with the C comment style in Code::Blocks, here is a screenshot of the code with the error going with it :
...
Kurapix
AFAIK its "standard" compiler behavior - You can't nest "/* .. */" comments.
Any plan to implement import "custom build" settings from MSVC projects?
(I am imterested in assembler support).
I can't compile
\mingw\lib\crt2.o:crt1.c:(.text+0x16a):: undefined reference to `__cpu_features_init'
:: === Build finished: 1 errors, 0 warnings ===
Quote from: Knx on March 23, 2007, 06:26:51 PM
I can't compile
\mingw\lib\crt2.o:crt1.c:(.text+0x16a):: undefined reference to `__cpu_features_init'
:: === Build finished: 1 errors, 0 warnings ===
I can't help
- no info about project/compiler
- no steps to reproduce
- no info about C::B version / build
- no info about platform using
- no nothing.
What else did you expect from such a post?!
You guys seem frustrated at Berlios... (ftp system, rss feed disk full and recently I only get 7-14KBps from mirrors) :S
Time to look into SourceForge.net (http://sourceforge.net/index.php) IMO :D
I have a project on there and its pretty awesome, I recommend it. Though migrating would probably annoy everyone :P
Anyway just a suggestion, keep up the great work!
Cheers
Shakes
PS: Cheers to Xaviou for posting x64 Ubuntu debs. They work fine :)
Quote from: Shakes on March 25, 2007, 04:06:15 AM
Time to look into SourceForge.net (http://sourceforge.net/index.php) IMO :D
http://sourceforge.net/projects/codeblocks (http://sourceforge.net/projects/codeblocks)
As far as I'm aware, C::B left Sourceforge for Berlios because of a different set of frustrations.
:o I didnt know that. lol. Bl thar
:? Same problem that Knx after creat new class with class Wizard.
/mingw/lib/crt2.o:crt1.c:(.text+0x16a): undefined reference to `__cpu_features_init'
collect2: ld returned 1 exit status
-->>http://forums.next.codeblocks.org/index.php/topic,5617.msg43380.html#msg43380
Quote from: Biplab on March 23, 2007, 05:22:30 AM
Quote from: L_O_J on March 23, 2007, 04:33:46 AM
Could someone please ( please... ) provide another mirror, other than BerliOS ?
Try the following link:
Quotehttp://files.filefront.com/CB_20070321_rev3736_win327z/;7004491;/fileinfo.html
Quote from: L_O_J on March 23, 2007, 04:33:46 AM
I've tried 4 or 5 times already and all of them ended up in the same situation, all the download "freeze" at under 100KB and when I try to restart it, it start again from 0%.
Don't use download manager to download from Berlios. My experience says, it doesn't support download managers. :)
Most download manager don't work with Berlios; Berlios does NOT resume, so they must start from the beginning.
Note, I use wxDfast for Berlios and it works about 1/3 of the time, I am on dialup and my connection is bad sometimes.
http://dfast.sourceforge.net
Tim S