Page 1 of 1

Make fails on v6.3.5-4 beta

Posted: 2007-07-25T19:11:39-07:00
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 ','