This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7")
-- Found Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed
-- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.2")
-- Searching for log4cxx/logger.h
-- Searching for liblog4cxx
-- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY)
-- The host system is: Linux-6.5.0-15-generic.
-- 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 (14.5s)
-- Generating done (0.1s)
-- Build files have been written to: /home/star/neumodvb/build
star@star-Vostro-3670:~/neumodvb/build$
A warning, not an error.I am installing the packages and it gives cmake error.
cmake ..
-- 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=/mantic/
-- Modern OS detected - using clang 20
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found suitable version "1.74.0", minimum required is "1.69") found components: regex co
ntext program_options
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Found Python: /usr/bin/python3 (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 (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.
Code:This warning is for project developers. Use -Wno-dev to suppress it. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.11.so (found suitable version "3.11.6", minimum required is "3.7") -- Found Python3: /usr/bin/python3 (found version "3.11.6") found components: Interpreter Development Development.Module Development.Embed -- Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_baseu_net-3.2;-lwx_gtk3u_gl-3.2;-lwx_gtk3u_core-3.2;-lwx_baseu-3.2 (found version "3.2.2") -- Searching for log4cxx/logger.h -- Searching for liblog4cxx -- Log4cxx_INCLUDE_DIR (missing: Log4cxx_LIBRARY) -- The host system is: Linux-6.5.0-15-generic. -- 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 (14.5s) -- Generating done (0.1s) -- Build files have been written to: /home/star/neumodvb/build star@star-Vostro-3670:~/neumodvb/build$
[ 3%] Completed 'libneumowxsvg'
[ 3%] Built target libneumowxsvg
[ 3%] Building CXX object /home/star/neumodvb/build_fmt/fmt-build/CMakeFiles/fmt.dir/src/format.cc.o
[ 4%] Building CXX object /home/star/neumodvb/build_fmt/fmt-build/CMakeFiles/fmt.dir/src/os.cc.o
[ 4%] Linking CXX static library libfmtd.a
[ 4%] Built target fmt
[ 5%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/stackstring.cc.o
[ 5%] Building CXX object src/stackstring/CMakeFiles/stackstring.dir/neumotime.cc.o
[ 6%] Linking CXX shared library libstackstring.so
[ 6%] Built target stackstring
[ 7%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/mdb.c.o
[ 7%] Building C object neumolmdb/CMakeFiles/neumolmdb.dir/midl.c.o
[ 7%] Linking C static library libneumolmdb.a
[ 7%] Built target neumolmdb
[ 7%] Generating code for neumodb schemadb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 7%] Built target schema_generated_files
[ 7%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/neumodb.cc.o
[ 7%] Building CXX object src/neumodb/CMakeFiles/neumodb.dir/dbdesc.cc.o
[ 8%] Linking CXX shared library libneumodb.so
[ 8%] Built target neumodb
[ 8%] Building CXX object src/neumodb/CMakeFiles/pyneumodb.dir/neumodb_pybind.cc.o
[ 9%] Linking CXX shared library pyneumodb.cpython-311-x86_64-linux-gnu.so
[ 9%] Built target pyneumodb
[ 9%] Generating code for neumodb devdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 9%] Built target dev_generated_files
[ 9%] Generating code for neumodb chdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 9%] Built target ch_generated_files
[ 9%] Generating code for neumodb recdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 9%] Built target rec_generated_files
[ 10%] Generating code for neumodb epgdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 10%] Built target epg_generated_files
[ 10%] Generating code for neumodb statdb.
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
sh: 1: clang-format: not found
[ 10%] Built target stat_generated_files
[ 10%] Built target version_h
It says "clang-format not found". Of course, it may be a wild guess, but how about installing clang-format?What should I install?
Welcome to the forum Andre_Instead of them i installed fmt8 and libfmt-dev, but that leads to a build error...
Thank you for the welcome.
yes, i tried installing it from the ubuntu universe repository.
Maybe you like to take a look at the attached screenshot:
View attachment 154362