> -----Original Message-----
> From: interest-bounces+kai.koehne=digia....@qt-project.org
> [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf
> Of salome...@terra.com
> Sent: Monday, February 17, 2014 12:50 PM
> To: interest@qt-project.org
> Subject: [Interest] Qt5.2.1 with MinGW64
> 
> Hello,
> 
> 
> I get the following error when I try to compile Qt5.2.1 with MingGW to 64 bits
> 
> 
> 
> ./.obj/debug/qhttpnetworkreply.o: In function
> `ZN17QHttpNetworkReplyD2Ev':
> c:\Qt\5.2.1MinGW64\src\network/access/qhttpnetworkreply.cpp:75:
> undefined refere nce to `z_inflateEnd'
> 
> 
> 
> 
> 
> What is the problem?

Not sure. QtNetwork should link against -libz, and that defines inflateEnd ... 
It doesn't define z_inflateEnd though, so I assume somehow zconf.h (that 
apparently redefines inflateEnd to z_inflateEnd) is included for you, while it 
isn't for the official builds.

You don't give much information about your build. Are you compiling under 
cmd.exe, or sh.exe? Are you using configure.exe or configure (shell script)? A 
full log of your compilation might help finding out what exactly goes wrong.

Regards

Kai 

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to