Hey guys,
Trying to compile grive on CentOS 6.7. Cmake worked just fine but when I try to run Make in my /opt/src/grive/build directory it fails.
[root@server build]# make
[ 1%] Building CXX object libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o
/opt/src/grive/libgrive/src/drive/Resource.cc: In member function ‘void gr::v1::Resource::FromLocal(const gr::DateTime&)’:
/opt/src/grive/libgrive/src/drive/Resource.cc:272: error: ‘struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ has no member named ‘string’
make[2]: *** [libgrive/CMakeFiles/grive.dir/src/drive/Resource.cc.o] Error 1
make[1]: *** [libgrive/CMakeFiles/grive.dir/all] Error 2
make: *** [all] Error 2
I have looked up a ton of articles but none of them seem to work. Any ideas? I've installed all the dependencies needed for grive to work properly and updated them as well (that I'm aware of). Still no luck.
Any help would be appreciated.