nilsve / docker-aseprite-linux

Docker container for easily building Aseprite for linux
97 stars 28 forks source link

Error when compiling v1.3.7 #14

Open mrehayden1 opened 1 month ago

mrehayden1 commented 1 month ago

I've changed the -b argument to v1.3.7 and the build fails with the following:


Done. Made 100 targets from 57 files in 119ms
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
make: *** [Makefile:4: build] Error 1```
mrehayden1 commented 1 month ago

Looks like this issue was the cause.

The build continued even though the sync on the skia deps failed.

Maybe something that needs to be kicked up stream?