Re: Windows 7 VS 2015 build fail

Duncan Grisby via omniORB-list <[email protected]> Tue, 30 Jan 2018 10:09:32 +0000
Newsgroups gmane.comp.corba.omniorb.user
Message-ID <[email protected]>
On Mon, 2018-01-29 at 23:57 -0500, Dean Kaplan via omniORB-list wrote:

> I'm new to omniOrb and can NOT build the system. I think I followed
> the directions, but something is wrong. Windows 7, Visual Studio 2015
> (#14). 

[...]
> make[3]: /cygdrive/c/Python36: Command not found
> make[3]: /cygdrive/c/Python36: Command not found

That shows the problem. In your platform makefile,
mk/platforms/x86_win32_vs_14.mk, you presumably have:

PYTHON = /cygdrive/c/Python36

when actually you need

PYTHON = /cygdrive/c/Python36/python


Duncan.

-- 
 -- Duncan Grisby         --
  -- [email protected]     --
   -- http://www.grisby.org --


_______________________________________________
omniORB-list mailing list
[email protected]
http://www.omniorb-support.com/mailman/listinfo/omniorb-list