Author Topic: The 03 february 2007 build is out.  (Read 23425 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 03 february 2007 build is out.
« on: February 03, 2007, 11:10:15 pm »
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 03 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070203_rev3565_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070203_rev3565_Ubuntu6.xx.deb2
         http://prdownload.berlios.de/codeblocks/CB_20070203_rev3565_suse100+101.i586.rpm
         http://prdownload.berlios.de/codeblocks/CB_20070203_rev3565_fc4+5.i586.rpm


Resolved Fixed:

  • wxSmith: Fixed bug in events editor
  • Bug fix restoring PCH support for GCC in wxWidgets wizard
  • Custom PCH header addition support added for Empty Projects

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: February 04, 2007, 06:21:36 pm by killerbot »

manianis

  • Guest
Re: The 03 february 2007 build is out.
« Reply #1 on: February 03, 2007, 11:24:25 pm »
Berlios replies

Objet non trouvé!

L'URL requise n'a pu etre trouvée sur ce serveur. La référence sur la page citée semble être erronée ou perimée. Nous vous prions d'informer l'auteur de cette page de cette erreur.

Si vous pensez qu'il s'agit d'une erreur du serveur, veuillez contacter le gestionnaire du site.
Error 404
download2.berlios.de
Sat Feb 3 23:23:51 2007
Apache/2.0.54 (Linux/SUSE)

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 03 february 2007 build is out.
« Reply #2 on: February 03, 2007, 11:28:08 pm »
In English: Windows download of http://download.berlios.de/codeblocks/CB_20070203_rev3565_win32.7z

Object not found!

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.
Error 404
download.berlios.de
Sat Feb 3 23:27:04 2007
Apache/2.0.54 (Linux/SUSE)
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

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 03 february 2007 build is out.
« Reply #3 on: February 04, 2007, 12:47:50 am »
I was noticing something about the class browser.  When you make the declaration of the class in the class broser all the prototype functions do show up in the broser, but once you add the implementation file and definitions in the source file, it shows up as another entry in the browser, like it was an overloaded function.  Is there a way to make it consistent o that there is only one entry that covers both the implementation and declaration of class members?

manutd

  • Guest
Re: The 03 february 2007 build is out.
« Reply #4 on: February 04, 2007, 01:32:02 am »
Yes, killerbot, you've got a problem with the URL.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 03 february 2007 build is out.
« Reply #5 on: February 04, 2007, 10:26:34 am »
The windows build link should work now. Suse and fedora links too. ;)
Nightly builds for openSUSE

dams

  • Guest
Re: The 03 february 2007 build is out.
« Reply #6 on: February 04, 2007, 11:37:58 am »

Hi,

I get this error when I try to compile C::B under windows;

Linking executable: devel\codeblocks.exe
mingw32-g++.exe: .objs\2.6\src\resources\resources.res: No such file or directory
Process terminated with status 1 (9 minutes, 29 seconds)

Any ideas ??

Regards,
Dams

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 03 february 2007 build is out.
« Reply #7 on: February 04, 2007, 02:54:31 pm »

Hi,

I get this error when I try to compile C::B under windows;

Linking executable: devel\codeblocks.exe
mingw32-g++.exe: .objs\2.6\src\resources\resources.res: No such file or directory
Process terminated with status 1 (9 minutes, 29 seconds)

Any ideas ??

Regards,
Dams

Are you using todays(feb 03) build? Because this problem existed two days ago and was fixed with yesterday(feb 02) build.
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

Offline xee

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 03 february 2007 build is out.
« Reply #8 on: February 04, 2007, 05:33:55 pm »
I've just tried this build, and the the problems mentioned here http://forums.codeblocks.org/index.php?topic=5089.msg39843#msg39843 still exist.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 03 february 2007 build is out.
« Reply #9 on: February 04, 2007, 06:01:32 pm »
This is due to settings mismatch. I'll try to fix it, but may be later this week. ;)
Be a part of the solution, not a part of the problem.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 03 february 2007 build is out.
« Reply #10 on: February 04, 2007, 06:24:33 pm »
I'm sure you all are smart enough to figure this out, but I might note that you'll need to rename the Ubuntu deb for this nightly. I had some trouble uploading and I don't have permissions to overwrite files on Berlios' ftp server.


steveth45

  • Guest
Re: The 03 february 2007 build is out.
« Reply #11 on: February 05, 2007, 10:47:37 am »
Hi, this is my first post on this forum.

I noticed a problem with this build that didn't exist with the Jan 26th build.

The "Build target:" selection box, disappears after clicking on it.  When I click the box appears to make a selection, but the widget itself disappears before I make a selection and never comes back until I restart C::B.  Closing and opening a project doesn't make it come back.  So, I can switch build targets once per session :) .

I'm using openSUSE 10.2 with the suse nightly rpms.

BTW, thanks to everyone who works on the project, it's a breath of fresh air among open source IDE's.

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 03 february 2007 build is out.
« Reply #12 on: February 05, 2007, 10:56:14 am »
The "Build target:" selection box, disappears after clicking on it.  When I click the box appears to make a selection, but the widget itself disappears before I make a selection and never comes back until I restart C::B.  Closing and opening a project doesn't make it come back.  So, I can switch build targets once per session :) .

I'm using openSUSE 10.2 with the suse nightly rpms.

@killerbot, you had this problem too if I recall correctly? :wink:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 03 february 2007 build is out.
« Reply #13 on: February 05, 2007, 11:27:02 am »
yes, I have the same problem. And it seems it is only on Suse (and certainly on the 10.2).
I have found a workaround, don't click on the arrow but click on the text, and then use the down/up arrows, or go through : Build:Select Target.


steveth45

  • Guest
Re: The 03 february 2007 build is out.
« Reply #14 on: February 05, 2007, 11:52:34 am »
I have found a workaround, don't click on the arrow but click on the text, and then use the down/up arrows, or go through : Build:Select Target.

Thanks, that works for me.