Re: [Lcms-user] [patch] PowerPC Little Endian Support

2013-10-30 Thread Will Schmidt
On Wed, 2013-10-30 at 12:52 +, marti.ma...@littlecms.com wrote: > Hi Will, > > I've committed to GIT some modifications that solves the issue. > Thanks again > > Regards > Marti Thanks! :-) -Will > > Quoting Will Schmidt : > > > On Tue, 2013-10-15 at 15:17 +, marti.ma...@littlecms.c

Re: [Lcms-user] [patch] PowerPC Little Endian Support

2013-10-30 Thread marti . maria
Hi Will, I've committed to GIT some modifications that solves the issue. Thanks again Regards Marti Quoting Will Schmidt : > On Tue, 2013-10-15 at 15:17 +, marti.ma...@littlecms.com wrote: >> >> Hi Will, >> >> Thanks for the patch, >> >> After investigating a little more on this, I found g

Re: [Lcms-user] [patch] PowerPC Little Endian Support

2013-10-21 Thread Will Schmidt
On Tue, 2013-10-15 at 15:17 +, marti.ma...@littlecms.com wrote: > > Hi Will, > > Thanks for the patch, > > After investigating a little more on this, I found gcc 4.6 was > required and sometimes you need to #include for those > macros to work. I would like to stay away of those dependen

[Lcms-user] [patch] PowerPC Little Endian Support

2013-10-07 Thread Will Schmidt
While in a powerpc LE environment, the #ifdeffery around USE_BIG_ENDIAN (lcms) and CMS_USE_BIG_ENDIAN (lcms2) needs some adjustment to avoid setting the BIG_ENDIAN flag. I've attached a pair of patches for consideration. The first against lcms 1.19 , the second against lcms2 2.5. Thanks, -Will