You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm hitting a snag trying to install and run this, and I'm hoping it's just something obvious that I'm missing. When I attempt to run the CMAKE commands to build the directory, there's a call out to a file that doesn't seem to exist. As the file is supposed to be in live2d/core, I'm assuming it was supposed to be either part of Live2D Cubism SDK for Native download or downloaded from somewhere else. Any ideas where I might find that file?
Here's the error:
D:\XX\X\Live2LOVE>cmake -T v120 -H. -Bbuild -DBUILD_SHARED_LIBS=1
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - 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: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:32 (add_subdirectory):
The source directory
I'm hitting a snag trying to install and run this, and I'm hoping it's just something obvious that I'm missing. When I attempt to run the CMAKE commands to build the directory, there's a call out to a file that doesn't seem to exist. As the file is supposed to be in live2d/core, I'm assuming it was supposed to be either part of Live2D Cubism SDK for Native download or downloaded from somewhere else. Any ideas where I might find that file?
Here's the error:
D:\XX\X\Live2LOVE>cmake -T v120 -H. -Bbuild -DBUILD_SHARED_LIBS=1
-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.22631.
-- The C compiler identification is MSVC 18.0.21005.1
-- The CXX compiler identification is MSVC 18.0.21005.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - 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: C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/bin/amd64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:32 (add_subdirectory):
The source directory
does not contain a CMakeLists.txt file.
-- Selected Live2D Core MSVC ver: 120 (x86_64)
-- Configuring incomplete, errors occurred!
The text was updated successfully, but these errors were encountered: