Freeamp install sur ubuntu

Fermé
seraphin - 28 août 2006 à 14:34
buzz17 Messages postés 252 Date d'inscription lundi 27 février 2006 Statut Membre Dernière intervention 3 septembre 2007 - 28 août 2006 à 15:00
bonjour
je suis complètement débutant sur linux et je me suis installé la version 6.06 de ubuntu. mon probleme étant mon incapacité à installer freeamp.
voilà ce que ça donne quand je fais ./configure

seraphinmagik@seraphinmagik:~/Desktop/freeamp$ ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... no
checking for g++... no
checking for gcc... gcc
checking whether the C++ compiler (gcc ) works... yes
checking whether the C++ compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for perl... perl
checking for nasm... nasm
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for stdarg.h... yes
checking for linux/cdrom.h... yes
checking for linux/ucdrom.h... no
checking for sys/cdio.h... no
checking for io/cam/cdrom.h... no
checking for mntent.h... yes
checking for sys/mntent.h... no
checking for sys/ucred.h... no
checking for sys/mount.h... yes
checking for getmntinfo... no
checking for shmget... yes
checking for shmat... yes
checking for shmdt... yes
checking for semget... yes
checking for semctl... yes
checking for shmctl... yes
checking for snprintf... yes
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... yes
checking for working const... yes
checking whether byte ordering is bigendian... no
checking size of long... 4
checking for ANSI C header files... (cached) yes
checking for unistd.h... yes
checking for io.h... no
checking for pthread.h... yes
checking for errno.h... yes
checking how to run the C++ preprocessor... gcc -E
checking for sstream... yes
checking for connect in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for st_blksize in struct stat... yes
checking for off_t... yes
checking for rename... yes
checking for ftruncate... yes
checking for flock... yes
checking for fsync... yes
checking for working const... (cached) yes
checking for sys/file.h... yes
checking for string.h... yes
checking for stdlib.h... yes
checking for memory.h... yes
checking for fcntl.h... yes
checking accept ARG2 => struct sockaddr ARG3 => socklen_t ... ok
checking for dlopen in -ldl... yes
checking for G++ >= 2.91... yes
checking for esd.h... no
checking for freetype.h... no
checking for freetype/freetype.h... no
WARNING: You don't have FreeType installed. This means that FreeAmp
will fall back on X fonts. To make FreeAmp's GUI interface all pretty,
you need FreeType. Get the latest stable version at:
https://www.freetype.org/download.html
checking for gtk-config... /usr/bin/gtk-config
checking for GTK+ version >= 1.2.5... yes
checking for orb/orbit.h... no
Not building the rio pmp300 plugin
checking for pthread_create in -lpthread... yes
checking for initscr in -lncurses... no
checking for initscr in -lcurses... no
curses/ncurses not found. disabling curses UI.
checking for sys/asoundlib.h... no
checking for ogg_sync_init in -logg... no
checking for ov_info in -lvorbisfile... no
checking for uncompress in -lz... no
checking for artsc-config... no
Using x86 optimizations
checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.8.0... yes
checking for mb_GetVersion in -lmusicbrainz... no
***
*** FreeAmp requires the MusicBrainz client library version 1.0.1.
*** Download the library from
*** https://musicbrainz.org/doc/Products
***
configure: error: Cannot continue.

est-ce que quelqu'un comment faut faire maintenant. Parce que moi j'y comprends pas grand chose
merci
A voir également:

1 réponse

buzz17 Messages postés 252 Date d'inscription lundi 27 février 2006 Statut Membre Dernière intervention 3 septembre 2007 33
28 août 2006 à 15:00
salut

./configure te dis ce que tu dois faire
checking for mb_GetVersion in -lmusicbrainz... no 
*** 
*** FreeAmp requires the MusicBrainz client library version 1.0.1. 
*** Download the library from 
*** https://musicbrainz.org/doc/Products
 


il te manque lmusicbrainz
donc fais ce qu'il te dis télécharge le et installe le.

0