ptergrand
Member
- Joined
- Jul 14, 2023
- Messages
- 120
- Reaction score
- 20
- Points
- 18
- Age
- 44
- My Satellite Setup
- bu siteyi çok seviyorum
- My Location
- bu siteyi çok seviyorum
Even though I downgraded cmake to 3.27.9, I get an error. What should I do?
cmake ..
cmake ..
Code:
-- The C compiler identification is Clang 16.0.6
-- The CXX compiler identification is Clang 16.0.6
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- xxx=/Vulcan/
-- Modern OS detected - using clang 20
-- Found Boost: /usr/lib/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.69") found components: regex context program_opt
ions
-- Found PkgConfig: /usr/bin/pkg-config (found version "2.1.0")
-- Found Python: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Checking for module 'gtk+-3.0'
-- Found gtk+-3.0, version 3.24.38
-- Version: 10.1.0
-- Build type: Debug
-- Performing Test HAS_NULLPTR_WARNING
-- Performing Test HAS_NULLPTR_WARNING - Success
-- pybind11 v2.10.0 dev1
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN
-- Performing Test HAS_FLTO_THIN - Success
-- Found Python: /usr/bin/python3.11 (found suitable version "3.11.6", minimum required is "3.7") found components: Interpreter
CMake Warning (dev) at src/neumodb/CMakeLists.txt:2 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonLibs: /usr/lib/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7")
-- Found Python3: /usr/bin/python3.11 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Found wxWidgets: -pthread;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.4")
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY)
-- The host system is: Linux-6.6.7-4-MANJARO.
-- Project base dir is: /home/star/neumodvb
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (30.3s)
-- Generating done (0.3s)
-- Build files have been written to: /home/star/neumodvb/build