Author Topic: The 21 March 2007 build is out.  (Read 20791 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 21 March 2007 build is out.
« 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:

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

« Last Edit: March 22, 2007, 02:42:28 pm by killerbot »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 21 March 2007 build is out.
« Reply #1 on: March 22, 2007, 06:25:07 am »
The package name bears wrong revision number. Actual revision number is 3737. ;)
Be a part of the solution, not a part of the problem.

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 21 March 2007 build is out.
« Reply #2 on: March 22, 2007, 09:45:43 am »
Rss feed does not update?
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

Offline Xaviou

  • Regular
  • ***
  • Posts: 403
    • X@v's wxStuff
Re: The 21 March 2007 build is out.
« Reply #3 on: March 22, 2007, 09:55:00 am »
Ubuntu 6.10 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 21 March 2007 build is out.
« Reply #4 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)

Offline Jewe

  • Multiple posting newcomer
  • *
  • Posts: 70
    • Fit Trainer
Re: The 21 March 2007 build is out.
« Reply #5 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
Anything curved in the hardware can be straighten with software :D
OS: Vista64 + Debian(to play with)
Compiler: mingw IDE: Code::Blocks Nightly WX: 2.8.0

bupper

  • Guest
Re: The 21 March 2007 build is out.
« Reply #6 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  :)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 21 March 2007 build is out.
« Reply #7 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 ;-)

Offline L_O_J

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 21 March 2007 build is out.
« Reply #8 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%.

Offline kurapix

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: The 21 March 2007 build is out.
« Reply #9 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

I don't know how to insert picture on this forum.

Kurapix
« Last Edit: March 23, 2007, 05:15:38 am by kurapix »
Code::Blocks package building script

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 21 March 2007 build is out.
« Reply #10 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. :)
Be a part of the solution, not a part of the problem.

Offline thatgui

  • Single posting newcomer
  • *
  • Posts: 4
Re: The 21 March 2007 build is out.
« Reply #11 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.

Offline Fizick

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: The 21 March 2007 build is out.
« Reply #12 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).

Offline Knx

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: The 21 March 2007 build is out.
« Reply #13 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 ===
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 21 March 2007 build is out.
« Reply #14 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?!
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Shakes

  • Guest
Re: The 21 March 2007 build is out.
« Reply #15 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 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 :)

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 21 March 2007 build is out.
« Reply #16 on: March 25, 2007, 05:11:28 am »
Time to look into SourceForge.net IMO :D
http://sourceforge.net/projects/codeblocks

As far as I'm aware, C::B left Sourceforge for Berlios because of a different set of frustrations.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Shakes

  • Guest
Re: The 21 March 2007 build is out.
« Reply #17 on: March 25, 2007, 10:59:32 am »
 :o I didnt know that. lol. Bl thar

Offline Suryavarman

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Suryavarman
Re: The 21 March 2007 build is out.
« Reply #18 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
« Last Edit: April 06, 2007, 02:41:07 am by Gandi »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: The 21 March 2007 build is out.
« Reply #19 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org