News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Bug on starting

Started by XxThE TrAqEuRxX, February 06, 2012, 07:19:58 PM

Previous topic - Next topic

XxThE TrAqEuRxX

Hi ,

I've tried to install the latest nightly build.

So,  i did the following things :

svn checkout svn://svn.berlios.de/codeblocks/trunk

cd trunk/ && ./bootstrap && ./configure && make

sudo make install

but when i launch code:block , i got :

~$ codeblocks
codeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_HIDE_LOG_WINDOW

No way to find the answer on google.

Thanks.

Sorry for the grammatical mistakes ,it's not  my native language.

ps : OS used Ubuntu 11.04

oBFusCATed

99% you have another build of codeblocks installed in your system and you have conflicting libraries.
Why don't you use the jens repo for debian/ubuntu nightly builds?

The link is here: http://apt.jenslody.de/
(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!]

XxThE TrAqEuRxX

Quote from: oBFusCATed on February 06, 2012, 07:49:37 PM
99% you have another build of codeblocks installed in your system and you have conflicting libraries.
Why don't you use the jens repo for debian/ubuntu nightly builds?

The link is here: http://apt.jenslody.de/

I've uninstall code:block 10.5 and reinstall the nightly , and  finaly it's works.

Thanks for the help.