[omniORB] unable to set correct path, VS7, XP
Andrea L. Blackwell
Andrea.Blackwell at tufts.edu
Wed Apr 7 22:56:50 BST 2004
I am trying to run the omniorb examples(echo) but I am unable to get nmake
(cl.exe) to find the basic c header files (stddef.h, string.h, etc). I am using
XP and have Visual Studio .NET 7 installed. I have added omni orb dlls to my
path, have cywin installed, and can generate the stubs. However when I try to
build even the simplest of examples nmake fails for simple header files. Is
there a kind soul who can direct me towards what I'm missing? Anyone know what
specific visual studio files are needed in the path?
Thanks - ALB
C:\omniORB-4.0.3\src\examples\echo>nmake /f dir.mak
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
cl /nologo /c -O2 -MD -GX -D__WIN32__ -D_WIN32_WINNT=0x0400 -D__x86__ -D
__NT__ -D__OSVERSION__=4 -I. -I..\..\..\include /TpechoSK.cc
echoSK.cc
..\..\..\include\omniORB4\omniInternal.h(192) : fatal error C1083: Cannot open i
nclude file: 'stddef.h': No such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
More information about the omniORB-list
mailing list