I've successfully compiled apr with msys/mingw and am trying to compile
apr-iconv from the trunk. I'm getting the following error:
libtool --silent --mode=compile gcc -g -O0 -DHAVE_CONFIG_H
-D_LARGEFILE64_SOURCE -I/c/src/apr-iconv/lib
-I/c/src/apr-iconv/include -I/usr/local/include -o iso-8859-1.lo -c
iso-8859-1.c && touch iso-8859-1.lo
iso-8859-1.c:134: error: initializer element is not constant
iso-8859-1.c:134: error: (near initialization for `iconv_module.imd_event')
Any ideas?
Thanks.
-Matthias Miller