PlatformLab/ramcloud-ycsb

After make....any help will be appreciated!!!

Closed this issue · 3 comments

g++ --std=c++0x -g -DNDEBUG -I./ramcloud/include -I. -L./ramcloud/bin -lramcloud helper.cc -o helper -Wl,-rpath=./ramcloud/bin
In file included from ./ramcloud/include/ramcloud/PerfStats.h:22:0,
from helper.cc:21:
./ramcloud/include/ramcloud/SpinLock.h:50:18: error: ‘lock_guard’ in namespace ‘std’ does not name a template type
typedef std::lock_guard Guard;
^
make: *** [helper] Error 1

Oops, there was a missing #include in RAMCloud's SpinLock.h. I just pushed a fix; if you pull a new version of the RAMCloud repo this problem should go away.

Sorry for the problem.

Fixed in upstream dependency: PlatformLab/RAMCloud@51b5393

Thanks! I'm having some reference issues, but the error was fixed.