AMDG On 04/07/2013 01:21 PM, Christian Henning wrote:
On Sun, Apr 7, 2013 at 2:59 PM, Steven Watanabe
wrote: On 04/07/2013 11:39 AM, Christian Henning wrote:
I found zlib.py and I suppose those are the tests you mentioned above.
How
do you run those tests?
python zlib.py msvc (or whatever toolset you're using) There should be documentation in an html file in the test directory.
When I do that I get:
failure {{{ "['c:\\boost\\tools\\build\\v2\\test\\../engine\\bin.ntx86\\bjam', '-sBOOST_BUILD_PATH="c:\\boost\\tools\\build\\v2\\test/.."', '-d0', '--quiet', 'toolset=mock', '--test-config="c:\\boost\\tools\\build\\v2\\test\\test-config.jam"', '--ignore-toolset-requirements']" returned 1 }}} reason {{{ unexpected status returned by bjam }}} <snip>
}}} STDOUT {{{ error: at Jamroot.jam:3 error: zlib is already configured
<snip>
What do you get with --verbose? It almost sounds like it's picking up your user-config.jam, but --test-config should override the default configuration files. In Christ, Steven Watanabe