Author Topic: Built codeblocks from source but it doesn't start  (Read 3127 times)

Offline AbdelrahmanSaid

  • Single posting newcomer
  • *
  • Posts: 9
Built codeblocks from source but it doesn't start
« on: June 05, 2020, 10:23:50 pm »
I have built the lastest nightly build (12091) from source on Linux Mint 19.3. As far as I can tell, the build went with no problems. Just needed to install a couple of missing dev packages and everything worked flawlessly.

However, when I try to run codeblocks, I get the following error:

Code
symbol lookup error: ./codeblocks: undefined symbol: _ZN13PluginManager22GetConfigurationPanelsEiP8wxWindowR24ConfigurationPanelsArrayP36cbConfigurationPanelColoursInterface

Any ideas what is the problem here?

Offline AbdelrahmanSaid

  • Single posting newcomer
  • *
  • Posts: 9
Re: Built codeblocks from source but it doesn't start
« Reply #1 on: June 05, 2020, 11:54:02 pm »
I figured out the problem. The nightly build's lib folder was not on my $LD_LIBRARY_PATH variable, so the build was trying to use the libraries in the system from the stable release installation.