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](4/25/2024)
Cubism Editor 5.1 alpha3 is now available!

We have incorporated some of your comments and suggestions. Thank you for your comments and requests!
We will continue to welcome your feedback on alpha3.

Download/ Manual and Update History
Options

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.