Code::Blocks Forums
User forums => Help => Topic started by: npap on October 22, 2010, 06:57:53 pm
-
Hello
I install nightly CB under Ubuntu 10.04 and everything seems to went ok. When I try to start codeblocks I get this error:
codeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_UPDATE_VIEW_LAYOUT
and nothing else.
Any idea?
Thanks
-
Disable Code Completion and see if it goes away.
Post the results one way or another; could be installation or build issue; I am a windows person so not sure how to determine the cause.
PLEASE state that you built it your self in the future! Not Installed Night Build.
Tim S.
-
codeblocks: symbol lookup error: codeblocks: undefined symbol: cbEVT_UPDATE_VIEW_LAYOUT
This looks very much to me like you did not fully uninstall the previous version and thus C::B takes an old SDK library which doesn't have this event.
Please make sure you really completely uninstall any old versions and dependencies (also including those of package manager) before installing a nightly.
-
Please do not post the same issue twice, I merged the topics (because both had answers) and removed one of the start posts (because they are identically).
-
As mentioned by MortenMacFly, the previous installation had let some files which had to erase it manually.
Deleting those files and doing a fresh build, the CB worked fine.
Now I have a new problem. The GNU Fortran compiler which are located in my Linux system, couldn't be found by CB. So when I try to create a new Fortran project I can not do compile or anything else. I tried to build and use Fortran plugin from http://darmar.vgtu.lt/ (http://darmar.vgtu.lt/) but no success.
Anyway thanks all for the help.
Nick