$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] boost/python.hpp missing?
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2015-06-07 14:20:37
Hi all,
I just checked out boostorg master and tried to compile a project using
boost.python. I was previously using boost 1.55 for this project, and
now the following include
#include <boost/python.hpp>
is missing. It is missing from $BOOST_ROOT/boost and from the
installation directory after a "./b2 install". The documentation still
references boost/python.hpp.
Am I missing something obvious?
Best,
Raffi