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