IM6505 compile failure - hrz.c

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
epo001

IM6505 compile failure - hrz.c

Post by epo001 »

On mac os x

Config line:

./configure --with-quantum-depth=16 --disable-dependency-tracking
--with-x=yes --x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib/ --without-perl --enable-hdri

First error

/bin/sh ./libtool --silent --tag=CC --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I./config -I/usr/X11/include/freetype2
-I/usr/X11/include -I/usr/X11R6/include -I/usr/include/libxml2 -g -O2
-Wall -W -D_THREAD_SAFE -c -o coders/coders_hrz_la-hrz.lo `test -f
'coders/hrz.c' || echo './'`coders/hrz.c
coders/hrz.c: In function ‘ReadHRZImage’:
coders/hrz.c:161: error: invalid operands to binary <<
coders/hrz.c:162: error: invalid operands to binary <<
coders/hrz.c:163: error: invalid operands to binary <<
make[1]: *** [coders/coders_hrz_la-hrz.lo] Error 1
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: IM6505 compile failure - hrz.c

Post by magick »

Look for a patch in ImageMagick 6.5.0-6, available in about 2 hours. Thanks.
Post Reply