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
because the directory does not exist.
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:34 (include)
CMakeLists.txt:23 (project)
-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - broken
CMake Error at /opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
Describe your bug report or feature request here
Hello, I am trying to bulid asprite in macOS(M1).
Build command was:
cmake -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \ -DLAF_BACKEND=skia \ -DSKIA_DIR=$ASEPRITE_HOME/skia \ -DSKIA_LIBRARY_DIR=$ASEPRITE_HOME/skia/out/Release-arm64 \ -DSKIA_LIBRARY=$ASEPRITE_HOME/skia/out/Release-arm64/libskia.a \ -DPNG_ARM_NEON:STRING=on \ -DCMAKE_OSX_ARCHITECTURES=arm64 \ -G Ninja \ ..
and dir structure:
ASPRITE_HOME
-> asprite
-> build (tried to build in this location(
...
-> skia
...
But this shows error like this:
-----log
CMake Warning at /opt/homebrew/share/cmake/Modules/Platform/Darwin-Initialize.cmake:311 (message):
Ignoring CMAKE_OSX_SYSROOT value:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
because the directory does not exist.
Call Stack (most recent call first):
/opt/homebrew/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:34 (include)
CMakeLists.txt:23 (project)
-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc - broken
CMake Error at /opt/homebrew/share/cmake/Modules/CMakeTestCCompiler.cmake:67 (message):
The C compiler
is not able to compile a simple test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:23 (project)
-- Configuring incomplete, errors occurred!
Aseprite and System version
The text was updated successfully, but these errors were encountered: