I realize this has nothing to do with Emacs, buut, I'm trying to build Emacs
with libxml2 support ... what's this mean:

gcc.exe -DWIN32 -D_WINDOWS -D_MBCS -DNOLIBTOOL  -I.. -I../include -I.\include -D
_REENTRANT -DHAVE_WIN32_THREADS -D_WINSOCKAPI_ -D_WINSOCKAPI_ -DNDEBUG -O2  -o i
nt.mingw/dict.o -c ../dict.c
In file included from c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/
wchar.h:616:0,
                 from c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/
iconv.h:106,
                 from ../include/libxml/encoding.h:28,
                 from ../include/libxml/parser.h:807,
                 from ../include/libxml/globals.h:18,
                 from ../include/libxml/threads.h:35,
                 from ../include/libxml/xmlmemory.h:218,
                 from ../include/libxml/tree.h:1248,
                 from ../dict.c:32:
c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/stdint.h:32:20: error:
 conflicting types for 'uint32_t'
../dict.c:29:26: note: previous declaration of 'uint32_t' was here
make: *** [int.mingw/dict.o] Error 1

Reply via email to