Make fails on v6.3.5-4 beta

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
fisheggs

Make fails on v6.3.5-4 beta

Post by fisheggs »

When building from ImageMagick-6.3.5-4.tar.gz dated Jul 25 03:41, on x86_64 GNU/Linux, make stops with:-

Code: Select all

coders/gif.c: In function 'WriteGIFImage':
coders/gif.c:1745: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'offset'
coders/gif.c:1798: error: 'offset' undeclared (first use in this function)
coders/gif.c:1798: error: (Each undeclared identifier is reported only once
coders/gif.c:1798: error: for each function it appears in.)
make: *** [coders/coders_gif_la-gif.lo] Error 1
Looks like line 1742 should end with a ';' rather than a ','
Post Reply