Incuriosito da Listen mi sono scaricato i sorgenti.
Non essendoci lo script configure ho dato il makefile presente.
Ho la Slack 10.2, con i pacchetti Python, Libogg, Livorbis già installati.Checking for Python... /usr/bin/python
Checking Python version: 2.4
Checking for PyGTK >= 2.6: found
Checking for pyGTK-devel >= 2.6 found
Checking for gnome.ui; found
Checking for egg.trayicon: found
Checking for ogg.vorbis:
not found
Listen recommends libvorbis/pyvorbis. (http://www.andrewchatham.com/pyogg/)
make: *** [check] Error 1
Allora ho pensato di installare pyogg e pyvorbis da sorgenti.
Questo l'output :
Ho anche provato questo slackbuild, ma niente da fare: mi crea il pacchetto ma il "make" di Listen mi da lo stesso risultato.bash-3.00$ python config_unix.py --prefix=/usr
Checking for Ogg ... success
Wrote Setup file
bash-3.00$ python setup.py build
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
creating build/lib.linux-i686-2.4/ogg
copying pysrc/__init__.py -> build/lib.linux-i686-2.4/ogg
running build_ext
building '_ogg' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -O3 -march=i486 -mtune=i686 -fPIC -DVERSION_MAJOR=1 -DVERSION_MINOR=3 -DVERSION="1.3" -I/usr/local/include -Iinclude -I/usr/include/python2.4 -c src/_oggmodule.c -o build/temp.linux-i686-2.4/src/_oggmodule.o
cc1: error: invalid option `tune=i686'
error: command 'gcc' failed with exit status 1
Grazie per l'attenzione
Saluti
PS OFF TOPIC: Non sono un informatico, ma mi chiedevo se TUTTI i programmi scritti in Python sono così difficili da installare ( e pacchettizzare).
