Unfortnately, I get this weird error regarding the installation of simgear:
"-- Found Boost: /usr/lib64/cmake/Boost-1.71.0/BoostConfig.cmake (found version "1.71.0")
CMake Error at CMakeModules/BoostTestTargets.cmake:55 (message):
NOTE: boost::test-based targets and tests cannot be added: boost >= 1.34.0
required but not found. (found: '1.71.0' want >=103400) You may disable
ENABLE_TESTS to continue without the tests.
Call Stack (most recent call first):
CMakeLists.txt:220 (include)
-- Configuring incomplete, errors occurred! See also "/home/felix/.cache/yay/simgear/src/sgbuild/CMakeFiles/CMakeOutput.log". See also "/home/felix/.cache/yay/simgear/src/sgbuild/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). "
Any ideas how to resolve this? thanks a lot!
UPDATE: I was able to install Simgear with boost 1.71 by passing the option -ENABLE_TESTS=FALSE to the cmake command.
Pinned Comments
acxz commented on 2022-09-07 14:47 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.