cannot compile IM 6.6.3.5 Q32 HDRI

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

cannot compile IM 6.6.3.5 Q32 HDRI

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Post by magick »

Replace 'pixel' with '((unsigned char) pixel)'.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: cannot compile IM 6.6.3.5 Q32 HDRI

Post by fmw42 »

This is fixed in IM 6.6.3.6 Q32 HDRI.

Thanks.
Post Reply