Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NMAKE : fatal error U1077: 'cl' : return code '0x80'

Status
Not open for further replies.

EvilCabal

Programmer
Jul 11, 2002
206
CA
Hi,

I am trying to install Qt evaluation version 3.3.1 and I get the following error during the installion, on step 8, when Qt build it exemples.

Here is what I get :

NMAKE -f Makefile
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cl -c -nologo -Zm200 -W3 -MD -Od -GX -DUNICODE -DQT_TRIAL -DQT_DLL -DQT_THREAD_SUPPORT -DQT_ACCESSIBILITY_SUPPORT -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -I"C:\Qt\336CE6~1.1EV\include" -I"C:\Qt\336CE6~1.1EV\tutorial\t1" -I"tmp\moc\release_mt_shared" -I"C:\Qt\336CE6~1.1EV\mkspecs\win32-msvc" -Fotmp\obj\release_mt_shared\ @C:\DOCUME~1\Fred\LOCALS~1\Temp\nma04020.
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
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 : fatal error U1077: 'cl' : returncode '0x80'
Stop.
NMAKE : warning U4010: 'sub-t1' : build failed; /K specified, continuing ...
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: 'c:\progra~1\micros~2\vc98\bin\nmake.exe' : return code '0x1'
Stop.
The build process failed!


I am running windows xp with Visual Studio, SP5 installed.

Please help me, I need this program for a school project.

Thank you
 
try compiling it into a debug mode if possible, sometimes optimisations can cause the compiler to crash

Skute

"There are 10 types of people in this World, those that understand binary, and those that don't!"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top