After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596197 - Zlib error on compiling
Zlib error on compiling
Status: RESOLVED OBSOLETE
Product: libxml2
Classification: Platform
Component: general
git master
Other Windows
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-24 15:10 UTC by wizanda
Modified: 2017-09-07 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description wizanda 2009-09-24 15:10:15 UTC
When compiling with MinGW, it fails on zlib not being set properly:

libxml\win32\Makefile.mingw

LIBS += -lzdll

should be

LIBS += -lz
Comment 1 Daniel Veillard 2009-09-24 18:28:45 UTC
Probably depends on which version of zlib you're using since it was
working  that way for the person who provided it. I have no Windows
around, we use Mingw to cross-compile for linux, but with the normal
configure and that works just fine, but again it's not using that
Makefile.mingw

Post to themailing-list to submit your change where other Windows users
may be able to come back with more informed suggestions than me.

Daniel