[Qt] unter Windows installieren

CrazyPlaya

Newbie
Registriert
Okt. 2004
Beiträge
6
Hi@all,
möchte gerne QT Evaluation Version 3.3.3 unter Windows installieren. Im vorletzten Schritt "Build Examples" habe ich ein Problem. Und Zwar erhalte ich folgenden Ausgabe:
"QT is now configured for building. Just run nmake. To reconfigure run nmake clean and configure.
Could not start make process.
Make sure that your compiler tools are installed and registered correctly in your PATH environment."
Die Variablken habe ich mit vcvars32.bat gestetzt. wenn ich nun nmake ausführe erhalte ich dennoch die Fehlermeldung:
" NMAKE: fatal error U1064: MAKEFILE not found and no target specified. Stop."
Muss ich denn irgendwelchen speziellen Compiler - Tools nachinstallieren welche nicht automatisch bei der Installation von MSVS7.0.NET mit installiert werden?
Ich finde auch nichtsa auf der trolltech seite und hoffe hier kann mir jemand helfen.
Danke schon mal im voraus für eure Mühe
Gruß
CrazyPlaya :)
 
Re: Qt unter Windows installieren

sicher das du Visual Studio richtig installiert hast? gibt mal nmake in eine konsole ein und schreib was passiert.
 
Re: Qt unter Windows installieren

Eben der oben angegebene Fehler!(fatal error U1064)
K.A ob ich was vergessen habe bei der Installation. Habe aber eigentlich komplett installiert und meines Wissens nichts ausgelassen.
 
Re: Qt unter Windows installieren

ist erledigt
 
Zuletzt bearbeitet:
[QT]Neue Installationsprobleme

Jetzt habe ich folgendes Problem:
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake clean and configure.
cd tutorial
nmake /K
cd t1
nmake -f Makefile
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
cl -c -nologo -Zm200 -W3 -w34100 -w34189 -MD -O1 -GX -DUNICODE -DWIN32 -DQT_TRIAL -DQT_DLL -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I"E:\Qt\336DE6~1.3EV\include" -I"E:\Qt\336DE6~1.3EV\tutorial\t1" -I"tmp\moc\release_mt_shared" -I"E:\Qt\336DE6~1.3EV\mkspecs\win32-msvc.net" -Fotmp\obj\release_mt_shared\ @C:\DOKUME~1\ADMINI~1\LOKALE~1\Temp\nm2.tmp
Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1077: 'cl' : return code '0x80'
Stop.
NMAKE : warning U4010: 'sub-t1' : build failed; /K specified, continuing ...
cd t2
cd t3
cd t4
cd t5
cd t6
cd t7
cd t8
cd t9
cd t10
cd t11
cd t12
cd t13
cd t14
NMAKE : warning U4010: 't2\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t2' : not all dependents available; target not built
NMAKE : warning U4010: 't3\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t3' : not all dependents available; target not built
NMAKE : warning U4010: 't4\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t4' : not all dependents available; target not built
NMAKE : warning U4010: 't5\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t5' : not all dependents available; target not built
NMAKE : warning U4010: 't6\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t6' : not all dependents available; target not built
NMAKE : warning U4010: 't7\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t7' : not all dependents available; target not built
NMAKE : warning U4010: 't8\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t8' : not all dependents available; target not built
NMAKE : warning U4010: 't9\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t9' : not all dependents available; target not built
NMAKE : warning U4010: 't10\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t10' : not all dependents available; target not built
NMAKE : warning U4010: 't11\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t11' : not all dependents available; target not built
NMAKE : warning U4010: 't12\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t12' : not all dependents available; target not built
NMAKE : warning U4010: 't13\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t13' : not all dependents available; target not built
NMAKE : warning U4010: 't14\Makefile' : build failed; /K specified, continuing ...
NMAKE : warning U4011: 'sub-t14' : not all dependents available; target not built
NMAKE : warning U4011: 'all' : not all dependents available; target not built
NMAKE : fatal error U1077: 'E:\MSVS7.0.NET\Vc7\bin\nmake.exe' : return code '0x1'
Stop.
The build process failed!
Nu weiß ich nicht mehr weiter!
 
Re: [QT]Neue Installationsprobleme

kannst du den eigene qt programme compilieren? auf die beispiele kann man ja zur not verzichten.
 
was genau hast du den gemacht? für die meisten qt programme muss man vorher erstmal qmake ausführen damit alle quell dateien erzeugt werden.

wenn du die fehler postest würde das vieleicht auch helfen.
 
Zurück
Oben