Is visual c++ 2008 express supported, or I have to get the full version? On 10/1/2011 6:47 PM, Christian Ohm wrote: > On Thursday, 29 September 2011 at 20:39, [email protected] wrote: >> I tried to build it with mingw but got the following error. Any ideas? >> >> C:/test/wz/devpkg/lib/libz.a(inflate.o):inflate.c:(.text+0xa0): multiple >> definition of `inflatePrime' >> C:/test/wz/devpkg/lib/libphysfs.a(inflate.obj):/home/dschridde/Projects/Warzone/devpkg/src/physfs-2.0.0/zlib123/inflate.c:132: >> first >> defined here >> C:/test/wz/devpkg/lib/libz.a(inflate.o):inflate.c:(.text+0x2a0): multiple >> definition of `inflateGetHeader' >> C:/test/wz/devpkg/lib/libphysfs.a(inflate.obj):/home/dschridde/Projects/Warzone/devpkg/src/physfs-2.0.0/zlib123/inflate.c:1214: >> firs >> t defined here >> C:/test/wz/devpkg/lib/libz.a(crc32.o):crc32.c:(.text+0x310): multiple >> definition of `crc32_combine' >> C:/test/wz/devpkg/lib/libphysfs.a(crc32.obj):/home/dschridde/Projects/Warzone/devpkg/src/physfs-2.0.0/zlib123/crc32.c:374: >> first def >> ined here >> C:/test/wz/devpkg/lib/libz.a(adler32.o):adler32.c:(.text+0x290): multiple >> definition of `adler32_combine' >> C:/test/wz/devpkg/lib/libphysfs.a(adler32.obj):/home/dschridde/Projects/Warzone/devpkg/src/physfs-2.0.0/zlib123/adler32.c:132: >> first >> defined here > Looks like a conflict between zlib and physfs (which has its own zlib > inlcuded). > >> C:/test/wz/devpkg/lib/libfontconfig.a(fcfreetype.o):fcfreetype.c:(.text+0x1b8a): >> undefined reference to `libiconv_open' >> C:/test/wz/devpkg/lib/libfontconfig.a(fcfreetype.o):fcfreetype.c:(.text+0x21b0): >> undefined reference to `libiconv' >> C:/test/wz/devpkg/lib/libfontconfig.a(fcfreetype.o):fcfreetype.c:(.text+0x21bd): >> undefined reference to `libiconv_close' >> C:/test/wz/devpkg/lib/libfontconfig.a(fcfreetype.o):fcfreetype.c:(.text+0x27aa): >> undefined reference to `libiconv_close' >> C:/test/wz/devpkg/lib/libfontconfig.a(fcfreetype.o):fcfreetype.c:(.text+0x2828): >> undefined reference to `libiconv_close' > Missing iconv? > > The mingw build is unmaintained though, so we can't help you much there > unfortunately. > > _______________________________________________ > Warzone-dev mailing list > [email protected] > https://mail.gna.org/listinfo/warzone-dev >
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
