svn build: coders/palm.c array subscript is not an integer

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
lsm

svn build: coders/palm.c array subscript is not an integer

Post by lsm »

/bin/bash ./libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./config -I/usr/include/freetype2 -I/usr/include/libxml2 -fopenmp -g -O2 -Wall -W -pthread -MT coders/coders_palm_la-palm.lo -MD -MP -MF coders/.deps/coders_palm_la-palm.Tpo -c -o coders/coders_palm_la-palm.lo `test -f 'coders/palm.c' || echo './'`coders/palm.c
coders/palm.c: In function 'ReadPALMImage':
coders/palm.c:365: error: array subscript is not an integer
coders/palm.c:367: error: array subscript is not an integer
coders/palm.c:369: error: array subscript is not an integer
coders/palm.c:378: error: array subscript is not an integer
coders/palm.c:379: error: array subscript is not an integer
coders/palm.c:380: error: array subscript is not an integer
make[1]: *** [coders/coders_palm_la-palm.lo] Error 1
make[1]: Leaving directory `/home/code/ImageMagick'
make: *** [all] Error 2

svn build on amd-64
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: svn build: coders/palm.c array subscript is not an integer

Post by magick »

The problem is fixed in the development subversion trunk. Allow about 2 hours for the patch to mirror.
Post Reply