Code::Blocks Forums
User forums => Help => Topic started by: XxThE TrAqEuRxX on February 06, 2012, 07:19:58 pm
-
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
-
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/
-
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.