Compiling Codeblocks 25.03 from source.
My system is a current MX Linux, so Debian at its core.
Unpack -> bootstrap -> configure -> make
Runs fine, but then the plugins in "contrib" aren't included.
./configure --with-contrib-plugins="all" --prefix=/usr
make
Runs fine, but stops because many error messages during linking look something like this:
AutoVersioning.cpp:(.text+0x81d3): undefined reference to `TiXmlElement::~TiXmlElement()'
make stops at some point. This could be a problem for me. The normal plugins and src/plugins
run normally, but not under src/plugins/contrib. The exact cause was that tinyxml wasn't linked during linking. Everything is fine with plugins. Not in plugins/contrib.
I'm sure this can only be my fault. If you have the same problem, feel free to use my workaround script. As usual, it's provided without any warranty.
Perhaps someone knows more about it and can share it.
Hesti