Error in Make IM 6.6.5-9

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

Error in Make IM 6.6.5-9

Post by fmw42 »

I just tried to install IM 6.6.5-9 Q16 HDRI Mac OSX Tiger and got the following error at the end of the Make.


# source='coders/png.c' object='coders/coders_png_la-png.lo' libtool=yes
/bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/Users/fred/Applications/ImageMagick-6.6.5-9source/magick -I/Users/fred/Applications/ImageMagick-6.6.5-9source/wand -I/opt/local/include/libxml2 -I/opt/local/include/lqr-1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -g -O2 -Wall -D_THREAD_SAFE -pthread -c -o coders/coders_png_la-png.lo `test -f 'coders/png.c' || echo './'`coders/png.c
libtool: compile: gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include -I/Users/fred/Applications/ImageMagick-6.6.5-9source/magick -I/Users/fred/Applications/ImageMagick-6.6.5-9source/wand -I/opt/local/include/libxml2 -I/opt/local/include/lqr-1 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -g -O2 -Wall -D_THREAD_SAFE -pthread -c coders/png.c -fno-common -DPIC -o coders/.libs/coders_png_la-png.o
powerpc-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
coders/png.c: In function 'CompressColormapTransFirst':
coders/png.c:6872: error: array subscript is not an integer
make[1]: *** [coders/coders_png_la-png.lo] Error 1
make: *** [all] Error 2
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Error in Make IM 6.6.5-9

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.6.5-10, available by sometime tomorrow. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error in Make IM 6.6.5-9

Post by fmw42 »

thanks - it works fine in 6.6.5-10
Post Reply