Quote from: Christopho on March 02, 2015, 07:58:00 AMThank you very much! I just reinstalled Blag, but I assumed I already installed the compiler, hence my confusion at the error.
It looks like the C++ compiler is missing.
You need to install g++ 4.8.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
Development / Re: CXX compiler not found?
March 03, 2015, 04:05:53 AM #2
Development / CXX compiler not found?
March 02, 2015, 12:39:11 AM
I'm trying to compile Solarus, but whenever "cmake ." is run, I get the error:
Anyone happen to know of a fix? Thank you!
Code Select
jade@the-stars-like-dust ~/solarus-1.3.1 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!
Anyone happen to know of a fix? Thank you!
Pages1