Le mercredi 25 avril 2007 à 18:02 +0200, Ancey a écrit : > Bonjour j'a suivi ceçi : > > sudo apt-get install amsn > > > sudo apt-get remove amsn > > sudo apt-get install build-essential subversion tcl8.4-dev tk8.4-dev > libpng-dev libjpeg62-dev > > > svn co https://svn.sourceforge.net/svnroot/amsn/trunk/amsn amsn > > cd amsn/ > ./configure > make > sudo make install > > et j'obtiens cela: > > [EMAIL PROTECTED]:~$ cd amsn/ > [EMAIL PROTECTED]:~/amsn$ ./configure > checking for prefix by checking for wish... /usr/bin/wish > 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 ANSI C... none needed > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking tcl build dir... configure: error: Unable to find Tcl directory or > Tcl package is not tcl-dev > [EMAIL PROTECTED]:~/amsn$ make > make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. > [EMAIL PROTECTED]:~/amsn$ sudo make install > make: *** Pas de règle pour fabriquer la cible « install ». Arrêt. > [EMAIL PROTECTED]:~/amsn$ > > ???? Et pas de amsn, c'est un tuto quie se trouve içi > :http://doc.ubuntu-fr.org/amsn#amsn_0.97b_de-aliasee_dapper_edgy > > Je suis sous Feisty, j'ai essayé plusieurs méthode dont celle-çi et je > n'arrive toujours pas à disposer de ce logiciel qui > pour moi à l'avantage de supporte les webcams > Quelqu'un pourrait-il m'aider > Merçi > > >
checking tcl build dir... configure: error: Unable to find Tcl directory or Tcl package is not tcl-dev < voilà pourquoi ça marche pas. Il manque la dépendance avec les fichiers de développement de tcl pour que le programme puisse être compilé. sudo apt-get install tcl8.4-dev devrait sûrement résoudre ce problème. Tant que le script configure n'est pas arrivé au bout ça sert a rien d'essayer de compiler. -- Louis OPTER, aka, Kalessin - Clef PGP : 0x58AA6712
signature.asc
Description: Ceci est une partie de message numériquement signée
-- ubuntu-fr mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr
