$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2005-12-10 06:52:53
Hi Andy,
--- Andy Little <andy_at_[hidden]> wrote:
> Attempting to compile the synchronous timer example. I get the
> message
> xx\boost\asio\detail\socket_types.hpp "sys/ioctl.h" no such file or
> directory.
> compiler VC7.1 in Windows XP.
> Any thoughts?
It can only get into the #else branch that includes sys/ioctl.h if
BOOST_WINDOWS is not defined. This would occur if BOOST_DISABLE_WIN32
is being defined somewhere, such as when compiling with the /Za option.
If you are please try removing it.
Cheers,
Chris