$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-10-29 10:00:47
Hi Jürgen,
> Hi !
>
> I'm trying to get the test case (boost/tools/build/v2/test) to execute
> successfully on my machine.
> Everything works, with two exceptions:
> generators-test: fails with failure message attached below. It seems
> there's a conflict with an already configured qt toolset.
>
> railsys: Works, after removing <stdlib>stlport in requirements
> and usage-requirements.
> Where can I configure stdport for the test-suite ?
You can configure both qt and stlport for testing by copying test/
test-config.jam.in into test/test-config.jam and adding test-confiig.jam to
taste. It will disable user-config.jam/site-config.jam loading.
HTH,
Volodya