When I execute the command gmake -j4 in the directory build the prompt stop in the line build target unittest, an a error:
[ 73%] Built target grive
[ 79%] Built target btest
[ 81%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o
[ 98%] Built target unittest
grive/CMakeFiles/grive_executable.dir/build.make:62: recipe for target 'grive/CMakeFiles/grive_executable.dir/src/main.cc.o' failed
CMakeFiles/Makefile2:218: recipe for target 'grive/CMakeFiles/grive_executable.dir/all' failed
Makefile:127: recipe for target 'all' failed
When I execute the command gmake -j4 in the directory build the prompt stop in the line build target unittest, an a error: [ 73%] Built target grive
[ 79%] Built target btest
[ 81%] Building CXX object grive/CMakeFiles/grive_executable.dir/src/main.cc.o
[ 98%] Built target unittest
grive/CMakeFiles/grive_executable.dir/build.make:62: recipe for target 'grive/CMakeFiles/grive_executable.dir/src/main.cc.o' failed CMakeFiles/Makefile2:218: recipe for target 'grive/CMakeFiles/grive_executable.dir/all' failed
Makefile:127: recipe for target 'all' failed
What's wrong?