Boost logo

Boost Testing :

From: Andreas Huber (ahd6974-spamgroupstrap_at_[hidden])
Date: 2006-03-15 02:57:35


Vladimir Prus wrote:
> This suggests that your user-config.jam is not found at all. Can you
> try running:
>
> "D:\BoostRegression\MyDocuments\boost\tools\jam\src\bin.ntx86\bjam.exe"
> --v2 "-sBOOST_BUILD_PATH=D:\BoostRegression\MyDocuments"
> --debug-configuration -n

Yes, the output is:
<output>
Unable to load Boost.Build: could not find "boost-build.jam"
---------------------------------------------------------------
Attempted search from D:\BoostRegression\MyDocuments up to the root
and in these directories from BOOST_BUILD_PATH and BOOST_ROOT:
D:\BoostRegression\MyDocuments.
Please consult the documentation at 'http://www.boost.org'.
</output>

I then tried with ...

<command>
D:\BoostRegression\MyDocuments>"D:\BoostRegression\MyDocuments\boost\tools\jam\src\bin.ntx86\bjam.exe"
 --v2 "-sBOOST_BUILD_PATH=D:\BoostRegression\MyDocuments"
"-sBOOST_ROOT=D:\BoostRegression\MyDocuments\boost" --debug-configuration
 -n
</command>

and got

<output>
notice: found boost-build.jam at
D:\BoostRegression\MyDocuments\boost\boost-build.jam
notice: loading Boost.Build from
D:\BoostRegression\MyDocuments\boost\tools\build\v2
notice: loading site-config.jam from
D:\BoostRegression\MyDocuments\boost\tools\build\v2\site-config.jam
notice: loading user-config.jam from
D:\BoostRegression\MyDocuments\boost\tools\build\v2\user-config.jam
warning: no toolsets are configured.
warning: you won't be able to build C++ programs.
warning: please consult the documentation.

error: no Jamfile in current directory found, and no target references
specified.
</output>

which isn't that surprising, as it picked up the downloaded
user-config.jam instead of mine in D:\BoostRegression\MyDocuments. How
do I get this thing to pick up my user-config.jam?

Thanks & Regards,

-- 
Andreas Huber
When replying by private email, please remove the words spam and trap
from the address shown in the header. 

Boost-testing list run by mbergal at meta-comm.com