Installationsprobleme die nächste:)

Verschiedenes zu Qt
Antworten
Karsten
Beiträge: 9
Registriert: 9. Oktober 2004 15:11
Wohnort: Greven
Kontaktdaten:

Installationsprobleme die nächste:)

Beitrag von Karsten »

Jetzt habe ich ein weiteres:
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!
Und nu komm ich gar nicht mehr weiter:confused
needle
Beiträge: 33
Registriert: 28. September 2004 14:38
Kontaktdaten:

Re: Installationsprobleme die nächste:)

Beitrag von needle »

Karsten hat geschrieben:Jetzt habe ich ein weiteres:
Qt is now configured for building. Just run nmake.
To reconfigure, run nmake clean and configure.
Hi,

wenn du nach dem Configure direkt etwas compilieren willst, dann kann das meiner Meinung nach gar nicht funktionieren, weil die QT Lib ja noch gar nicht compiliert ist.

"Qt is now configured for building. Just run nmake. "
genau das solltest du auch tun um erst einmal die Bibliothek zu compilieren.
also nmake [enter] sollte dich erstmal weiterbringen (in dem Verzeichnis, direkt nach dem configure)

erst wenn das fehlerfrei compiliert hat dann kannst du die beispiele, tutorials oder andere qt-programme compilieren weil die alle die qt-lib anziehen wollen, die ja vorher noch gar nicht existiert.

gruss,

needle
Husky
Beiträge: 8
Registriert: 22. September 2004 18:50

Beitrag von Husky »

das sieht mir sehr nach dem windows installer aus. dabei gibt es keinen qt quellcode, man kann qt damit also nicht selbst bauen. die qt dll liegt schon compiliert bei.

zum problem kann ich sonst aber leider nix sagen :(
Antworten