I’ve tried it and Skia compiled just fine. Unfortunately, I’m now having problems building with Cmake
C:\Program Files (x86)\Aseprite\build>cmake -DUSE_ALLEG4_BACKEND=OFF -DUSE_SKIA_BACKEND=ON -DSKIA_DIR=C:\deps\skia -G Ninja …
– The C compiler identification is MSVC 19.11.25507.1
– The CXX compiler identification is MSVC 19.11.25507.1
– Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x86/cl.exe
– Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x86/cl.exe – broken
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.9/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler “C:/Program Files (x86)/Microsoft Visual
Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x86/cl.exe” is
not able to compile a simple test program.
It fails with the following output:
Change Dir: C:/Program Files (x86)/Aseprite/build/CMakeFiles/CMakeTmp
Run Build Command:“C:/deps/depot_tools/ninja.exe” “cmTC_1263b”
ninja: error: build.ninja:30: loading ‘rules.ninja’: O sistema não pode encontrar o arquivo especificado. system cannot find the specified file.
include rules.ninja
^ near here
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:39 (project)
– Configuring incomplete, errors occurred!
See also “C:/Program Files (x86)/Aseprite/build/CMakeFiles/CMakeOutput.log”.
See also “C:/Program Files (x86)/Aseprite/build/CMakeFiles/CMakeError.log”.
What is this error I’m getting with ninja?