|
Boost Testing : |
From: Boris Gubenko (Boris.Gubenko_at_[hidden])
Date: 2007-09-24 14:54:15
In revision 39509 of boost/libs/asio/test/Jamfile.v2, library 'ipv6' was added
for HP-UX:
Index: test/Jamfile.v2
===================================================================
--- test/Jamfile.v2 (revision 39509)
+++ test/Jamfile.v2 (revision 39100)
@@ -42,7 +42,6 @@
<os>NT,<toolset>gcc:<library>ws2_32
<os>NT,<toolset>gcc:<library>mswsock
<os>NT,<toolset>gcc-cygwin:<define>__USE_W32_SOCKETS
- <os>HPUX:<library>ipv6
;
test-suite "asio" :
This change breaks regression testing on HP-UX. Follows the entrire contents of
bjam.log:
warning: Graph library does not contain optional GraphML reader.
note: to enable GraphML support, set EXPAT_INCLUDE and EXPAT_LIBPATH to the
note: directories containing the Expat headers and libraries, respectively.
warning: skipping optional Message Passing Interface (MPI) library.
note: to enable MPI support, add "using mpi ;" to user-config.jam.
note: to suppress this message, pass "--without-mpi" to bjam.
note: otherwise, you can safely ignore this message.
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(don't panic: this is a strictly optional feature).
error: Unable to find file or target named
error: 'ipv6'
error: referred from project at
error: '../libs/asio/test'
Please, revert this change.
Thanks,
Boris