i have no clue

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

Zather
decaying skeleton
decaying skeleton
Posts: 5
Joined: Wed Jun 18, 2003 5:07 am

i have no clue

Post by Zather » Wed Jun 18, 2003 5:13 am

every time i try to Nmake i see this

Code: Select all

 C:\macroquest\EQLib>nmake

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        cl.exe /nologo /MT /W3 /GX /O2 /I "..\dxsdk81\include" /D "_USRDLL" /D "
EQLIB_EXPORTS" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "CINTERFACE" /
Fp".\Release\eqlib.pch" /YX /Fo".\Release\\" /Fd".\Release\\" /FD /c  /Zi /Zp1 "
EQLib_Commands.cpp" "EQLib_Hooks.cpp" "EQLib_Interp.cpp" "EQLib_MacroCommands.cp
p" "EQLib_MacroParser.cpp" "EQLib_Main.cpp" "EQLib_MemChecks.cpp" "EQLib_Mouse.c
pp" "EQLib_TelnetServer.cpp" "EQLib_Utilities.cpp" "PerlMod.cpp" "PerlModCore.cp
p" "stdafx.cpp" "timers.cpp"
EQLib_Commands.cpp
Command line error D2027 : cannot execute 'c1xx'
NMAKE : fatal error U1077: 'C:\macroquest\EQLib\cl.exe' : return code '0x2'
Stop.

C:\macroquest\EQLib>
any help would be great

Wishbringer
Contributing Member
Contributing Member
Posts: 230
Joined: Thu Nov 14, 2002 7:00 am

Post by Wishbringer » Wed Jun 18, 2003 8:22 am

Perhaps to a search where c1xx is located on your harddrive and set path properly.

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Wed Jun 18, 2003 4:04 pm

don't put the compiler in the eqlib directory.