[solved] Configure.exe fails for Qt 4.7.3 with Visual Studio-compiler
-
Just out of curiousity I have started the same configure command but substituted the visual studio version.
It does work in my installation.
The qbitarray.obj is created apparently right the beginning.
I have used "qt-everywhere-opensource-src-4.7.3.zip". -
Maybe you can try this
Check your system settings
@ QTDIR = C:\qt-everywhere-opensource-src-4.7.3
QMAKESPEC = win32-msvc2010
PATH = .....;%QTDIR%\bin@launch Visual Studio 2010 Command Prompt
check variable with the following commands
@ echo %QTDIR%
echo %QMAKESPEC%
echo %PATH%@then run this :
@cd %QTDIR%
configure & nmake & nmake clean@ -
It has to exists. Run in VC some console app. and look at project properties (If V. Visual C++ or Visual Studio uses MSVC headers which are almost ever in Program Files dir. Look for something like
Program Files/Microsoft SDKs/Windows/(current version - the latest - I've got "v7.0A")/IncludeTry it...
-
Have you really need VS2010 ?
Have you really need to compile Qt? or just want it works on Windows ?If your answers is no, no , yes , see my last post here
"http://developer.qt.nokia.com/forums/viewthread/5994/":http://developer.qt.nokia.com/forums/viewthread/5994/bq. Just few comment ...