Good morning I have a program that I want to integrate with HPX, but that program uses the libevent package to handling event occurs on a file descriptor. The problem is I get some strange compiling errors, like these: error: ‘sigval_t’ does not name a type, sigval_t si_sigval; error: field ‘tcpm_addr’ has incomplete type ‘sockaddr_storage’ struct sockaddr_storage tcpm_addr; error: ‘ipv6_mreq’ does not name a type typedef ipv6_mreq in6_mreq_type ... and many more about asio.boost, sockets and /usr/include/arpa/inet.h incompatibilities