Comme j'aime bien ce genre de jeu, j'ai décidé de tester. Et ben c'est pas de la tarte, faut déja installer Clanlib 0.8 sur Feisty (le configure oublie de vérifie la présence de plein de libs). Ok, 20mn plus tard, c'est bon. Mais aprés ca se gate :
./trophy: error while loading shared libraries: libclanGL-0.8.so.1: cannot open shared object file: No such file or directory
Bon normal, il cherche dans les répertoires lib tradi et non /usr/local/lib (qui aurait pu être ajouter à la compil mais bon). Donc c'est parti pour une compilation à la main :
sde@fou-hi:~/Desktop/trophy-1.1.4/trophy$ ./configure
bash: ./configure: Aucun fichier ou répertoire de ce type
Allons bon, pas de configure ni de Makefile (pourtant la doc indique de faire ./configure). Lançons un petit coup de autoreconf --install et :
sde@fou-hi:~/Desktop/trophy-1.1.4/trophy$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
Bon ben tant pis, on verra ça quand ca sera dans les packages :).
# Pas terrible la procédure d'install
Posté par Sébastien Douche . En réponse au journal Trophy 1.1.4. Évalué à 2.
./trophy: error while loading shared libraries: libclanGL-0.8.so.1: cannot open shared object file: No such file or directory
Bon normal, il cherche dans les répertoires lib tradi et non /usr/local/lib (qui aurait pu être ajouter à la compil mais bon). Donc c'est parti pour une compilation à la main :
sde@fou-hi:~/Desktop/trophy-1.1.4/trophy$ ./configure
bash: ./configure: Aucun fichier ou répertoire de ce type
Allons bon, pas de configure ni de Makefile (pourtant la doc indique de faire ./configure). Lançons un petit coup de autoreconf --install et :
sde@fou-hi:~/Desktop/trophy-1.1.4/trophy$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
Bon ben tant pis, on verra ça quand ca sera dans les packages :).