[omniORB] Windows 7 VS 2015 build fail
Duncan Grisby
duncan at grisby.org
Tue Jan 30 10:09:32 GMT 2018
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 --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list