Subject: Re: [boost] [gil] Ok to merge new gil's extension to release branch?
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-04-07 16:21:44


On Sun, Apr 7, 2013 at 2:59 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:

> AMDG
>
> 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
}}}
changes caused by the last build command {{{
Added files : []
Removed files : []
Modified files: []
Touched files : []

}}}
STDOUT {{{
error: at Jamroot.jam:3
error: zlib is already configured

}}}
STDERR {{{

}}}
stacktrace {{{
at line 590 of c:\boost\tools\build\v2\test\BoostBuild.py (fail_test)
from line 485 of c:\boost\tools\build\v2\test\BoostBuild.py
(run_build_system)
from line 32 of zlib.py (<module>)

}}}

Before running the test I deleted my bin.v2 folder.

I have created 3 new jam files and committed them to boost trunk, in the
same folder as zlib.jam. There are some remaining issues which I'll
describe in new email thread.

 Christian