News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 26 July 2007 build (4324) is out.

Started by killerbot, July 26, 2007, 05:46:04 PM

Previous topic - Next topic

killerbot

Quote from: denk_mal on July 27, 2007, 07:45:22 AM
Quote from: yop on July 26, 2007, 06:31:28 PM
Quote from: killerbot on July 26, 2007, 05:46:04 PM

  • 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

darthdespotism

@ 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

Ceniza

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.

b4silence

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!

Ceniza

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 :?

b4silence

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:

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... :?

Biplab

Quote from: 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:

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.
Be a part of the solution, not a part of the problem.

Fasser

Quote from: killerbot on July 26, 2007, 05:46:04 PM
   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:

Quotecodeblocks: 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.