Code::Blocks Forums

User forums => Help => Topic started by: AbdelrahmanSaid on June 05, 2020, 10:23:50 pm

Title: Built codeblocks from source but it doesn't start
Post by: AbdelrahmanSaid 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?
Title: Re: Built codeblocks from source but it doesn't start
Post by: AbdelrahmanSaid 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.