Boost logo

Boost :

From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-02-12 06:03:01


Hi Gaurav,

On Fri, 9 Feb 2007 12:50:53 +0530, Gaurav.Jain_at_[hidden] said:
> Compiling "daytime_client.cpp" on AIX 5.3 without passing any flag
> resulting
> into following errors :
>
> "/1_33_1/include/boost/asio/socket_base.hpp", line 433.52: 1540-0724 (W)
> The non-type template argument "-2147195266" of type "int" has wrapped.

Is this using 0.3.7? The line number corresponds to a comment in the
latest version of the code.

> "/1_33_1/include/boost/asio/ip/basic_endpoint.hpp", line 173.14:
> 1540-0217 (S)
> "ss_family" is not a member of "struct sockaddr_storage".

Have a look in the system header file sys/socket.h (which is where
sockaddr_storage should be defined) and see if there is a #define that
determines what members sockaddr_storage contains.

Cheers,
Chris


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk