Building terragear
Building terragear
I am hitting a brick wall at cmake. Maybe the instructions in the FG wiki page are not clear enough for me.
Re: Building terragear
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:14 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Configuring incomplete, errors occurred!
See also "/home/steve/flightgear-terragear/build/CMakeFiles/CMakeOutput.log".
See also "/home/steve/flightgear-terragear/build/CMakeFiles/CMakeError.log".
CMake Error at CMakeLists.txt:14 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Configuring incomplete, errors occurred!
See also "/home/steve/flightgear-terragear/build/CMakeFiles/CMakeOutput.log".
See also "/home/steve/flightgear-terragear/build/CMakeFiles/CMakeError.log".
Re: Building terragear
1. What is your OS?
2. Do you have CMAKE installed?
https://cmake.org/
swamp wrote:The CXX compiler identification is unknown
No CMAKE_CXX_COMPILER could be found.
2. Do you have CMAKE installed?
https://cmake.org/
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Building terragear
Yes, I have it installed. I will admit I am no pro at it though. It even opens cmake gui when I click to see the cmakecache.txt
Re: Building terragear
Do it for him via SSH
FG Pilot (2011-2018)
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Re: Building terragear
what is your OS?
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Building terragear
swamp has linux mint
FG Pilot (2011-2018)
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Prepar3d (2015 - 2023)
MSFS2020 (2020 - )
Re: Building terragear
swamp.. if you want to give me ssh access (and sudo power) [FEAR!!]... then I will be happy to take a look (as ^ SHM said).
The error output right there suggests NO CMAKE installed. so that's weird.
But option #2 is:
Is cmake in your executable path?
my output is
The error output right there suggests NO CMAKE installed. so that's weird.
But option #2 is:
Is cmake in your executable path?
Code: Select all
which cmake
my output is
Code: Select all
/usr/bin/cmake
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Building terragear
Then that's good :S
the answer of your compiler comes to a surprise to me so far.
but try this
change
for
And see if the response is the same
the answer of your compiler comes to a surprise to me so far.
but try this
change
Code: Select all
cmake [parameters...]
for
Code: Select all
/usr/bin/cmake [parameters..]
And see if the response is the same
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Who is online
Users browsing this forum: No registered users and 3 guests