Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

Closed Unassigned: casablanca doesn't build under OS X [218]

$
0
0
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: No more information from customer or reports about not building on OS X. No action on our part to be taken.

Viewing all articles
Browse latest Browse all 4845

Trending Articles