Author Topic: Code::Blocks freezes right after compiler selection (SVN 4324 - 26 Jul)  (Read 2958 times)

b4silence

  • Guest
Hello all!

I'm using Ubuntu 7.04 and I have installed the C::B SVN 4324 build from .deb packages.

It happens that when C::B starts, right after the compiler selection, it freezes...  :?


As you can check in this thread, I tried these things:

1) I re-checked if I installed all the packages provided

2) I've installed and confirmed that I'm running wxGTK 2.8.4 version

3) After removing libcompiler.* from plugins, C::B runs, so the problem must be here...


Anyone has an idea why this is happening?


Thanks

antliu

  • Guest
Re: Code::Blocks freezes right after compiler selection (SVN 4324 - 26 Jul)
« Reply #1 on: August 02, 2007, 08:06:10 am »

I believe you've made sure about the version of wxGTK.
Just wondering whether the libcompiler.* are been rebuilt or just deleted without using them.
If it is the latter case, you might be deleting something that uses the *freeze* component in
wxGTK.

Just to share my experience. Hope this will not be a duplicate.

As I decided not to build CB myself, I used solely .deb package.

Two key points I found are:

1. 2.8.4 of wxGTK, compile with Unicode support.
    The library names are different with an "u" in them. I didn't see this difference
    and spent a long time before realize I made a mistake. In the end, I install the
    libraries in /usr/local/lib

2. Use the correct library.
    I used "LD_LIBRARY_PATH=/usr/local/lib ldd /usr/bin/codeblocks|less" to
    confirm I am using the right library.