On Feb 4, 2013 6:14 PM, "Kai Franke" <k...@kaifranke.com> wrote:
>
> They changed the API for yaml-cpp. I got it to compile using yaml-cpp 2.7
You mean 0.2.7 Kai?
Claudio
wget http://yaml-cpp.googlecode.com/files/yaml-cpp-0.2.7.tar.gz tar -xf yaml-cpp-0.2.7.tar.gz cd yaml-cpp-0.2.7; cmake -DBUILD_SHARED_LIBS=ON .; make install -j1; cd ..