We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
So, i solved this problem, it's cmake problem and you need to compile cmake like this: ./bootstrap --system-curl make sudo make install
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: