Author Topic: Problem start new build CB under linux  (Read 3888 times)

Offline npap

  • Single posting newcomer
  • *
  • Posts: 2
Problem start new build CB under linux
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Problem start new build CB under linux
« Reply #1 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.
« Last Edit: October 22, 2010, 07:09:16 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Problem start new build CB under linux
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Problem start new build CB under linux
« Reply #3 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).

Offline npap

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem start new build CB under linux
« Reply #4 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/ but no success.

Anyway thanks all for the help.

Nick