vitalif / grive2

Google Drive client with support for new Drive REST API and partial sync
http://yourcmc.ru/wiki/Grive2
GNU General Public License v2.0
1.52k stars 141 forks source link

Error install grive2 in freeBSD 9.2-RELEASE-p15(freenas - jail)ing #79

Open LinuxEvangelist opened 8 years ago

LinuxEvangelist commented 8 years ago

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?

vitalif commented 8 years ago

I don't know, maybe there's a compilation error that's hidden by make in some way?