In network.hpp:
// For ntohs and htons
#if defined(_WIN32)
#include <winsock2.h>
#else
//#include <arpa/inet.h>
#include <netinet/in.h>
>> + #undef htonll
>> + #undef ntohll
#endif
without the two undefs it won't compile.
Comments: Hi KarimA, We are having no trouble building for OS X and others aren't reporting issues. If you can't provide any more information we are going to close this issue. Thanks, Steve
// For ntohs and htons
#if defined(_WIN32)
#include <winsock2.h>
#else
//#include <arpa/inet.h>
#include <netinet/in.h>
>> + #undef htonll
>> + #undef ntohll
#endif
without the two undefs it won't compile.
Comments: Hi KarimA, We are having no trouble building for OS X and others aren't reporting issues. If you can't provide any more information we are going to close this issue. Thanks, Steve