News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Code::Blocks crashes at startup

Started by geller, May 01, 2007, 05:26:25 PM

Previous topic - Next topic

geller

The svn rev 3910 was built successfully with wx 2.8.3 on Slackware 11. However codeblocks starts, the dialog with the available compilers shows up, when I click ok
It stops at the tipps dialog and I cant click anything. I doesnt respond.
The console shows
gtk-critical- gtk-window-realize-icon:assertion-info->icon_pixmap==NULL failed
Tried to copy the files from usr/local to /usr, but nothing happened

dk

Looks like the problem described in the nearest topic.
Try to rebuild with wx 2.6.3.

neversion

i have got the same problem.

how can i do?

Biplab

Upgrade to wxGTK-2.8.4.

C::B will not start-up with wxGTK-2.8.3 due to a critical bug in wx.
Be a part of the solution, not a part of the problem.

neversion

how to Upgrade to wxGTK-2.8.4.????? :shock:

Biplab

Quote from: neversion on July 26, 2007, 07:12:09 PM
how to Upgrade to wxGTK-2.8.4.????? :shock:

I prefer to build it from source. Download wxGTK source from wxWidgets site. Then extract it and configure it with following command.
./configure --disable-debug --enable-shared --enable-unicode --enable-monolithic --with-gtk=2 --with-regex=builtin
and then type make and make install.

Otherwise look for some pre-built binaries. Availability of compiled binary varies from distributions to distributions. :)
Be a part of the solution, not a part of the problem.

Biplab

Quote from: 20-40 on July 27, 2007, 09:07:37 AM
Biplab, no biggie, but you've missed to hit empty enter in *code* section and guy will look in truncated configure line trying to figure it out.
I guess you've meant something like this:

I wanted to give the user a basic command which would be sufficient to compile wxGTK and subsequently Code::Blocks with it. However the steps you've shown is quite detailed and useful one.  :)
Be a part of the solution, not a part of the problem.