Closed v4ld3r5 closed 5 years ago
In includes.h I now have
#ifdef __APPLE__
#include <machine/endian.h>
#else
#include <endian.h>
#endif
Can you please try rebuilding and tell me if you still get the same error or not.
Retro Graphics Toolkit no longer uses endian.h. As noted my closing comment for #9 Boost now handles endian conversions.
Hi, When compiling in macosx high sierra I got:
This is solved by doing:
Best regards,