$12256 / $11500
Hi guys trying to compile the latest flare and getting stuck here:
liam@liamspc:~/Downloads/flare_v012/build$ cmake .
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring incomplete, errors occurred!
Can someone point me in the right direction?
Anon, what operating system are you on? And do you have a C++ compiler installed?
On Ubuntu 10.10 64bit.
What Compiler would i need?
Hm, maybe try this first.
sudo apt-get install build-essential
You may or may not also have to do "sudo apt-get install g++" (not sure if is included in build-essentials).
You will also need the SDL development packages, but the build should tell you about those!