majintao0131 / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

Missing libboost dependency #223

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please file a bug report with your package distributor. I don't have any 
control over the deb package.

Original comment by jbe...@gmail.com on 7 Nov 2013 at 2:07