[omniORB] omniORB 3 pre-release 3 is now available
Masaaki Sekiya
sekiya@nagoya.ydc.co.jp
Fri, 30 Jun 2000 18:42:11 +0900 (JST)
> > omniidl: ERROR!
> >
> > omniidl: Could not find IDL compiler module _omniidlmodule.so
> > omniidl: Please make sure it is in directory <Top>/lib/hppa_hpux_11.00
> > omniidl: (or set the PYTHONPATH environment variable)
> >
> > omniidl: (The error was `Failed to load
>
> > I see 'tool/omniidl/cxx/dir.mk' is not tested for HPUX.
> > Is this problem due to it or something my fault ?
> >
> > Thanks
> >
> > Masaaki Sekiya
> >
> Hello,
> You have probably same problems I had with Hpux 10. Please
> refer to:
> http://www.uk.research.att.com/omniORB/archives/2000-04/0060.html
> http://www.uk.research.att.com/omniORB/archives/2000-04/0061.html
> http://www.uk.research.att.com/omniORB/archives/2000-04/0064.html
> http://www.uk.research.att.com/omniORB/archives/2000-04/0098.html
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
That's it.
I should have checked mail-archives.
I had some problems in building python linking by aCC ,
(
* the source code from "http://www.python.org/" couldn't be linked by 'aCC' ,
the one from "http://boss.cae.wisc.edu/hppd/hpux/Languages/python-1.5.2/"
could be linked.
* Once I changed '$(CC)' into 'aCC' in Modules/Makefile , make re-write it.
so I linked by aCC without make.
)
but eventually I can get a good result.
And the latest version seems not to have a difficulty in the collision of
'exception.h' files.
Thank you so much.
Masaaki Sekiya