Discussion:
[omniORB] Error in reinstallation of omniORBpy3.4
Krishna Sandeep Reddy
2009-12-14 23:33:21 UTC
Permalink
Hi,
After installation, if I run 'make clean' and again try to install
(while doing make), I get the following error:

-I/home/sandy/py_ext_lib/share/idl/omniORB/COS
-I/home/sandy/py_ext_lib/share/idl/omniORB
-I/home/sandy/py_ext_lib/idl/omniORB
-I/home/sandy/py_ext_lib/idl/omniORB/COS -I../../idl -I../../idl/COS
-I/home/sandy/py_ext_lib/share/idl/omniORB
-I/home/sandy/py_ext_lib/share/idl/omniORB/COS -bpython
/home/sandy/py_ext_lib/share/idl/omniORB/COS/TimeBase.idl
make[2]: *** No rule to make target `__init__.py', needed by `all'. Stop.
make[2]: Leaving directory `/home/sandy/py_ext_lib_src/omniORBpy-3.4/python/COS'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/sandy/py_ext_lib_src/omniORBpy-3.4/python'
make: *** [all] Error 1

Any ideas? May be clean is not doing its job well.

Cheers,
dksr
Duncan Grisby
2009-12-24 14:36:50 UTC
Permalink
Post by Krishna Sandeep Reddy
After installation, if I run 'make clean' and again try to install
[...]
Post by Krishna Sandeep Reddy
make[2]: *** No rule to make target `__init__.py', needed by `all'. Stop.
make[2]: Leaving directory `/home/sandy/py_ext_lib_src/omniORBpy-3.4/python/COS'
Does it work if you do "make veryclean"?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...