[omniORB] Problem with IDL to C++

Duncan Grisby duncan at grisby.org
Tue Mar 8 17:29:27 GMT 2005


On Friday 4 March, "Swapnil Wale" wrote:

> Hi Duncan,
>           I did download the 4.1.0 development snapshot. But I am unable to
> build it on XP. Below is the message which I get.

[...]
> cl -c -O2 -MD -DHAVE_CONFIG_H -I. -I. -I. -I..\..\..\..\..\include -D__WIN32
> __ -
> D_WIN32_WINNT=0x0400 -D__x86__ -D__NT__ -D__OSVERSION__=4 -Focexp.o cexp.c
> cl: No such file or directory

cl is the Microsoft Visual C++ compiler. If it's not found, your
environment is not set up properly. You need to run vcvars.bat or
vsvars.bat from the compiler install to set your environment.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list