Getting the following errors when I attempt to compile??

A forum for the general posts relating to MacroQuest. *DEPRECATED: This forum is no longer in public use, but remains here for your reading pleasure. Enjoy

Moderator: MacroQuest Developers

Bonker
decaying skeleton
decaying skeleton
Posts: 8
Joined: Tue Nov 26, 2002 11:01 pm

Getting the following errors when I attempt to compile??

Post by Bonker » Sat May 24, 2003 9:20 pm

I have downloaded from CVS using WinCVS (very simple to do that). Now I am attempting to compile and this is what I get.

Code: Select all


C:\Macroquest\EQLib>nmake

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

Cannot determine compiler version.
use set COMPILER=6
or set COMPILER=7
as appropriate
        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" "stdafx.cpp"
cl : Command line warning D4029 : optimization is not available in the standard
edition compiler
EQLib_Commands.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_Hooks.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_Interp.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_MacroCommands.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_MacroParser.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_Main.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_MemChecks.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_Mouse.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_TelnetServer.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
EQLib_Utilities.cpp
..\dxsdk81\include\dinput.h(17) : fatal error C1083: Cannot open include file: '
objbase.h': No such file or directory
stdafx.cpp
c:\Macroquest\EQLib\stdafx.h(10) : fatal error C1083: Cannot open include file:
'windows.h': No such file or directory
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

C:\Macroquest\EQLib>
I also get the samething in the macroquest dir. Any ideas??

Bonker

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 » Sun May 25, 2003 12:50 am

Run vsvars32.bat before you run nmake, I think.

What version of the compiler are you running?