Author Topic: The 26 July 2007 build (4324) is out.  (Read 20933 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 July 2007 build (4324) is out.
« Reply #15 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

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: The 26 July 2007 build (4324) is out.
« Reply #16 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 26 July 2007 build (4324) is out.
« Reply #17 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.

b4silence

  • Guest
Re: The 26 July 2007 build (4324) is out.
« Reply #18 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!

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 26 July 2007 build (4324) is out.
« Reply #19 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 :?

b4silence

  • Guest
Re: The 26 July 2007 build (4324) is out.
« Reply #20 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... :?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 26 July 2007 build (4324) is out.
« Reply #21 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.
Be a part of the solution, not a part of the problem.

Offline Fasser

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 26 July 2007 build (4324) is out.
« Reply #22 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.