Page 1 of 1

cannot compile IM 6.6.3.5 Q32 HDRI

Posted: 2010-08-13T18:32:21-07:00
by fmw42
I cannot compile IM 6.6.3.5 Q32 HDRI on my Mac OSX Tiger.

I get the following errors at the end of the make:


coders/psd.c: In function 'ReadPSDLayer':
coders/psd.c:657: error: invalid operands to binary &
make[1]: *** [coders/coders_psd_la-psd.lo] Error 1
make: *** [all] Error 2

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Posted: 2010-08-13T19:42:02-07:00
by magick
Replace 'pixel' with '((unsigned char) pixel)'.

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Posted: 2010-08-13T20:30:02-07:00
by fmw42
magick wrote:Replace 'pixel' with '((unsigned char) pixel)'.
Thanks. It is not urgent. I just wanted you to be aware. I can wait until fixed in the next release and just use 6.6.3.4

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Posted: 2010-08-14T22:49:03-07:00
by fmw42
This is fixed in IM 6.6.3.6 Q32 HDRI.

Thanks.