First of all: Thanks for your response!
Yeah I noticed that aswell (the version being very old).
I haven't done any work on the project myself yet thats why I didnt bother upgrading yet.
Is it possible to upgrade without getting into any version conflicts?
The command I'm trying to compile with is:
cmake -std=c++11 "-GUnix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=$COMPILER ..
make -j2
with $COMPILER beeing set to either
"/usr/bin/clang++" or
"/usr/bin/g++"
Ive also tried adding
-D_GLIBCXX_USE_CXX11_ABI=0 to the command since I read somewhere, that this might fix errors when using old libs with newer compilers