Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 22, 2007, 05:52:13 am

Title: The 21 March 2007 build is out.
Post by: killerbot on March 22, 2007, 05:52:13 am
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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 21 March 2007 build is out.
Post by: Biplab on March 22, 2007, 06:25:07 am
The package name bears wrong revision number. Actual revision number is 3737. ;)
Title: Re: The 21 March 2007 build is out.
Post by: Jewe on March 22, 2007, 09:45:43 am
Rss feed does not update?
Title: Re: The 21 March 2007 build is out.
Post by: Xaviou on March 22, 2007, 09:55:00 am
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 21 March 2007 build is out.
Post by: killerbot on March 22, 2007, 02:39:08 pm
Rss feed does not update?

no I am in the USA, will do that once I am back home (this weekend)
Title: Re: The 21 March 2007 build is out.
Post by: Jewe on March 22, 2007, 03:51:34 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
Title: Re: The 21 March 2007 build is out.
Post by: bupper on March 22, 2007, 06:57:33 pm
Speaking of the RSS feed, you should include what you fixed in that nightly... Not only that the nightly is out. Just an idea  :)
Title: Re: The 21 March 2007 build is out.
Post by: killerbot on March 22, 2007, 07:51:04 pm
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 ;-)
Title: Re: The 21 March 2007 build is out.
Post by: L_O_J on March 23, 2007, 04:33:46 am
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%.
Title: Re: The 21 March 2007 build is out.
Post by: 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 :
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
Title: Re: The 21 March 2007 build is out.
Post by: Biplab on March 23, 2007, 05:22:30 am
Could someone please ( please... ) provide another mirror, other than BerliOS ?

Try the following link:
Quote
http://files.filefront.com/CB_20070321_rev3736_win327z/;7004491;/fileinfo.html

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. :)
Title: Re: The 21 March 2007 build is out.
Post by: thatgui on March 23, 2007, 05:40:23 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.
Title: Re: The 21 March 2007 build is out.
Post by: Fizick on March 23, 2007, 05:47:18 pm
Any plan to implement import "custom build" settings from MSVC projects?
(I am imterested in assembler support).
Title: Re: The 21 March 2007 build is out.
Post by: Knx on March 23, 2007, 06:26:51 pm
I can't compile

Code
\mingw\lib\crt2.o:crt1.c:(.text+0x16a):: undefined reference to `__cpu_features_init'
:: === Build finished: 1 errors, 0 warnings ===
Title: Re: The 21 March 2007 build is out.
Post by: MortenMacFly on March 23, 2007, 07:15:17 pm
I can't compile

Code
\mingw\lib\crt2.o:crt1.c:(.text+0x16a):: undefined reference to `__cpu_features_init'
:: === Build finished: 1 errors, 0 warnings ===
I can't help

Code
- 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?!
Title: Re: The 21 March 2007 build is out.
Post by: Shakes on March 25, 2007, 04:06:15 am
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 :)
Title: Re: The 21 March 2007 build is out.
Post by: TDragon on March 25, 2007, 05:11:28 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.
Title: Re: The 21 March 2007 build is out.
Post by: Shakes on March 25, 2007, 10:59:32 am
 :o I didnt know that. lol. Bl thar
Title: Re: The 21 March 2007 build is out.
Post by: Suryavarman on April 05, 2007, 08:03:05 pm
 :? 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.codeblocks.org/index.php/topic,5617.msg43380.html#msg43380
Title: Re: The 21 March 2007 build is out.
Post by: stahta01 on April 06, 2007, 02:02:21 am
Could someone please ( please... ) provide another mirror, other than BerliOS ?

Try the following link:
Quote
http://files.filefront.com/CB_20070321_rev3736_win327z/;7004491;/fileinfo.html

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