MinGW bug in magick/string.c - asciimap?
Posted: 2013-09-16T14:38:21-07:00
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
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