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
MinGW bug in magick/string.c - asciimap?
Re: MinGW bug in magick/string.c - asciimap?
We'll get a patch in ImageMagick Subversion trunk by sometime tomorrow. Thanks.