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

make error #53

Open
gs55 opened this issue Sep 20, 2018 · 1 comment
Open

make error #53

gs55 opened this issue Sep 20, 2018 · 1 comment

Comments

@gs55
Copy link

gs55 commented Sep 20, 2018

when i make,i had the error as follows.
Could you tell me the solution?


lib/CMakeFiles/lz4.dir/build.make:89: recipe for target 'lz4/src/lz4-stamp/lz4-download' failed
make[2]: *** [lz4/src/lz4-stamp/lz4-download] Error 1
CMakeFiles/Makefile2:169: recipe for target 'lib/CMakeFiles/lz4.dir/all' failed
make[1]: *** [lib/CMakeFiles/lz4.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2

@efyphil
Copy link

efyphil commented Sep 27, 2018

So, i solved this problem, it's cmake problem and you need to compile cmake like this:
./bootstrap --system-curl
make
sudo make install

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