News:

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

Main Menu

IDE hangs when started

Started by Zorroslade, August 24, 2010, 11:04:46 PM

Previous topic - Next topic

Zorroslade

I wasn't sure if this should be posted in here or dev. I did search for this problem but did not find anything.

A little background. I wanted to remove the F10 accel key. Yes, I am used to Visual Studio. I have developed on wxWidgets in the past and wanted to add the snippet of code suggested in this forum. Currently, I am developing on Debian.

I downloaded wxWidgets compiled and installed on my system. I downloaded CodeBlocks 10.5 and compiled it. I cannot get it to run. Initially, I was getting a GTK library error, but included the path and it went away. Now, CodeBlocks hangs and does not furnish a message.

Any ideas or suggestions?

Later,

oBFusCATed

Quote from: Zorroslade on August 24, 2010, 11:04:46 PM
I downloaded wxWidgets compiled and installed on my system.
Why have you done that? To compile C::B you need the wx-dev packages.
And what version of C::B you've used? C::B doesn't work with wx 2.9+.

To see where it crashes, use --enable-debug parameter of the configure script and then gdb codeblocks + bt command.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Zorroslade


It has been a long time since I have done any serious dev on Linux (~7 years). I didn't know about wx-dev.

I am using CodeBlocks 10.05 from May, and using wxWidgets 2.8.

Later,