search for: zdll

Displaying 2 results from an estimated 2 matches for "zdll".

Did you mean: dll
2008 Jan 09
2
xapian with MinGW - solved
Hi, I got this issue nailed out. :-D The problem was with the zlib package offered by MinGW. _Never_ use zlib-1.2.3-MSYS-1.0.11.tar.bz2 package, _it's broken_! Instead, download the pre-compiled version of zlib from zlib.net, and use that to build Xapian with MinGW on Windows. Regards, Adi.
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
...Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : return code '0x2' Stop. //------------------------------------------------------------------------------ I've tried with visual 2008 : same result. I do have zdll.lib and the path is good. I've tried with zlib 1.2.7 and zlib 1.2.5 : same result. Looks like there's a lib issue with zlib ("inflateEnd" is related to zlib, right?), but I'm not sure what to do. Could you guys give me an advice ? Thx!