
10 Dec
2005
10 Dec
'05
11:52 a.m.
Hi Andy, --- Andy Little <andy@servocomm.freeserve.co.uk> 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