Make Error (coders/emf.c)
Posted: 2015-02-02T15:28:14-07:00
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