[omniORB] Build Problem on WinNT

Ivanov, Roumen Roumen.Ivanov@dresdner-bank.com
Thu, 7 Sep 2000 14:57:55 +0200


Hi,

Platform WinNT 4.0 SP5
MSVC 6.0 SP4
cygwin b20
omniPython

Trying to build omniORB 3.0.1 (snapshot from yesterday -06.09.2000) I'm
running in some problems probably related to gnu-win or omniPython.
My last successful build was on omniORB 2.8.
That's what I'm getting on "make export"


making export in src/tool/omniidl/cxx...
making export in src/tool/omniidl/cxx/cccp...
  [.... fragments deleted]
File omnicpp.exe hasn't changed.

 -DPYTHON_INCLUDE="<Python.h>" -I.  -I../../../../include -D__WIN32__
-D__x86__ -D__NT__ -D__OSVERSION__=4 -Foidlpython.o
idlpython.cc:/omniorb_3"/include -I"h:/omniorb_3"/include/python1.5

 -DPYTHON_INCLUDE=<Python.h> -I. -I..\..\..\..\include -D__WIN32__ -D__x86__
-D__NT__ -D__OSVERSION__=4 -Foidlpython.o -Tpidlpython.ccn1.5

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

idlpython.cc
idlpython.cc(136) : fatal error C1083: Cannot open include file: 'Python.h':
No such file or directory
make[3]: *** [idlpython.o] Error 2
make[2]: *** [export] Error 2
make[1]: *** [export] Error 2
make: *** [export] Error 2



Note that there are 2 echoed lines beginning with "-DPYTHON_INCLUDE".
One could see the path to omniPython (-I"h:/omniorb_3"/include/python1.5) in
the first one, but it is missing in the second one.
The second line looks a kind of messy having at the end "n1.5" which looks
like the end of the first line.


I have the cygnus toolkit since Feb 2000 installed - version 2.02.
I would reinstall it, but the link ftp://ftp.cygnus.com/pub/gnu-win32/latest
<ftp://ftp.cygnus.com/pub/gnu-win32/latest>  given in README.win32 does not
work and I'm not sure that the problem is in my gnu-win.
I'm inclined to substitute it with the cutdown version from
ftp://ftp.uk.research.att.com/pub/omniORB/gnu-win32-lite.zip
<ftp://ftp.uk.research.att.com/pub/omniORB/gnu-win32-lite.zip> , but it does
not have the gzip and tar utilities, which will prevent me of extracting the
snapshots.
And I'm behind a firewall.


Any help would be highly appreciated.
Roumen