This is what I get when trying to compile...any help?

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

Moderator: MacroQuest Developers

another
decaying skeleton
decaying skeleton
Posts: 2
Joined: Mon Jun 16, 2003 4:23 pm

This is what I get when trying to compile...any help?

Post by another » Mon Jun 16, 2003 4:32 pm

C:\Program Files\Microsoft.NET\SDK\v1.1\Bin>nmake c:\macroquest\makefile

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1073: don't know how to make '".\MacroQuest\MacroQuest.obj"
'
Stop.

C:\Program Files\Microsoft.NET\SDK\v1.1\Bin>

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 » Mon Jun 16, 2003 5:17 pm

don't specify a target:

cd marcroquest
nmake

another
decaying skeleton
decaying skeleton
Posts: 2
Joined: Mon Jun 16, 2003 4:23 pm

Post by another » Mon Jun 16, 2003 10:23 pm

dont_know_at_all wrote:don't specify a target:

cd marcroquest
nmake
C:\macroquest>nmake

Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.

cl.exe /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "
_MBCS" /Fp".\MacroQuest\vc60_mq.pch" /YX /Fo".\MacroQuest" /Fd".\MacroQuest"
/FD /c .\MacroQuest\MacroQuest.cpp
'cl.exe' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: 'cl.exe' : return code '0x1'
Stop.

C:\macroquest>

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 » Mon Jun 16, 2003 10:54 pm

First, read the first post in this forum.

vsvars32.bat

find it, run it, try again.