Hello,I've solved the problem. I had to include zlib paths:configure -opensource -system-zlib -I %ZLIB_ROOT%\include -L %ZLIB_ROOT%\libThank you.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On 18/02/14 00:50, salome...@terra.com wrote:
> 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 re
> -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: [I
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 reference to `z_inflateEnd'What is the problem? Thank you
_