News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Problem start new build CB under linux

Started by npap, October 22, 2010, 06:57:53 PM

Previous topic - Next topic

npap

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

stahta01

#1
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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

Quote from: npap on October 22, 2010, 07:02:27 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

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).

npap

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/ but no success.

Anyway thanks all for the help.

Nick