Page 1 of 1

Make Error (coders/emf.c)

Posted: 2015-02-02T15:28:14-07:00
by afre
Hello All, I have been following snibgo's instructions in building IM with Cygwin. bash is getting a little annoyed at the moment:

Code: Select all

coders/emf.c: In function 'ReadEMFImage':
coders/emf.c:510:3: error: 'status' undeclared (first use in this function)
   status=SetImageExtent(image,image->columns,image->rows);
   ^
coders/emf.c:510:3: note: each undeclared identifier is reported only once for each function it appears in
Makefile:7594: recipe for target 'coders/coders_emf_la-emf.lo' failed
make[1]: *** [coders/coders_emf_la-emf.lo] Error 1
make[1]: Leaving directory '/home/Alan/ImageMagick-6.9.0-4'
Makefile:5151: recipe for target 'all' failed
make: *** [all] Error 2

Re: Make Error (coders/emf.c)

Posted: 2015-02-02T18:14:24-07:00
by magick
We added a patch to the ImageMagick Subversion trunk. In the mean-time, add

Code: Select all

  MagickBooleanType
    status;
Near the beginning of the method.

Re: Make Error (coders/emf.c)

Posted: 2015-02-03T09:50:23-07:00
by afre
BTW, most of your changelog entries still use 2014. :wink: