Howdy, Stranger!

It looks like you're new here. Sign in or register to get started.

If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
 
Live2D Cubism
Cubism Products and Downloads
Cubism product manuals and tutorials
Cubism Editor Manual    Cubism Editor Tutorial    Cubism SDK Manual    Cubism SDK Tutorial
[INFORMATION](03/28/2024)
Cubism Editor 5.1 alpha version is now available!
Find out how to use the new features here.
Please take this opportunity to use it and give us your feedback!

For more information and download, please check out the Cubism Editor 5.1 alpha category.

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?
Sign In or Register to comment.