|
Boost Testing : |
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-30 13:06:45
I have no problem with that. I guess the same would apply to
compiler_status.cpp
which in fact won't even run without changes to accomodate v2.
I looked at the Jamfile.v2 which builds this. I'm sort of embarassed to to
admit that I'm not sure what to change in order to make this non-default.
I'm guessing that in the install sections I need to comment out the libary
status
line. Then I would tweak the documention to indicate that to build the
library_status.exe
one would use:
bjam library_status.exe ... // windows
or
bjam library_status ... // *nix
Is that correct?
Robert Ramey
Vladimir Prus wrote:
> Robert Ramey wrote:
>
>> This is a recent addition. This problem occurred when I first
>> uploaded it. I've made modifications and uploaded again.
>> I've tested it on both vc-7.1 as well as gcc-3.4.
>>
>> What compiler is used by your AIX system? What is the error message?
>
> Robert,
> given that library_status.cpp is not used for any automated testing,
> may I suggest it's not built by default?
>
> - Volodya