I need some help compiling this project with cmake. Here is the error message.
$ ./build_avida -- Building for: NMake Makefiles CMake Warning at CMakeLists.txt:1
Try to install gcc and gcc-c++, as Cmake works smooth with them.
gcc
gcc-c++
yum install gcc gcc-c++
apt-get install cmake gcc g++
Then,