aseprite / skia

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
https://skia.org
BSD 3-Clause "New" or "Revised" License
181 stars 45 forks source link

Ninja error while Building aseprite on source Code #37

Open antonioN313 opened 8 months ago

antonioN313 commented 8 months ago

System: Linux Mint 21.3

I've been trying to build aseprite on source Code on the new stable version of Linux Mint and i've enconter this issue on the last command line

~/deps/skia$ ninja -C out/Release-x64 skia modules

After the command:

ninja: Entering directory `out/Release-x64'
ninja: error: '../../third_party/externals/freetype/src/autofit/autofit.c', needed by 'obj/third_party/externals/freetype/src/autofit/libfreetype2.autofit.o', missing and no known rule to make it

Someone on the aseprite community have encounter the same issue, but in my case, I've used Clang in the previous step.