Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 03, 2007, 11:10:15 pm

Title: The 03 february 2007 build is out.
Post by: killerbot 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 03 february 2007 build is out.
Post by: manianis 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)
Title: Re: The 03 february 2007 build is out.
Post by: stahta01 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)
Title: Re: The 03 february 2007 build is out.
Post by: indigo0086 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?
Title: Re: The 03 february 2007 build is out.
Post by: manutd on February 04, 2007, 01:32:02 am
Yes, killerbot, you've got a problem with the URL.
Title: Re: The 03 february 2007 build is out.
Post by: TheTuxKeeper on February 04, 2007, 10:26:34 am
The windows build link should work now. Suse and fedora links too. ;)
Title: Re: The 03 february 2007 build is out.
Post by: dams 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
Title: Re: The 03 february 2007 build is out.
Post by: stahta01 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.
Title: Re: The 03 february 2007 build is out.
Post by: xee 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.
Title: Re: The 03 february 2007 build is out.
Post by: Biplab 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. ;)
Title: Re: The 03 february 2007 build is out.
Post by: cstudent 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.

Title: Re: The 03 february 2007 build is out.
Post by: steveth45 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.
Title: Re: The 03 february 2007 build is out.
Post by: artoj 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:
Title: Re: The 03 february 2007 build is out.
Post by: killerbot 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.

Title: Re: The 03 february 2007 build is out.
Post by: steveth45 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.
Title: Re: The 03 february 2007 build is out.
Post by: steveth45 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.
Title: Re: The 03 february 2007 build is out.
Post by: killerbot 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


Title: Re: The 03 february 2007 build is out.
Post by: Biplab 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.  :(
Title: Re: The 03 february 2007 build is out.
Post by: killerbot on February 05, 2007, 01:28:57 pm
OpenSuse 10.2 (64 bit)
Title: Re: The 03 february 2007 build is out.
Post by: Biplab 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.
Title: Re: The 03 february 2007 build is out.
Post by: Charon 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
Title: Re: The 03 february 2007 build is out.
Post by: TheTuxKeeper 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.  :)
Title: Re: The 03 february 2007 build is out.
Post by: killerbot on February 05, 2007, 09:23:54 pm
none of them show up in the pstree
Title: Re: The 03 february 2007 build is out.
Post by: Biplab 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.
Title: Re: The 03 february 2007 build is out.
Post by: steveth45 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.
Title: Re: The 03 february 2007 build is out.
Post by: TheTuxKeeper 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: