$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-10-20 13:35:22
In bbv2 (on Windows) I observed, that the include gets installed to
C:\install\include\boost-1_34\libnames
This is problematic since include directives used by
libarary users usually are:
#include "boost/libname.hpp"
Instead bbv2 install should go to:
C:\install\include\boost-1_34\boost\libnames
as it did in bbv1.
Roland