[omniORB] Using pre-ISO C++ compiler to build omniorb 4.0

Hautesserres, Thomas thomas.hautesserres@managedstorage.fr
Wed Feb 19 10:30:03 2003


Hi Olivier,

I have had some problems with Python too when building omniORB 4.0
on solaris (with Sun Workshop 5.0).

To make it work, we had to:

- Install the minimal python package provided on the omniORB web site
  directly in the omniORB directory. See README file for that.
  Note: We didn't have any python installed on our machine. If you have
  one, you may skip this part.

- Set the PYTHON variable when calling the configure script, like in:

  ../configure
PYTHON=/home/diva/Tools/omniORB-4.0.0/bin/sun4_sosV_5.7/omnipython

Hope this helps,

Thomas

> Date: Tue, 18 Feb 2003 14:43:56 +0100
> From: Olivier Boudeville <olivier.boudeville@edf.fr>
> Organization: EDF
> To: omniorb-list-admin@omniorb-support.com
> CC: olivier.boudeville@der.edf.fr, omniorb-list@omniorb-support.com
> Subject: Re: [omniORB] Using pre-ISO C++ compiler to build omniorb 4.0
> 
> Hi everybody,
> 
> thanks Duncan for your help, I nevertheless encountered a small 
> compilation problem. Here are all the details :
> 
> * what I made (on aSunOS 5.6 Generic_105181-20 sun4u sparc 
> SUNW,Ultra-60) :
> 
> cd <my path>/omniORB-4.0.0
>  ../omniORB-4.0.0-src/configure --prefix=<my 
> path>/omniORB-4.0.0 CXX="CC 
> -compat=4"
> alias make='makeGNU'
> make
> 
> * what happened :
> ...
> make[3]: Entering directory `<my path>/omniORB-4.0.0/src/lib/omniORB'
> ../../../bin/omniidl -bcxx -Wba 
> -p../../../../omniORB-4.0.0-src/src/lib/omniORB -Wbdebug -v 
> -ComniORB4 
> ../../../../omniORB-4.0.0-src/idl/bootstrap.idl
> 
> 
> omniidl: ERROR!
> 
> omniidl: Could not open IDL compiler module _omniidlmodule.so
> omniidl: Please make sure it is in directory <my 
> path>/omniORB-4.0.0/lib
> omniidl: (or set the PYTHONPATH environment variable)
>