Alexey Pakhunov wrote:
>>Step 3 is making sure that msvc/Windows is healthy
as well. The instructions
>>are again at:
>>
>> http://zigzag.cs.msu.su/boost.build/wiki/TestingOnBoost
a>
>>
>>The tests can be run by anybody with msvc/Windows,
but issues in Boost.Build
>>are likely to appear. Dave, any chance you can take
this part?
I attached v1 and v2 test runs to the same page
<http://zigzag.cs.msu.su/boost.build/wiki/TestingOnBo
ost>. See
boost_v1_vc-8_0.tar.bz2 and boost_v2_msvc-8.0.tar.bz2
correspondingly.
(boost_v1_vc-8_0.zip was attached by mistake. Please remove
it.)
Results of v1 and v2 are pretty different at the first
glance. I will
try to looks what is wrong when I find a couple of spare
hours.
PS: The attached diff is a fix for 'wave' library required
to run the
tests on NT.
Best regards/Venlig hilsen,
Alexey Pakhunov.
Index: Jamfile.v2
============================================================
=======
RCS file:
/cvsroot/boost/boost/libs/wave/test/build/Jamfile.v2,v
retrieving revision 1.2
diff -u -r1.2 Jamfile.v2
--- Jamfile.v2 9 Feb 2006 11:07:56 -0000 1.2
+++ Jamfile.v2 10 Feb 2006 18:55:59 -0000
 -36,7
+36,7 
project wave/test
: requirements
<toolset>msvc-7.1:<rtti>off
- <os>NT:<link-runtime>static
+ <os>NT:<runtime-link>static
<threading>single
<variant>debug
<define>BOOST_LIB_DIAGNOSTIC=1
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|