$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-02-16 08:48:52
Hi Gaurav,
On Fri, 16 Feb 2007 18:01:48 +0530, Gaurav.Jain_at_[hidden] said:
> 1). Added #include <sys/sockio.h> in /boost/asio/detail/
> socket_types.hpp under #else part of
> #if defined(BOOST_WINDOWS) || defined(__CYGWIN__)
Ok.
> Following test case got failed during execution :
> multicast.cpp
The errors from this test indicate a problem with multicast and IPv6. Do
you have IPv6 network interfaces (including loopback) present on this
system (i.e. visible when you run ifconfig)? Is multicast enabled for
them?
Cheers,
Chris