Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 26, 2007, 05:46:04 pm

Title: The 26 July 2007 build (4324) is out.
Post by: killerbot on July 26, 2007, 05:46:04 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx284.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

The 26 July 2007 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_win32.7z
  - Linux :
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Debian4.0_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_suse100-102.wx28.i586.rpm (not yet)
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_fc4+5.i586.rpm (not yet)

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 26 July 2007 build (4324) is out.
Post by: zortich on July 26, 2007, 06:01:39 pm
And when will be RC3?
Title: Re: The 26 July 2007 build (4324) is out.
Post by: yop on July 26, 2007, 06:31:28 pm
  • Event cbEVT_COMPILER_STARTED is now emitted

I guess you can close Bug #11612
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Electron on July 26, 2007, 07:07:27 pm
When I open a project's file with the symbol browser in Current File Only mode, the symbols are not shown unless I change the mode to Active Project or Workspace and then switch back, forcing a refresh. This worked a week or so ago, I'm afraid I'm not sure exactly which day it became broken again.
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Xaviou on July 26, 2007, 08:17:41 pm
Ubuntu 6.10 & 7.04 Amd64 "tar.gz" archive (containing '.deb' installers builds with wx284) can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 26 July 2007 build (4324) is out.
Post by: SR on July 26, 2007, 09:36:23 pm
Slackware package can be found here: http://sr.mcdir.ru/blogs/index.php?blog=7&p=127&more=1
wxGTK package for Slackware can be found here:  http://sr.mcdir.ru/blogs/index.php?blog=7&p=126&more=1
I've checked out ten minutes ago and the revision was 4327.
Title: Re: The 26 July 2007 build (4324) is out.
Post by: lubos on July 26, 2007, 10:42:18 pm
the cc list will no longer pop-up for me when typing . or -> and hitting ctrl+space  :(
Title: Re: The 26 July 2007 build (4324) is out.
Post by: b4silence on July 26, 2007, 11:44:14 pm
Hello!

I'm using the ubuntu builds but when I start Code::Blocks it freezes right after the compiler selection...  :(

Do you have any idea why it happens?

The SVN 4324 is the only version I got in my system.


Thx in advance!
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Ceniza on July 27, 2007, 12:59:21 am
b4silence: If you're using wxGTK 2.8, it has to be 2.8.4 or it will fail.

This problem is being reported so many times... should it be added somewhere in every nightly build post? I think the "Regressions/Confirmed/Annoying/Common bugs:" section would be good for it, in a lovely red bold letter linking to the solution (at least for Ubuntu which seems to be the most popular Linux right now) :wink:
Title: Can I build out-of-source now?
Post by: szczepan on July 27, 2007, 01:16:45 am

Is this build system bug (https://developer.berlios.de/bugs/?func=detailbug&bug_id=11607&group_id=5358) fixed?


Title: Re: The 26 July 2007 build (4324) is out.
Post by: b4silence on July 27, 2007, 02:06:34 am
Ceniza: Thanks a lot!

I didn't realize that...  :)

However I installed (from source) that wxGTK version and the problem remains..  :?

I followed the instructions and didn't get any problem on the process...

Is there any command which I can use to check the installed version? (It seems it's not installed beside that...)

For whoever has the same problem can download wxGTK 2.8.4 from here (http://sourceforge.net/project/showfiles.php?group_id=9863&package_id=14076).

Thanks
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Ceniza on July 27, 2007, 03:56:34 am
wx-config --version
Title: Re: Can I build out-of-source now?
Post by: Biplab on July 27, 2007, 07:28:37 am
Is this build system bug (https://developer.berlios.de/bugs/?func=detailbug&bug_id=11607&group_id=5358) fixed?

No, Not yet.

@Yiannis,

The latest build system changes are causing this problem. I usually build C::B in main trunk directory (/home/biplab/cbsource). To reproduce this bug I wanted to configure C::B in /home/biplab/cbsource/build directory. But issuing ../configure fails saying that the "trunk is already configured" and you should run make distclean first. I believe this error should not occur. :)
Title: Re: The 26 July 2007 build (4324) is out.
Post by: denk_mal on July 27, 2007, 07:45:22 am
  • Event cbEVT_COMPILER_STARTED is now emitted

I guess you can close Bug #11612
This work only half the way on my system (winxp).
The debugger is starting up only if the code was compiled before. If there is nothing to compile then c::b say the it adds the path but the debugger wont start. (c::b even not saying to do so  :wink:)
Title: Re: The 26 July 2007 build (4324) is out.
Post by: b4silence on July 27, 2007, 10:02:39 am
Ceniza: I've run the command:

Code
b4silence@b4silence-linux:~$ wx-config --version
+2.8.4

So, as the problem remains, it must be something else...

Could it be a bug? Or am I missing something?

I've installed all the packages provided in the nightly build...

Thanks
Title: Re: The 26 July 2007 build (4324) is out.
Post by: killerbot on July 27, 2007, 10:42:05 am
  • Event cbEVT_COMPILER_STARTED is now emitted

I guess you can close Bug #11612
This work only half the way on my system (winxp).
The debugger is starting up only if the code was compiled before. If there is nothing to compile then c::b say the it adds the path but the debugger wont start. (c::b even not saying to do so  :wink:)

*IS* fixed now in svn --> so tonights nightly
Title: Re: The 26 July 2007 build (4324) is out.
Post by: darthdespotism on July 27, 2007, 01:41:24 pm
@ b4silence:
I tried it on my Ubuntu with moving the .codeblocks away so codeblocks behaves as if installed for the first time. I could  however not reproduce it on 4321
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Ceniza on July 27, 2007, 05:38:50 pm
b4silence: go to /usr/local/share/codeblocks/plugins and create a new directory (let's say "test"). Move libcompiler.* into that directory. Run Code::Blocks. Now go to Help -> About and check if it's really using wx 2.8.4.
Title: Re: The 26 July 2007 build (4324) is out.
Post by: b4silence on July 27, 2007, 10:03:51 pm
darthdespotism & Ceniza, thank you for your replies...

darthdespotism: it didn't work.. :S
maybe it's some problem on my system (i have also wx2.6 an 2.8 installed because I have apps with dependency on those versions)

Ceniza: It worked! :D

I've confirmed the build ver (26 Jul) and the wx version (2.8.4).

But this way I won't be able to have the full IDE functionality right? (haven't try it yet..)


Thanks!
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Ceniza on July 28, 2007, 02:07:20 am
b4silence: don't be so happy, Code::Blocks is not that useful without that plugin :(

I just wanted you to check it was compiled against 2.8.4, and since that problem you're experiencing only seems to happen with that plugin enabled, that's why I told you to move it, so you could check the version.

Now you really have me out of ideas :?
Title: Re: The 26 July 2007 build (4324) is out.
Post by: b4silence on July 28, 2007, 03:06:01 am
Thanks anyway for your help!

Isn't there any way to debug this error?

I tried to run it from command line with -d and -nc option in order to try to get the error, but all i got was this:

Code
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -nc

(codeblocks:11221): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -d

(codeblocks:11252): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

But I guess this is kinda normal... :?
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Biplab on July 28, 2007, 07:20:55 am
Thanks anyway for your help!

Isn't there any way to debug this error?

I tried to run it from command line with -d and -nc option in order to try to get the error, but all i got was this:

Code
b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -nc

(codeblocks:11221): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

b4silence@b4silence-linux:/usr/share/codeblocks/plugins$ codeblocks -d

(codeblocks:11252): Gtk-CRITICAL **: gtk_window_realize_icon: assertion `info->icon_pixmap == NULL' failed

But I guess this is kinda normal... :?

@ b4silence

Please start a new thread stating your problem.
Title: Re: The 26 July 2007 build (4324) is out.
Post by: Fasser on July 28, 2007, 10:30:58 am
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Ubuntu6.10+7.04_wx2.8.4.tar.gz
   http://prdownload.berlios.de/codeblocks/CB_20070726_rev4324_Debian4.0_wx2.8.4.tar.gz

.deb package should depend on appropriate version of libwxgtk, or the user will be able to cleanly install the provided packages just to find a missing library message:

Quote
codeblocks: error while loading shared libraries: libwx_gtk2u_aui-2.8.so.0: cannot open shared object file: No such file or directory

Tested on Debian 4.0 packages, guess Ubuntu ones will have the same problem.