Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hybridspyda opened this issue Jan 5, 2024 · 1 comment
Open

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

hybridspyda opened this issue Jan 5, 2024 · 1 comment

Comments

@hybridspyda
Copy link

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! 🤔

@mlthan
Copy link

mlthan commented Jan 7, 2025

Try re-running python3 tools/git-sync-deps
I had the same problem :) Transient errors while cloning each dep are not obvious in the logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants