demon icon indicating copy to clipboard operation
demon copied to clipboard

make error

Open gs55 opened this issue 6 years ago • 1 comments

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

gs55 avatar Sep 20 '18 16:09 gs55

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

efyphil avatar Sep 27 '18 11:09 efyphil