Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Compilation Qt 4.8.4 on Windows x64 without zlib

$
0
0
Hello! I have to compile Qt 4.8.4 on Windows x64 without qt-zlib, because of another library, that is also using zlib inside. I am using Visual Studio 2010, x64 command prompt I used following configuration: configure.exe -opensource -platform win32-msvc2010 -no-qt3support -debug-and-release -system-zlib -nomake examples -nomake demos Then, I compiled it using this tutorial [holoborodko.com], so I used this command: ..\jom\jom.exe -j 8 As system zlib, I had to compile this source [code.google.com] – Source code for ZLib 1.2.7 with mods for Windows x86 and x86-64 support Unfortunately, compilation is stucked. It was compiling at least 7 hours, but last notable change was after 3,5 hours after starting, and now, for more than 3 hours is command prompt at one place, see image below I tried it twice, on the empty source ‘qt-4.8.4-everywhere’. First time it was compiled with this configuration, and it was working well (Except link error because of zlib library inside Qt and another Library, that cannot be compiled) configure.exe -opensource -platform win32-msvc2010 -no-qt3support -debug-and-release Does anybody know what could fix this problem, or why it is happening? Thank you for your answer and help!

Viewing all articles
Browse latest Browse all 2113

Trending Articles