News:

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

Main Menu

Built codeblocks from source but it doesn't start

Started by AbdelrahmanSaid, June 05, 2020, 10:23:50 PM

Previous topic - Next topic

AbdelrahmanSaid

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:

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

Any ideas what is the problem here?

AbdelrahmanSaid

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.