Getting the following errors when I attempt to compile??
Posted: 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.
I also get the samething in the macroquest dir. Any ideas??
Bonker
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>
Bonker