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
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. 😅
Please help! 🤔
The text was updated successfully, but these errors were encountered:
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. 😅
Please help! 🤔
The text was updated successfully, but these errors were encountered: