Errors compilng QT 4.8.4
-
I have an open source project which requires qt 4.8.4 and it won't compile with qt 5.
So let's explain the situation.- QMAKESPEC = win32_msvc2010 is setup
- QTDIR path is set to x:\QT4\qt-everywhere-opensource-src-4.8.4
- path is setup for [code]%QTDIR%\bin[/code]
- Starting visual studio 2010 x86 command prompt
- configure by
configure -platform win32-msvc2010 -nomake demos -nomake examples -no-opengl -no-qt3support - nmake
ps: all vs2010 instances closed
Error:
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\cl.EXE"' : return code '0x2' Stop.Which happens to be somewhere after saying TR1 has been defined somewhere else or something
Sorry, I've lost that piece of information since I have already closed that window and too lazy to make it seen again
Let me know
Thanks
Jack -
Try with Qt 4.8.6.
And take a look at "this":http://stackoverflow.com/questions/22539927/compiling-qt-5-2-1-for-win32-msvc-fails-due-to-linker-errors.