[zeromq-dev] HP-UX compile.

George Neill georgen at neillnet.com
Sun Nov 16 06:33:47 CET 2008


Hi All,

Here are the warnings I received from building zmq on HPUX (Itanium)
using the HP compiler aCC.

"/home/gneill/zmq/trunk/zmq/ip.cpp", line 205: warning #4232-D: conversion
          from "sockaddr *" to a more strictly aligned type "sockaddr_in *"
          may cause misaligned access
      *addr_ = *((sockaddr_in *) res->ai_addr);

"/home/gneill/zmq/trunk/zmq/select_thread.cpp", line 243: warning #2940-D:
          missing return statement at end of non-void function
          "zmq::select_thread_t::process_command"
  }

Also, it looks like there might be some issues using getaddrinfo() on
HPUX.  (http://www.openldap.org/faq/data/cache/778.html)

Thanks,
George.



More information about the zeromq-dev mailing list