Skip to content

Instantly share code, notes, and snippets.

@eeevans
Created January 16, 2023 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eeevans/a6d83d60a1f49afd58c64a9c53f037f8 to your computer and use it in GitHub Desktop.
Save eeevans/a6d83d60a1f49afd58c64a9c53f037f8 to your computer and use it in GitHub Desktop.
eeevans@Bobiverse:/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer$ cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebug -DEnableDebugGlobal:BOOL=OFF
-- The C compiler identification is GNU 11.3.0
-- The CXX compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ----------------------------------------------------
** Populating gitache:
-- GITACHE_ROOT = "/opt/gitache_root"
-- CMAKE_MESSAGE_LOG_LEVEL = ""
-- Found Git: /usr/bin/git (found version "2.34.1")
-- Locking directory "/opt/gitache_root/gitache-core"...
-- Gitache-core is already at e1c6097a90d9e2ec01d184f9012bd063b29a0540.
-- Reading package configurations from "/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer/cmake/gitache-configs/"...
-- gitache_package_magic_enum is already installed.
-- gitache_package_blaze is already installed.
-- gitache_package_libcwd_r is already installed.
-- gitache_package_wolfssl is already installed.
-- gitache_package_farmhash is already installed.
-- Unlocking directory "/opt/gitache_root/gitache-core".
-- ----------------------------------------------------
** Configuring project linuxviewer:
-- Option CMAKE_BUILD_TYPE =
RelWithDebug
-- Option EnableDebug (Build for debugging) =
ON (default)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found libcwd_r: /opt/gitache_root/libcwd_r/fc0a34072985ab506e8bd7fdb6a72dd0317478d5c42bafe2127a5520513d707a/lib/cmake/libcwd_r (found version "1.1.3")
-- Option EnableLibcwd (link with libcwd) =
ON (default)
-- Option EnableTracy (Enable profiling code using Tracy) =
OFF (default)
-- ----------------------------------------------------
** Configuring subdirectory cwds:
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0")
-- ----------------------------------------------------
** Configuring subdirectory utils:
-- Option EnableDebugGlobal (Enable debug code that checks the correct usage of Global<> and Singleton<>) =
OFF (cached)
-- Looking for C++ include sparsehash/dense_hash_map
-- Looking for C++ include sparsehash/dense_hash_map - found
-- Performing Test HAVE_BUILTIN_EXPECT
-- Performing Test HAVE_BUILTIN_EXPECT - Success
-- ----------------------------------------------------
** Configuring subdirectory xml:
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_system"
(requested version 1.74.0) with any of the following names:
boost_systemConfig.cmake
boost_system-config.cmake
Add the installation prefix of "boost_system" to CMAKE_PREFIX_PATH or set
"boost_system_DIR" to a directory containing one of the above files. If
"boost_system" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake:258 (boost_find_component)
/usr/share/cmake-3.22/Modules/FindBoost.cmake:594 (find_package)
xml/CMakeLists.txt:15 (find_package)
-- Configuring incomplete, errors occurred!
See also "/mnt/c/Users/eeeva/source/repos-cpp/linuxviewer/build/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment