[omniORB] Building omniORB on hpux11 & py2.2?!?

Dasari, Jayant jayant.dasari@wcg.com
Fri, 12 Apr 2002 09:56:54 -0500


I kept running into the same problem. The python executable and the ".so"
files were in the correct directories directory. Do we still need to compile
if we download binaries?

Jayant

-----Original Message-----
From: ville.vainio@swisslog.com [mailto:ville.vainio@swisslog.com]
Sent: Friday, April 12, 2002 7:28 AM
To: omniorb-list@uk.research.att.com
Subject: [omniORB] Building omniORB on hpux11 & py2.2?!?


Frustrated with my attempts to get omniORBPy compile, I tried to
recompile omniORB and make it use my python. I grabbed the source
tarball, chose my platform and pointed the python var at
/omni/mk/platforms/hppa_hpux_11.00.mk to my python2.2 executable.

I get
-------
making export in src/lib/omniORB2...
gmake[2]: Entering directory `/var/tmp/omni/src/lib/omniORB2'
../../../bin/hppa_hpux_11.00/omniidl -bcxx -Wba
-p../../../src/lib/omniORB2  -Co
mniORB3 ../../../idl/Naming.idl


omniidl: ERROR!

omniidl: Could not open IDL compiler module _omniidlmodule.so
omniidl: Please make sure it is in directory
/var/tmp/omni/lib/hppa_hpux_11.00
omniidl: (or set the PYTHONPATH environment variable)

omniidl: (The error was `Failed to load
/var/tmp/omni/lib/hppa_hpux_11.00/_omniidlmodule.sl')

-----

And I'm positive that 
/var/tmp/omni/lib/hppa_hpux_11.00/_omniidlmodule.sl
exists. It is the same problem than I had with _omnipy all over.

My question is (unless someone knows what is wrong):

What kind of (recent, 2.0+ - I can't go back to 1.5.2) Python have you
been able to compile omniORB with on HPUX11? How was the python
compiled? I have tried python2.2, compiled with gcc and cc (hp-ux c
compiler).

-- Ville