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

WSL Failed to Build Dependencies #77

Open
jonatino opened this issue Apr 12, 2020 · 5 comments
Open

WSL Failed to Build Dependencies #77

jonatino opened this issue Apr 12, 2020 · 5 comments

Comments

@jonatino
Copy link

jonatino commented Apr 12, 2020

Describe the bug

------------------------------
Testing Builds...
------------------------------
[?] /home/jonathan/pngquant/pngquant test...

[ERROR]: pngquant executable was not found on the expected path: /home/jonathan/pngquant/pngquant
The install attempt did not complete successfully.  Please report this error.
Makefile:6: recipe for target 'build-dependencies' failed
make: *** [build-dependencies] Error 1

To Reproduce
Steps to reproduce the behavior:

  1. Run sudo make build-dependencies on WSL Ubuntu Windows 10

Expected behavior
Should install

Desktop (please complete the following information):

  • OS: Windows 10 Pro x64
@chrissimpkins
Copy link
Owner

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.

@jonatino
Copy link
Author

@chrissimpkins yeah let me know what you need me to do

@neochief
Copy link

neochief commented May 19, 2020

It's not a Windows issue. I've just got the same thing on macOS:

------------------------------
Testing Builds...
------------------------------
[?] /Users/neochief/pngquant/pngquant test...

[ERROR]: pngquant executable was not found on the expected path: /Users/neochief/pngquant/pngquant
The install attempt did not complete successfully.  Please report this error.
make: *** [build-dependencies] Error 1

@neochief
Copy link

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.

@zackurben
Copy link

I also got this issue on WSL - I was able to fix it by installing/fixing my $PATH for g++

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

4 participants