$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] broken install rule?
From: John Maddock (john_at_[hidden])
Date: 2009-02-11 12:18:00
Repeating a previous message:
* If I have a single install rule with a <name> then everything's fine, but
* If I have two different install rules each with a <name> then building
fails.
* If I have two separate Jamfiles, each with an install rule with a <name>,
then individually they're OK, but if they're both included in the same build
process via "build-project" rules, then Boost.Build is back to emitting
error messages again :-(
At present this is pretty much the only remaining issue preventing me from
merging the PDF-documentation-build code to the release branch and issuing a
set of "official" PDF's for 1.38, so I'd really like to get this fixed if
possible,
Anyone have any pointers or possible fixes?
Many thanks, John.