Code::Blocks Forums

User forums => Help => Topic started by: npap on October 22, 2010, 06:57:53 pm

Title: Problem start new build CB under linux
Post 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
Title: Re: Problem start new build CB under linux
Post by: stahta01 on October 22, 2010, 07:06:52 pm
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.
Title: Re: Problem start new build CB under linux
Post by: MortenMacFly on October 22, 2010, 08:16:23 pm
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.
Title: Re: Problem start new build CB under linux
Post by: Jenna on October 22, 2010, 11:37:03 pm
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).
Title: Re: Problem start new build CB under linux
Post by: npap on October 25, 2010, 09:24:07 am
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