Discussion:
[omniORB] omniORBpy 3.0 build problem
Jakub Moscicki
2007-02-08 20:29:49 UTC
Permalink
Hello,

I am compiling omniORB 4.1 and omniORBpy 3.0 (platform detaild below).

omniORB compiles OK, then I gmake omniORBpy and it fails while compiling
IDLs at the end:

gmake[2]: *** No rule to make target `__init__.py', needed by `all'. Stop.
gmake[2]: Leaving directory
`/afs/cern.ch/sw/arda/install/DIANE/build/OMNIORB/SRC/omniORBpy-3.0/python/COS'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory
`/afs/cern.ch/sw/arda/install/DIANE/build/OMNIORB/SRC/omniORBpy-3.0/python'
gmake: *** [all] Error 1

If I create an empty file python/COS/__init__.py then the gmake does not
complain anymore.

It seems that the python/COS/__init__.py has not be generated by make or
has not been put into the ditribution tarball.

When I compile omniORBpy I use --prefix and --with-omniorb set to the
same directory as --prefix used to compile omniORB.

Any ideas?

Thanks,

kuba

- --

Platform:


Linux lxplus204.cern.ch 2.6.9-42.0.3.EL.cernsmp #1 SMP Fri Oct 6
11:52:32 CEST 2006 x86_64 x86_64 x86_64 GNU/Linux

Python 2.3.4

gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)

Loading...