Boost logo

Boost Testing :

From: Reece Dunn (msclrhd_at_[hidden])
Date: 2006-03-15 03:30:37


Andreas Huber wrote:
> 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"
[snip]
>
> 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>
>
> 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?

If you make the HOME environment variable point to the directory where your user-config.jam is located, BBv2 will look there instead. For example, I have

   HOME=c:/devel

and am running the regression tests from c:/devel/regression.

HTH,
- Reece
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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