AMDG On 04/13/2013 09:44 AM, Christian Henning wrote:
Turns out I built x64 bjam which lies in
C:\boost\tools\build\v2\engine\bin.ntx86_64
but the test script wanted
C:\boost\tools\build\v2\engine\bin.ntx86
Now that is fixed.
Aha. The test script only checks that the directory bin.ntx86 exists. I'll try to improve the error handling.
The output is:
failure {{{ "['c:\\boost\\tools\\build\\v2\\test\\..\\engine\\bin.ntx86\\bjam.exe', '-sBOOST_BUILD_PATH="c:\\boost\\tools\\build\\v2\\test/.."', '-d0', '--quiet', '-ftest.jam', '--test-config="c:\\boost\\tools\\build\\v2\\test\\test-config.jam"', '--ignore-toolset-requirements']" returned 1 }}} reason {{{ unexpected status returned by bjam }}} changes caused by the last build command {{{ Added files : [] Removed files : [] Modified files: [] Touched files : []
}}} STDOUT {{{ error: [ control enum hardware profiles services ] != [ control enum hardware profiles services deleted device ids ] error: [ control enum hardware profiles services ] != [ control enum hardware profiles services deleted device ids ] 414 passed 2 failed
Fixed. In Christ, Steven Watanabe