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

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
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)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • 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: 5491
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.

steveth45

  • Guest
Re: The 03 february 2007 build is out.
« Reply #15 on: February 05, 2007, 12:13:24 pm »
I turned off the 3D desktop (Xgl) and, strangely enough, that fixed the problem with the selection box.  It wasn't very stable with 3D applications, anyways.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 03 february 2007 build is out.
« Reply #16 on: February 05, 2007, 12:31:49 pm »
I turned off the 3D desktop (Xgl) and, strangely enough, that fixed the problem with the selection box.  It wasn't very stable with 3D applications, anyways.

I am still linux newbie. So a few questions :
a) how can I check I have the 3D desktop (to be honest nothing really looks 3D)
b) how can I turn it off in case it was turned on



Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 03 february 2007 build is out.
« Reply #17 on: February 05, 2007, 12:36:10 pm »
I turned off the 3D desktop (Xgl) and, strangely enough, that fixed the problem with the selection box.  It wasn't very stable with 3D applications, anyways.

I am still linux newbie. So a few questions :
a) how can I check I have the 3D desktop (to be honest nothing really looks 3D)
b) how can I turn it off in case it was turned on

Are you using OpenSUSE?? If yes then I'll restart my PC in Linux to tell you how you can run it. ;)

I've tried running XGL. But my PC doesn't have appropriate Graphics card to run it.  :(
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 03 february 2007 build is out.
« Reply #18 on: February 05, 2007, 01:28:57 pm »
OpenSuse 10.2 (64 bit)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 03 february 2007 build is out.
« Reply #19 on: February 05, 2007, 02:22:04 pm »
@Killerbot, I'm very sorry.  :oops:  I'm now out of lab. So no access to my Linux PC. Will post it tomorrow.
Be a part of the solution, not a part of the problem.

Offline Charon

  • Multiple posting newcomer
  • *
  • Posts: 49
  • fnord
    • charon - where mental illness meets chronic nonsense
Re: The 03 february 2007 build is out.
« Reply #20 on: February 05, 2007, 08:24:22 pm »
@killerbot : some linux-distribution now run AIGLX by default (which in itself just provides the 3D-funktionality) but don't use a compositing window-manager. i don't know if SuSE10.2 is one of these distributions, but it might be. if you don't see any fancy 3D-effects like wobbly windows etc. you might still have AIGLX activated.

try
vi /etx/X11/xorg.conf
and look out for the line
Option         "AIGLX" "true"

set it to false, restart your x-server and see if it works.


good luck
Markus
hi, i am a signature virus. please copy me into your sig!
Wish list : no root-node for workspaces, open files and symbols; world domination

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 03 february 2007 build is out.
« Reply #21 on: February 05, 2007, 08:46:36 pm »
without activating aiglx by hand (adding the line charon wrote), it's deactivated (suse prefers xgl, since novell developed it).
xgl should be visible in the process tree since it is its own xserver on top of the real xserver. if pstree | grep -i xgl shows a xgl process xgl is activated, if not your not using the 3d-specials. ;)

but to be sure, also look if aiglx is activated too.  :)
Nightly builds for openSUSE

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 03 february 2007 build is out.
« Reply #22 on: February 05, 2007, 09:23:54 pm »
none of them show up in the pstree

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 03 february 2007 build is out.
« Reply #23 on: February 06, 2007, 07:25:32 am »
Goto Computer > Control Center > Desktop Effects. Now a Window will pop-up. Try changing some settings there. In my PC all the options in this window are disabled. So can't help further.
Be a part of the solution, not a part of the problem.

steveth45

  • Guest
Re: The 03 february 2007 build is out.
« Reply #24 on: February 06, 2007, 09:23:19 am »
I turned off the 3D desktop (Xgl) and, strangely enough, that fixed the problem with the selection box.  It wasn't very stable with 3D applications, anyways.

Umm, false alarm.  For some reason, it did work after I turned off the 3D desktop, but now I am seeing the problem again.  Maybe it worked because I had just rebooted or something.  Anyways, Xgl is not the cause of the problem, it is something else SUSE related.  I did download a bunch of updates the other day, and I don't remember seeing the problem before then, so possibly one of the updates triggered the problem, or that's another red herring.  Continue with your 3D desktops, just don't try to run OpenGL things full screen, or if you do, make sure to save everything in case X crashes.

Offline TheTuxKeeper

  • Regular
  • ***
  • Posts: 293
  • daniel2000
Re: The 03 february 2007 build is out.
« Reply #25 on: February 06, 2007, 10:40:45 am »
Same here. I tested it with rev3562 and the build target combo didn't disappear, then installed the current nightly and had the same problem.
Now I switched back to rev3562 and have the problem, too  :shock:
Nightly builds for openSUSE