Quote:
Originally Posted by khigia
I've tried to compile ICE for Ubuntu distribution of GNU/Linux.
I had multiple python sources installed and run in some conflict (using include of python2.4 with python runtime 2.5).
|
Debian (and thus Ubuntu) already compiles and distributes IcePy-3.2.1 for all available python versions.
If you want to compile it yourself:
apt-build install python-zeroc-ice
Selecting the last version is just as bad as selecting any other installed version. If you have several python versions installed it is because you use them all. When compiling the original ZeroC distribution you just need to select which version you want:
make PYTHON_VERSION=python2.5
Regards,
F. Moya