You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make drops the following error as long as the package "cppunit" is installed.
MYCOMPILATIONDIR/src/grive-git/libgrive/test/drive/StateTest.cc:24:26: fatal error: drive/State.hh: No such file or directory
compilation terminated.
libgrive/CMakeFiles/unittest.dir/build.make:77: recipe for target 'libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o' failed
make[2]: *** [libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o] Error 1
CMakeFiles/Makefile2:149: recipe for target 'libgrive/CMakeFiles/unittest.dir/all' failed
make[1]: *** [libgrive/CMakeFiles/unittest.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Make drops the following error as long as the package "cppunit" is installed.
MYCOMPILATIONDIR/src/grive-git/libgrive/test/drive/StateTest.cc:24:26: fatal error: drive/State.hh: No such file or directory
compilation terminated.
libgrive/CMakeFiles/unittest.dir/build.make:77: recipe for target 'libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o' failed
make[2]: *** [libgrive/CMakeFiles/unittest.dir/test/drive/StateTest.cc.o] Error 1
CMakeFiles/Makefile2:149: recipe for target 'libgrive/CMakeFiles/unittest.dir/all' failed
make[1]: *** [libgrive/CMakeFiles/unittest.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: