Am 24.03.2014 um 14:22 schrieb marti.ma...@littlecms.com: > So, that means you system does not define macintosh or __LITTLE_ENDIAN__ ? > > Anybody else with this issue? I tried some macs and it passed all tests.
For me it works fine. I also have checks in my main file to verify that flags are right. Like this: #if __BIG_ENDIAN__ #if CMS_USE_BIG_ENDIAN // ok #else #error CMS_USE_BIG_ENDIAN is wrong for BigEndian #endif #elif __LITTLE_ENDIAN__ #if CMS_USE_BIG_ENDIAN #error CMS_USE_BIG_ENDIAN is wrong for LittleEndian #else // ok #endif #else #error unknown Platform? #endif Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Lcms-user mailing list Lcms-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lcms-user