Skip to content

Instantly share code, notes, and snippets.

@eeevans
Created January 17, 2023 19:01
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/428956c89c8dbaeec49a9dda57de3649 to your computer and use it in GitHub Desktop.
Save eeevans/428956c89c8dbaeec49a9dda57de3649 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
-- ----------------------------------------------------
** Populating gitache:
-- GITACHE_ROOT = "/opt/gitache_root"
-- CMAKE_MESSAGE_LOG_LEVEL = ""
-- 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.
>> Removing old cache value blaze_DIR ("/opt/gitache_root/blaze/e6a64b0cad7ca81cf78fc870b688f5a2d58ee186cdcbd6a918a5bb13f727d342/share/blaze/cmake")!
-- 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)
-- 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)
-- ----------------------------------------------------
** Configuring subdirectory xml:
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: system filesystem
-- Checking for module 'libxml++-3.0'
-- Found libxml++-3.0, version 3.2.4
-- ----------------------------------------------------
** Configuring subdirectory events:
-- ----------------------------------------------------
** Configuring subdirectory threadsafe:
-- ----------------------------------------------------
** Configuring subdirectory threadpool:
-- ----------------------------------------------------
** Configuring subdirectory evio:
-- Option EnableDebugBuffers (Enable debugging of the dynamic blocks stream buffer.) =
OFF (default)
-- ----------------------------------------------------
** Configuring subdirectory evio/protocol:
-- Found wolfssl: /opt/gitache_root/wolfssl/8440fc311b26f417eb004f96bc40cc2876beed8bbd9d10a5e55b29e4525e3a23
-- ----------------------------------------------------
** Configuring subdirectory evio/protocol/xmlrpc:
-- ----------------------------------------------------
** Configuring subdirectory statefultask:
-- ----------------------------------------------------
** Configuring subdirectory statefultask/doc:
-- Option BuildDocumentation (Create and install the HTML based API documentation (requires Doxygen)) =
OFF (default)
-- ----------------------------------------------------
** Configuring subdirectory external:
-- VMA_BUILD_SAMPLE = OFF
-- VMA_BUILD_SAMPLE_SHADERS = OFF
-- VMA_STATIC_VULKAN_FUNCTIONS = OFF
-- VMA_DYNAMIC_VULKAN_FUNCTIONS = ON
-- VMA_DEBUG_ALWAYS_DEDICATED_MEMORY = OFF
-- VMA_DEBUG_INITIALIZE_ALLOCATIONS = OFF
-- VMA_DEBUG_GLOBAL_MUTEX = OFF
-- VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT = OFF
-- TRACY_ENABLE: OFF
-- TRACY_ON_DEMAND: OFF
-- TRACY_CALLSTACK: OFF
-- TRACY_NO_CALLSTACK: OFF
-- TRACY_NO_CALLSTACK_INLINES: OFF
-- TRACY_ONLY_LOCALHOST: OFF
-- TRACY_NO_BROADCAST: OFF
-- TRACY_ONLY_IPV4: OFF
-- TRACY_NO_CODE_TRANSFER: OFF
-- TRACY_NO_CONTEXT_SWITCH: OFF
-- TRACY_NO_EXIT: OFF
-- TRACY_NO_SAMPLING: OFF
-- TRACY_NO_VERIFY: OFF
-- TRACY_NO_VSYNC_CAPTURE: OFF
-- TRACY_NO_FRAME_IMAGE: OFF
-- TRACY_NO_SYSTEM_TRACING: OFF
-- TRACY_DELAYED_INIT: OFF
-- TRACY_MANUAL_LIFETIME: OFF
-- TRACY_FIBERS: OFF
-- TRACY_NO_CRASH_HANDLER: OFF
-- TRACY_TIMER_FALLBACK: OFF
-- ----------------------------------------------------
** Configuring subdirectory resolver-task:
-- Found farmhash: /opt/gitache_root/farmhash/0da2bcf6ce4989af8fa15728d8a660b760ca362045e43da9c861d661551382a6
-- ----------------------------------------------------
** Configuring subdirectory socket-task:
-- ----------------------------------------------------
** Configuring subdirectory xmlrpc-task:
-- ----------------------------------------------------
** Configuring subdirectory dbus-task:
-- ----------------------------------------------------
** Configuring subdirectory xcb-task:
-- ----------------------------------------------------
** Configuring subdirectory src:
-- Found blaze
-- ----------------------------------------------------
** Configuring subdirectory src/protocols:
-- ----------------------------------------------------
** Configuring subdirectory src/protocols/xmlrpc:
-- ----------------------------------------------------
** Configuring subdirectory src/data_types:
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0")
-- ----------------------------------------------------
** Configuring subdirectory src/vulkan:
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/BoostConfig.cmake (found version "1.74.0") found components: serialization
-- Checking for module 'shaderc'
-- No package 'shaderc' found
CMake Error at /usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:603 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:825 (_pkg_check_modules_internal)
src/vulkan/CMakeLists.txt:12 (pkg_check_modules)
-- 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