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

another linux build failure #35

Closed
dotru3 opened this issue Jul 18, 2017 · 2 comments
Closed

another linux build failure #35

dotru3 opened this issue Jul 18, 2017 · 2 comments

Comments

@dotru3
Copy link

dotru3 commented Jul 18, 2017

build aborts with:
make -C libpng/ -f scripts/makefile.gcc CC="gcc" CFLAGS="-Ofast -std=gnu11 -fsigned-char -DPNG_USER_CONFIG -Wno-macro-redefined" libpng.a
make[1]: Entering directory /tmp/Efficient-Compression-Tool-0.8.2/src/libpng' make[1]: scripts/makefile.gcc: No such file or directory make[1]: *** No rule to make target scripts/makefile.gcc'. Stop.
make[1]: Leaving directory `/tmp/Efficient-Compression-Tool-0.8.2/src/libpng'
make: *** [libpng] Error 2

platform: ubuntu 14.04.5 lts, gcc-6.3

best regards

@tssajo
Copy link
Contributor

tssajo commented Jul 18, 2017

@dotru3 See this for the solution: #32

Basically this is what you need to do:

tar xf v0.8.tar.gz && cd Efficient-Compression-Tool-0.8/src && git clone https://github.com/glennrp/libpng.git && cd ..

@dotru3
Copy link
Author

dotru3 commented Jul 19, 2017

thanks a lot tssajo, that solved it. didn't read #32 , my bad.

@dotru3 dotru3 closed this as completed Jul 19, 2017
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