$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-05-16 10:19:11
Yunior Peralta González writes:
> I installed the latest version of boost (2007-05-11) in Debian perfectly,
> and when I installed asio with it and typed make check, 26 test cases
> failed of 42 total.Someone know how to solve this?Or perhaps asio is not
> compatible with this release of boost?
These probably aren't real failures. There was a change to the unit test
framework in boost 1.34 that made it an error to have no test cases within a
single test program. Some of the asio tests are simple compile tests only,
leading to this problem. I've already fixed this in CVS.
Cheers,
Chris