$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Duplicated using directive warning
From: John Reid (j.reid_at_[hidden])
Date: 2011-08-16 03:22:05
I know it sounds a bit dumb but I had
using python ;
in both my site-config.jam and user-config.jam. It took me quite a while
before I worked out what was wrong. Until then I got many
error messages about "best alternatives". Would it be possible to put a
check in boost.build for this sort of mistake?
John.