released vkdt 0.5.0 – #10 by Thanatomanic – Software
Here is what I get when I try on Windows…
Package glfw3 was not found in the pkg-config search path.
Perhaps you should add the directory containingglfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3', required by 'virtual:world', not found Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing
glfw3.pc’
to the PKG_CONFIG_PATH environment variable
Package ‘glfw3’, required by ‘virtual:world’, not found
Package glfw3 was not found in the pkg-config search path.
Perhaps you should add the directory containingglfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3', required by 'virtual:world', not found Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing
glfw3.pc’
to the PKG_CONFIG_PATH environment variable
Package ‘glfw3’, required by ‘virtual:world’, not found
make[1]: Entering directory ‘/home/user/vkdt’
Makefile:56: [ext (Makefile)]
mkdir -p built/
bin/config.mk.defaults:51: [ext (Makefile)]
bin/config.mk.defaults:51: [ext (Makefile)]
bin/config.mk.defaults:51: [ext (Makefile)]
Package glfw3 was not found in the pkg-config search path.
Perhaps you should add the directory containingglfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3', required by 'virtual:world', not found bin/config.mk.defaults:51: [ext (Makefile)] Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing
glfw3.pc’
to the PKG_CONFIG_PATH environment variable
Package ‘glfw3’, required by ‘virtual:world’, not found
bin/config.mk.defaults:52: [ext (Makefile)]
bin/config.mk.defaults:52: [ext (Makefile)]
bin/config.mk.defaults:52: [ext (Makefile)]
Package glfw3 was not found in the pkg-config search path.
Perhaps you should add the directory containingglfw3.pc' to the PKG_CONFIG_PATH environment variable Package 'glfw3', required by 'virtual:world', not found bin/config.mk.defaults:52: [ext (Makefile)] Package glfw3 was not found in the pkg-config search path. Perhaps you should add the directory containing
glfw3.pc’
to the PKG_CONFIG_PATH environment variable
Package ‘glfw3’, required by ‘virtual:world’, not found
Makefile:13: [ext (Makefile)]
Makefile:57: [ext (Makefile)]
make -C ext/
make[2]: Entering directory ‘/home/user/vkdt/ext’
mkdir -p …/built/ext/rawspeed
cd …/built/ext/rawspeed; cmake …/…/…/ext/rawspeed -DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=release -DRAWSPEED_ENABLE_LTO=off -DRAWSPEED_ENABLE_DEBUG_INFO=off -DBUILD_BENCHMARKING=off -DBUILD_FUZZERS=off -DBUILD_TOOLS=off
CMake Error at C:/msys64/ucrt64/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:48 (message):
Could not find compiler set in environment variable CXX:
clang++.
Call Stack (most recent call first):
CMakeLists.txt:17 (project)
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
– Configuring incomplete, errors occurred!
See also “C:/msys64/home/user/vkdt/built/ext/rawspeed/CMakeFiles/CMakeOutput.log”.
make[2]: *** [Makefile:15: …/built/ext/rawspeed/Makefile] Error 1
make[2]: Leaving directory ‘/home/user/vkdt/ext’
make[1]: *** [Makefile:57: ext] Error 2
make[1]: Leaving directory ‘/home/user/vkdt’
make: *** [Makefile:7: all] Error 2>
Read more here: Source link