Hi,

when using little CMS 2.6 on Mac (using xcode and build i386 and x86_64 targets 
with 10.6 SDK) the macro CMS_USE_BIG_ENDIAN is set to 1. The problem is the 
check of

#if defined(__powerpc__) || defined(__ppc__) || defined(TARGET_CPU_PPC)

in lcms2.h that returns true. Problem is the TARGET_CPU_PPC. It is defined to 0 
in TargetConditionals.h. I think the check should be changed to

#if defined(__powerpc__) || defined(__ppc__) || TARGET_CPU_PPC

Thanks,

-------------------------------------------------------------------
Haiko Kraatz
Software Engineering Manager 

Fon: +49 (0)30 390485-0
Fax: +49 (0)30 390485-55
E-Mail: hkra...@canto.com

Canto GmbH
Alt-Moabit 73
D-10555 Berlin
Web: http://www.canto.com
-------------------------------------------------------------------
Amtsgericht Berlin-Charlottenburg HRB 88566
Geschäftsführer: Jack McGannon, Hans-Dieter Schädel
-------------------------------------------------------------------



------------------------------------------------------------------------------
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

Reply via email to