[omniORB] Problem building OmniORB 2.7.1 for Win32

Alfonso Urdaneta aurdaneta@integratedvisions.com
Mon, 10 May 1999 14:42:34 -0400


Colin Caughie wrote:
> 
> I'm using Visual C++ 6.0, Cygwin B20, to build OmniORB 2.7.1. Cygwin
> isn't mentioned in the README.win32 file, however since it seems to be
> the latest (renamed) version of GNU-Win32, I assumed it should work.
> 
> When I run "make export", or even just "make", all I get is the line:
> 
> make: *** [depend.phony] Error 128
> 
> Anyone know what this means?
> 


you need to set the make mode to unix, like so:

c:\set MAKE_MODE=UNIX

see http://sourceware.cygnus.com/cygwin/cygwin-ug-net/setup-env.html for
details.

Also you need to run the file vcvars32.bat to setup your path stuff.  

Once you do those things, you should OK.

Cheers,

Alfonso.