[omniORB] omniORBpy on Win32

Alexander Povarchuk povarchuk@mail.ru
Thu, 28 Sep 2000 01:56:14 +0400


Hi!
I am using omniORB 3.0 (omni3_develop), omniORBpy (omnipy1_develop) and
Python1.6 on Win NT 4.0 (SP5).

Problem with make omniORBpy.
In ../omniORBpy/modules/dir.mk

|
############################################################################
#
| #   Make rules for Windows
|
############################################################################
#
|
| ifdef Win32Platform
 ... ...
|
| DIR_CPPFLAGS += -I$(PYINCDIR) -I$(PYINCDIR)/python$(PYVERSION) \
|                -DPYTHON_INCLUDE="<Python.h>" -DPYTHON_THREAD_INC="<pythrea
d.h>
|
... ...

After ..."<pythread.h>... missing unquote.

RCS file: /cvsroot/omniORBpy/modules/dir.mk,v
retrieving revision 1.27.2.5
diff -r1.27.2.5 dir.mk
203c203
<                 -DPYTHON_INCLUDE="<Python.h>" -DPYTHON_THREAD_INC="<pythre
ad.h>
---
>                 -DPYTHON_INCLUDE="<Python.h>" -DPYTHON_THREAD_INC="<pythre
ad.h>"


With reformed dir.mk omniORBpy make OK.

----------------
Alexander Povarchuk
povarchuk@mail.ru