I've updated one of my projects to use yaml-cpp version 0.5.1 instead of 0.3.0.
I've got the DEB package from project website.
When I build the project in Ubuntu Raring I get a compilation error:
-----
In file included from /usr/include/yaml-cpp/node/node.h:10:0,
from /usr/include/yaml-cpp/yaml.h:13,
from pch.cpp:1:
/usr/include/yaml-cpp/node/ptr.h:10:32: fatal error: boost/shared_ptr.hpp: No
such file or directory
#include <boost/shared_ptr.hpp>
-----
Installing libboost-dev package solves the problem.
Summmary:
Libboost dependency is missing in debian/control file for DEB package.
Original issue reported on code.google.com by kna...@gmail.com on 7 Nov 2013 at 1:19
Original issue reported on code.google.com by
kna...@gmail.com
on 7 Nov 2013 at 1:19