openglonmetal / MGL

OpenGL 4.6 on Metal
Apache License 2.0
781 stars 30 forks source link

Issue when running make install #1

Closed BrentRosen closed 2 years ago

BrentRosen commented 2 years ago

When trying to run make install, I get this error: CMake Error at cmake_install.cmake:41 (file): file INSTALL cannot copy file "/Users/*****/MGL/external/SPIRV-Cross/build/libspirv-cross-core.a" to "/usr/local/lib/libspirv-cross-core.a": Permission denied.

openglonmetal commented 2 years ago

You may have to change your permissions on /usr/local/lib or do a sudo make install

BrentRosen commented 2 years ago

Yeah, also CmakeLists.txt appears to be missing from the Ezxml because terminal is complaining about that file missing when attempting to run cmake

darkaegisagain commented 2 years ago

I think ezxml may be just a makefile build, I just included the source and built it as part of the parser.