[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
cmake build error "_CSM_COMPONENTS_GL_H" "AND" "(" "NOT" "EXISTS" "OR" "IS_DIRECTORY" ")"
I tried to build the cubism native SDK components but the build failed, here's the command line stack:
______________________________________________________________
cmake /home/androidweardev/Desktop/Live2DCubismSdk/Components
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:93 (if):
if given arguments:
"_CSM_COMPONENTS_GL_H" "AND" "(" "NOT" "EXISTS" "OR" "IS_DIRECTORY" ")"
Unknown arguments specified
-- Configuring incomplete, errors occurred!
See also "/home/androidweardev/Desktop/Live2DCubismSdk/Components/CMakeFiles/CMakeOutput.log".
_________________________________________________________________
is something that I did wrong? is there a dependency I need to get? if so, where?
0 ·