• Runtimes
  • spine-glfw cannot compile with visual studio 2022

CMake Error at C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1702 (message):
CMake step for glfw failed: 1
Call Stack (most recent call first):
C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1854:EVAL:2 (__FetchContent_directPopulate)
C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.29/Modules/FetchContent.cmake:1854 (cmake_language)
C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.29/Modules/FetchContent.cmake:2081 (FetchContent_Populate)
CMakeLists.txt:12 (FetchContent_MakeAvailable)

Related Discussions
...

The error you're encountering with compiling spine-glfw using Visual Studio 2022 seems to be related to the CMake FetchContent module failing to fetch or build the GLFW library. This could be due to a variety of reasons, such as network issues, incorrect CMake configurations, or missing dependencies. To resolve this, ensure that you have a stable internet connection and that all necessary build tools and dependencies are installed. You might also want to try clearing the CMake cache and regenerating the project files. Additionally, verify that the CMake version you are using is compatible with the GLFW version being fetched.

OK. Please tell me what dependcies should i install to compile spine-glfw runtimes lol
there is no information on github on how to run this.

Seems like i need to install git.
close

Ah yes, sorry for the missing docs on that. I'll update them this week.