forked from y-higuchi/ramcloud
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Yuta HIGUCHI edited this page Nov 21, 2013
·
3 revisions
- Building with recent boost library
- Install libboost-all-dev, etc.
sudo apt-get install build-essential git-core libcppunit-dev libcppunit-doc doxygen libboost-all-dev libpcre3-dev protobuf-compiler libprotobuf-dev libcrypto++-dev libevent-dev scone libssl-dev
- Modify GNUmakefile and add following to
COMFLAGS
-DBOOST_UNORDERED_DEPRECATED_PAIR_CONSTRUCT
This does not work on most up-to-date boost as the deprecated workaround method seems to be completely removed. If thats the case modify src/TabletManager.cc. See branch blueprint-java branch commit af80382f9b20f3f7dbd95d66d5d12e3641de9be3
- Install libboost-all-dev, etc.