PDA

View Full Version : Installation



sanwar
9th October 2006, 00:07
I am a beginner and I tried to install open source Qt for C++ on Windows machine.
It gives me the following error.

NMAKE : fatal error U1073: don't know how to make 'Qt'
Stop.

I have already set the environment variables for Qt .

Why is it happening and what should I do.

Thanks
Sanwar

jacek
9th October 2006, 00:09
Which version are you trying to install? Did you run the configure utility?

sanwar
9th October 2006, 00:13
Its version 4.2

jacek
9th October 2006, 00:24
Its version 4.2
The Open Source version of Qt 4 doesn't work (officially) M$ toolchain. Either install MinGW (http://www.mingw.org) (you can even download a precompiled version of Qt from Trolltech) or try this (http://qtnode.net/wiki/Qt4_with_Visual_Studio) (but I'm not sure if it works).

mclark
11th October 2006, 17:11
I am running into a similar problem using Qt 4.2.0 open source and msvc.net.

I tried using the directions on the http://qtnode.net/wiki/Qt4_with_Visual_Studio page and received the NMAKE: U1073 error (don't know how to make 'generators\win32\msvc_dsp.h') when running "qconfigure.bat -msvc.net".

Is the only solution to use the commercial version?