Re: [Interest] Qt5.2.1 with MinGW64 (solved)

2014-02-18 Thread salomeher
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

Re: [Interest] Qt5.2.1 with MinGW64

2014-02-17 Thread Christian Gagneraud
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

Re: [Interest] Qt5.2.1 with MinGW64

2014-02-17 Thread Koehne Kai
> -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

[Interest] Qt5.2.1 with MinGW64

2014-02-17 Thread salomeher
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 _