Page 1 of 1

MinGW bug in magick/string.c - asciimap?

Posted: 2013-09-16T14:38:21-07:00
by mhck
magick/string.c: In function 'LocaleCompare':
magick/string.c:1545:24: error: 'AsciiMap' undeclared (first use in this function)
if ((c == 0) || (AsciiMap[c] != AsciiMap[d]))
^

Looks like asciimap is defined as 'asciimap' but referenced as 'AsciiMap'. Any one else see this when they compile?

Thanks

Re: MinGW bug in magick/string.c - asciimap?

Posted: 2013-09-16T15:10:25-07:00
by magick
We'll get a patch in ImageMagick Subversion trunk by sometime tomorrow. Thanks.