Lorsque j'essaie de faire ./configure
over AWN v0.4 j'obtiens cette erreur:
configure: error: in `/home/desktop/Software/avant-window-navigator-0.4.0':
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LDFLAGS environment variable.
Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
Donc peut-être je peux résoudre ce problème en ajoutant le chemin de la bibliothèque python à la commande. Mais je ne sais pas où c'est.
Voir la sortie complète ici
Ce message ne demande pas les bibliothèques python elles-mêmes, il demande aux en-têtes de créer un lien avec elles. Vous pouvez installer ensuite avec:
Sudo apt-get install python-dev
Il vous manque probablement d'autres dépendances.
Vous devriez pouvoir le trouver aux endroits suivants
/usr/lib/
/usr/local/lib/
Je me suis retrouvé dans la même situation avec VAMOS Automotive Simulator. La version Python était codée en dur dans le fichier de configuration. J'ai donc dû installer cette version à la place, dans mon cas:
apt-get install python3.4-dev