Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 08/08/2007, à 15:00

AcidX

Make ne fonctionne pas ... ???

Bonjours à tous ...

Alors voila j'ai un grosproblème c'est que je n'arrive a executer AUCUN "make" mad

pour chaque logiciel je fais :

./configure

Tout va bien y a plein de ligne dans la console et il y a des fichiers qui disparaissent

         (les fichier Makefile.am et Makefile.in qui existaient déjà ne sont pas modifiés)

make

et la il me dis :
                   

make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.

il faut pas faire make ?? j'ai lu partout qu'il fallais faire make ...

ensuite j'ai bien essayé

make install

mais bien sur :

       

make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.

Où est le bug ???

J'ai tourné en rond sur pas mal de forum et j'ai rien trouvé ....

Merci à vous d'avance !!!

#2 Le 08/08/2007, à 15:10

ekra

Re : Make ne fonctionne pas ... ???

Bonjour,

Le plus probable est que configure échoue. Tu dois avoir un message d'erreur à la fin.

Je suis pret à parier que

ls makefile Makefile 2>/dev/null

ne renvoie rien smile

Dernière modification par ekra (Le 08/08/2007, à 15:17)


PTC !
GPG Key ID = 5518CFC7

Hors ligne

#3 Le 08/08/2007, à 15:12

Vegetable

Re : Make ne fonctionne pas ... ???

Y-a-t-il un fichier README et/ou INSTALL? dans ce cas-là, lis les, il y a habituellement des indications sur comment compiler le programme.

Sinon quel programme veux-tu compiler? N'existe-t-il pas en paquet deb? N'est-il pas dans les repositories?

Hors ligne

#4 Le 08/08/2007, à 15:12

AcidX

Re : Make ne fonctionne pas ... ???

vuèp exactement le truc c'est que l'ordi ne voit pas le fichier Makefile ... hmm

Solution ??? big_smile

#5 Le 08/08/2007, à 15:14

AcidX

Re : Make ne fonctionne pas ... ???

Sur ce logiciel ci il n'y a pas de fichier INSTALL et il n'y a que le site du créateur du logiciel dans le readme

mais poiur d'autre logiciel il y avais effectivement un fichier INSTALL qui me disais de fair .. ce que j'ai fais qui n'a pas marché ... hmm

#6 Le 08/08/2007, à 15:16

AcidX

Re : Make ne fonctionne pas ... ???

(Désolé pour le multipost ...)

Je n'ai aps regardé si sur le site officiel il n'y apas de .dev mais c'st un problème que je n'ai aps qu'avec celogiciel et que j'ailerai très fortement résoudre car la commande make on s'en sert assez souvent quand même ^^

#7 Le 08/08/2007, à 15:18

Vegetable

Re : Make ne fonctionne pas ... ???

Eh bien donnes-nous le résultat de ./configure

Hors ligne

#8 Le 08/08/2007, à 15:19

ekra

Re : Make ne fonctionne pas ... ???

Regarde les dernières lignes lors de l'execution de configure. Tu verras sûrement une dépendance non résolue.
Solution : installer la dépendance (souvent une bibliothèque) et relancer configure.

Dernière modification par ekra (Le 08/08/2007, à 15:20)


PTC !
GPG Key ID = 5518CFC7

Hors ligne

#9 Le 08/08/2007, à 15:20

Vegetable

Re : Make ne fonctionne pas ... ???

Installer la dépendance en paquet développement pour être plus précis (si il manque xxxx, essayes d'installer libxxxx-dev).

Hors ligne

#10 Le 08/08/2007, à 15:22

AcidX

Re : Make ne fonctionne pas ... ???

Alros déjà merci beaucoup en effet il me manquais "m4" je l'ai télécharger par synaptic et la configuration c'est fait beaucoup plus longue mais ca ne marche pas encore :

./configure :

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for m4... /usr/bin/m4
checking whether gcc accepts -std=gnu99... yes
checking whether gcc accepts -Wall... yes
checking whether gcc accepts -W... yes
checking whether gcc accepts -Wextra... yes
checking whether gcc accepts -pedantic... yes
checking whether gcc accepts -pipe... yes
checking whether gcc accepts -Wformat... yes
checking whether gcc accepts -Wold-style-definition... yes
checking whether gcc accepts -Wdeclaration-after-statement... yes
checking whether gcc accepts -Wfloat-equal... yes
checking whether gcc accepts -Wmissing-declarations... yes
checking whether gcc accepts -Wmissing-prototypes... yes
checking whether gcc accepts -Wstrict-prototypes... yes
checking whether gcc accepts -Wredundant-decls... yes
checking whether gcc accepts -Wmissing-noreturn... yes
checking whether gcc accepts -Wshadow... yes
checking whether gcc accepts -Wendif-labels... yes
checking whether gcc accepts -Wpointer-arith... yes
checking whether gcc accepts -Wcast-align... yes
checking whether gcc accepts -Wwrite-strings... yes
checking whether gcc accepts -Winline... yes
checking whether gcc accepts -Wno-unused-parameter... yes
checking for lt_dlinit in -lltdl... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking glob.h usability... yes
checking glob.h presence... yes
checking for glob.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for netinet/ip.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for off_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for SIGXCPU in signal.h... yes
checking for INADDR_NONE in netinet/in.h... yes
checking for library containing pow... -lm
checking for library containing sched_setscheduler... none required
checking for library containing dlopen... -ldl
checking for library containing shm_open... -lrt
checking for library containing connect... none required
checking for getopt_long... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for chmod... yes
checking for chown... yes
checking for getaddrinfo... yes
checking for getgrgid_r... yes
checking for getpwuid_r... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for nanosleep... yes
checking for pipe... yes
checking for posix_memalign... yes
checking for setpgid... yes
checking for setsid... yes
checking for shm_open... yes
checking for sigaction... yes
checking for sleep... yes
checking for sysconf... yes
checking for mkfifo... yes
checking for readlink... yes
checking for ctime_r... yes
checking for usleep... yes
checking for strerror_r... yes
checking for lstat... yes
checking for setresuid... yes
checking for setresgid... yes
checking for setreuid... yes
checking for setregid... yes
checking for seteuid... yes
checking for setegid... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether to check for GCC pthread/shared inconsistencies... yes
checking whether -pthread is sufficient with -shared... no
checking whether -lpthread fixes that... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for open64... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... /bin/bash: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for library containing cap_init... no
checking sys/capability.h usability... no
checking sys/capability.h presence... no
checking for sys/capability.h... no
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBSAMPLERATE... configure: error: Package requirements ( samplerate >= 0.1.0 ) were not met:

No package 'samplerate' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBSAMPLERATE_CFLAGS
and LIBSAMPLERATE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

#11 Le 08/08/2007, à 15:24

ekra

Re : Make ne fonctionne pas ... ???

checking for LIBSAMPLERATE... configure: error: Package requirements ( samplerate >= 0.1.0 ) were not met:

No package 'samplerate' found
apt-cache search libsamplerate
apt-get install libsamplerate-dev (enfin du style)
./configure

Tu vois bien que le script n'a pu être terminé wink


PTC !
GPG Key ID = 5518CFC7

Hors ligne

#12 Le 08/08/2007, à 15:24

Vegetable

Re : Make ne fonctionne pas ... ???

Bon ben installe le paquet libsamplerate-dev (ou un machin du genre) wink

Hors ligne

#13 Le 08/08/2007, à 15:27

AcidX

Re : Make ne fonctionne pas ... ???

Ok merci beaucoup

alors je le fais mais vue qu'il me refais la même erreur pour les librairies suivante ca risuqe d'être long je vous tient au courant wink

#14 Le 08/08/2007, à 15:32

ekra

Re : Make ne fonctionne pas ... ???

C'est pour cela que l'on a inventé le gestionnaire de paquets wink Le trucs c'est que ses propres paquets alors si tu insères des archives, il ne pourra pas t'aider smile

Dernière modification par ekra (Le 08/08/2007, à 15:33)


PTC !
GPG Key ID = 5518CFC7

Hors ligne

#15 Le 08/08/2007, à 15:32

AcidX

Re : Make ne fonctionne pas ... ???

alors voila

le ./configure a fini (au bout d'environs 7 téléchargement par synaptic) par fonctionner

maistenant le make fini par une erreur :

c pulsecore/core-util.c  -fPIC -DPIC -o .libs/libpulse_la-core-util.o
pulsecore/core-util.c: In function 'pa_raise_priority':
pulsecore/core-util.c:547: error: label at end of compound statement
make[3]: *** [libpulse_la-core-util.lo] Erreur 1
make[3]: quittant le répertoire « /home/acidx/Documents/Install_PulseAudio/pulseaudio-0.9.6/src »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /home/acidx/Documents/Install_PulseAudio/pulseaudio-0.9.6/src »
make[1]: *** [all-recursive] Erreur 1
make[1]: quittant le répertoire « /home/acidx/Documents/Install_PulseAudio/pulseaudio-0.9.6 »
make: *** [all] Erreur 2

#16 Le 08/08/2007, à 15:35

ekra

Re : Make ne fonctionne pas ... ???

Bah l'archive semble foireuse... Normalement le configure est là pour que ce genre de choses n'arrive pas... Mais bizarre ici ça semble être une erreur de prog.
C'est une version CVS ?

Dernière modification par ekra (Le 08/08/2007, à 15:35)


PTC !
GPG Key ID = 5518CFC7

Hors ligne

#17 Le 08/08/2007, à 15:36

Vegetable

Re : Make ne fonctionne pas ... ???

Bon là c'est plus dur wink
Ca demande de modifier la source pour que ca marche, ou bien si le comportement est dû à une extension de gcc non activée, de bidouiller avec les options du ./configure pour la rajouter...

Hors ligne

#18 Le 08/08/2007, à 15:37

AcidX

Re : Make ne fonctionne pas ... ???

C'est pulse audio pour gérer plusieures sortie audio parce que j'ai un jeu qui bug quand je lui met alsa et avec ESD y a 2 seconde de retard...

#19 Le 08/08/2007, à 15:39

Vegetable

Re : Make ne fonctionne pas ... ???

Et tu as essayé un apt-cache search pulseaudio, ca renvoie quoi ?

Hors ligne

#20 Le 08/08/2007, à 15:40

AcidX

Re : Make ne fonctionne pas ... ???

Euuhhh et je fais quoi moi big_smile ... hmm

#21 Le 08/08/2007, à 15:41

AcidX

Re : Make ne fonctionne pas ... ???

sa renvoi ca :

libgstreamer-plugins-pulse0.10-0 - PulseAudio plugin for GStreamer
audacious-plugins-extra - Various extra plugins for audacious
libao-pulse - libao PulseAudio driver
padevchooser - PulseAudio Device Chooser
paman - PulseAudio Manager
paprefs - PulseAudio Preferences
pavucontrol - PulseAudio Volume Control
pavumeter - PulseAudio Volume Meter
libpulse-browse0 - PulseAudio client libraries
libpulse-dev - PulseAudio client development headers and libraries
libpulse-mainloop-glib0 - PulseAudio client libraries
libpulse0 - PulseAudio client libraries
pulseaudio - PulseAudio sound server
pulseaudio-esound-compat - PulseAudio sound server
pulseaudio-module-gconf - gconf module for PulseAudio sound server
pulseaudio-module-hal - HAL device detection module for PulseAudio sound server
pulseaudio-module-lirc - lirc module for PulseAudio sound server
pulseaudio-module-x11 - X11 module for PulseAudio sound server
pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound server
pulseaudio-utils - Command line tools for the PulseAudio sound server

#22 Le 08/08/2007, à 15:42

Vegetable

Re : Make ne fonctionne pas ... ???

bon ben voilà, un ptit sudo apt-get install pulseaudio, ca ira plus vite wink

Hors ligne

#23 Le 08/08/2007, à 15:44

AcidX

Re : Make ne fonctionne pas ... ???

Haaaa magic ^^ xD

Loul

meri beaucoup !! smile

(par contre j'ai pas compris le bug tongue je cori que c'est des paquage qu'il installe durantl'installation car il m'a demandé de confirmé l'install de paquage pas authentifiés)

#24 Le 08/08/2007, à 16:18

AcidX

Re : Make ne fonctionne pas ... ???

Il existe comme apt-get une fonction pour désinstaller ?

#25 Le 08/08/2007, à 16:25

Vegetable

Re : Make ne fonctionne pas ... ???

apt-get remove paquet

(Il faut croire que ca marche pas ton truc wink )

Dernière modification par Vegetable (Le 08/08/2007, à 16:25)

Hors ligne