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
170 stars 42 forks source link

Issue when running cmake for skia / ninja (autofit) #33

Open hybridspyda opened 6 months ago

hybridspyda commented 6 months ago

I’m trying to run cmake via the guides on github, but I’m encountering an issue where the following line fails:

\deps\skia>ninja -C out/Release-x64 skia modules (I’m not running directly on my C drive as it’s low on space, so is on another drive)

This gives me the following error: ninja: error: ‘…/…/third_party/externals/freetype/src/autofit/autofit.c’, needed by ‘obj/third_party/externals/freetype/src/autofit/freetype2.autofit.obj’, missing and no known rule to make it

I tried to just continue on, but think that this needs to be solved first. :sweat_smile: Please help! :thinking: