Author Topic: Bug on starting  (Read 5421 times)

Offline XxThE TrAqEuRxX

  • Single posting newcomer
  • *
  • Posts: 2
Bug on starting
« 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
« Last Edit: February 06, 2012, 07:22:17 pm by XxThE TrAqEuRxX »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Bug on starting
« Reply #1 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/
(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!]

Offline XxThE TrAqEuRxX

  • Single posting newcomer
  • *
  • Posts: 2
Re: Bug on starting
« Reply #2 on: February 06, 2012, 08:43:31 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.