demon
demon copied to clipboard
make error
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
So, i solved this problem, it's cmake problem and you need to compile cmake like this: ./bootstrap --system-curl make sudo make install