Faunus requires a C++ compiler with good C++11 support; Clang 3.1+, gcc4.6+, and intel composer 13 are known to work. If your current compiler is insufficient, here are some ways to get an updated version:
MacOS:
General unix/linux:
To tell the build system about compilers in non-standard locations, explicitly specify it when running cmake. For example:
$ CXX=/usr/local/bin/g++ CC=/usr/local/bin/gcc cmake . [options]
Anonymous
Diff: