-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
WSL Failed to Build Dependencies #77
Comments
Thank you very much for reporting this! Are you available to test in your Win environment so that we can sort this out? Happy to look into it but I don't have ready access to reproduce this at the moment. |
@chrissimpkins yeah let me know what you need me to do |
It's not a Windows issue. I've just got the same thing on macOS:
|
I have fixed this issue by installing a missing pngquant dependency "pkg-config". Using tips from here: https://stackoverflow.com/questions/23202146/cannot-find-pkg-config-error @jonatino , you can try to debug the source of the problem by going to /home/jonathan/pngquant and running "make". This will show you what might be wrong with the build process. |
I also got this issue on WSL - I was able to fix it by installing/fixing my $PATH for g++ |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
sudo make build-dependencies
on WSL Ubuntu Windows 10Expected behavior
Should install
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: