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 13/09/2007, à 15:26

unco182

installer GNU make (pb avec allegro)

Bonjour,

Essayant d'installer allegro sur mon PC muni de Ubuntu, je rencontre quelques difficultés lors du ./configure

Voila ce que la console me met:

root@ubuntu-alban:/home/alban/Desktop/cléusb/XamGraph/allegro-4.2.1# ./configurechecking 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 whether -fomit-frame-pointer is safe... yes
checking whether an include prefix is needed... yes
checking how to run the C preprocessor... gcc -E
checking whether a C++ compiler is installed... yes
checking whether linker works with -s option... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... no
checking whether ln -s works... yes
checking for ldconfig... /sbin/ldconfig
checking for makeinfo... echo ought to run makeinfo
checking for install-info... /usr/sbin/install-info
checking for processor type... i386
checking whether -mtune is supported... yes
checking for MMX support... yes
checking for SSE support... yes
checking for asm prefix before symbols... ""
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 whether byte ordering is bigendian... no
checking for MAP_FAILED... yes
checking for sched_yield in -lc... yes
checking for constructor attribute... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether --export-dynamic linker flag is supported... yes
checking for dlopen in -ldl... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for _oss_ioctl in -lossaudio... no
checking for supported ALSA version for digital sound... no
checking for supported ALSA version for MIDI... no
checking for esd-config... no
checking for artsc-config... no
checking for alOpenPort in -laudio... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking linux/awe_voice.h usability... yes
checking linux/awe_voice.h presence... yes
checking for linux/awe_voice.h... yes
checking for _oss_ioctl in -lossaudio... (cached) no
checking for OSS sequencer support... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for getexecname in -lc... no
checking for X... no
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking vga.h usability... no
checking vga.h presence... no
checking for vga.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for mmap... yes
checking for mprotect... yes
checking for memcmp... yes
checking for mkstemp... yes
checking for stricmp... no
checking for strlwr... no
checking for strupr... no
checking for vprintf... yes
checking for stat64... yes
checking for sysconf... yes
configure: creating ./config.status
config.status: creating makefile
config.status: WARNING:  makefile.in seems to ignore the --datarootdir setting
config.status: creating allegro-config
config.status: creating include/allegro/platform/alunixac.h
config.status: include/allegro/platform/alunixac.h is unchanged
config.status: executing default commands
configure: WARNING: Non-GNU make detected, trying gmake to build dependencies.
./configure: line 14396: gmake: command not found
./configure: line 14403: gmake: command not found
configure: WARNING: You need to use GNU make to build Allegro.
configure: WARNING: This might be called gmake on your system.

Les 4 dernières lignes me fond croire qu'il faut que j'install Gnu Make, seulement comment dois-je procéder?

Merci d'avance

#2 Le 13/09/2007, à 15:35

trucutu

Re : installer GNU make (pb avec allegro)

Au pif : build-essential ?


La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#3 Le 13/09/2007, à 15:42

unco182

Re : installer GNU make (pb avec allegro)

Bah j'ai installer le paquet et maintenant ca fait ça:

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 whether -fomit-frame-pointer is safe... yes
checking whether an include prefix is needed... yes
checking how to run the C preprocessor... gcc -E
checking whether a C++ compiler is installed... yes
checking whether linker works with -s option... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking whether ln -s works... yes
checking for ldconfig... /sbin/ldconfig
checking for makeinfo... echo ought to run makeinfo
checking for install-info... /usr/sbin/install-info
checking for processor type... i386
checking whether -mtune is supported... yes
checking for MMX support... yes
checking for SSE support... yes
checking for asm prefix before symbols... ""
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 whether byte ordering is bigendian... no
checking for MAP_FAILED... yes
checking for sched_yield in -lc... yes
checking for constructor attribute... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether --export-dynamic linker flag is supported... yes
checking for dlopen in -ldl... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking machine/soundcard.h usability... no
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
checking linux/soundcard.h usability... yes
checking linux/soundcard.h presence... yes
checking for linux/soundcard.h... yes
checking for _oss_ioctl in -lossaudio... no
checking for supported ALSA version for digital sound... no
checking for supported ALSA version for MIDI... no
checking for esd-config... no
checking for artsc-config... no
checking for alOpenPort in -laudio... no
checking for soundcard.h... (cached) no
checking for sys/soundcard.h... (cached) yes
checking for machine/soundcard.h... (cached) no
checking for linux/soundcard.h... (cached) yes
checking linux/awe_voice.h usability... yes
checking linux/awe_voice.h presence... yes
checking for linux/awe_voice.h... yes
checking for _oss_ioctl in -lossaudio... (cached) no
checking for OSS sequencer support... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for getexecname in -lc... no
checking for X... no
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking linux/input.h usability... yes
checking linux/input.h presence... yes
checking for linux/input.h... yes
checking linux/fb.h usability... yes
checking linux/fb.h presence... yes
checking for linux/fb.h... yes
checking vga.h usability... no
checking vga.h presence... no
checking for vga.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for pkg-config... no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking return type of signal handlers... void
checking for mmap... yes
checking for mprotect... yes
checking for memcmp... yes
checking for mkstemp... yes
checking for stricmp... no
checking for strlwr... no
checking for strupr... no
checking for vprintf... yes
checking for stat64... yes
checking for sysconf... yes
configure: creating ./config.status
make[5]: Entering directory `/home/alban/Desktop/cléusb/XamGraph/allegro-4.2.1'
make[5]: Warning: File `makefile.lst' has modification time 7.9e+08 s in the future
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure   --no-create --no-recursion

Mais ça le fait en boucle -_-

Merci pour votre aide!

#4 Le 13/09/2007, à 15:48

trucutu

Re : installer GNU make (pb avec allegro)

en boucle ?!

Au fait, il n'existe pas dans synaptic ce logiciel ?


La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#5 Le 13/09/2007, à 15:55

unco182

Re : installer GNU make (pb avec allegro)

Bah ya pas de paquet gmake ou "GNU make" dans KPackage (j'ai KDE comme interface graphique)

Les 4 dernieres ligne montre le problème mais bon comment le resoudre?

#6 Le 13/09/2007, à 16:07

trucutu

Re : installer GNU make (pb avec allegro)

Non, je parlais d'allegro ...
Ca serai plus simple de passer par apt-get que .:configure make make install...


La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#7 Le 13/09/2007, à 16:07

Watchwolf

Re : installer GNU make (pb avec allegro)

Tu a un problème de date entre tes fichiers.

Le plus simple je pense serait que tu fasse une copie du répertoire pour réinitialiser les dates de modifications.

Hors ligne

#8 Le 13/09/2007, à 16:18

unco182

Re : installer GNU make (pb avec allegro)

Bah j'ai copier, renommer, réextrait le fichier et j'ai verifier la date ac un ls -l

root@ubuntu-alban:/home/alban/Desktop/New Folder# ls -l
total 4
drwxr-xr-x 14 alban alban 4096 1980-05-10 07:31 allegro-4.2.1

Dans le gestionnaire de paquet ya un truc qui a l'air de ressembler à allegro mais il faut que je l'install comme ça parceque il faut que je suivent les instructions de mon prof d'infos pour ensuite pouvoir utiliser sa librairie graphique.

Merci encore pour votre aide

#9 Le 13/09/2007, à 16:26

akuma

Re : installer GNU make (pb avec allegro)

(Ton titre laisse penser que tu veux installer "gnu make" alors que tu as un problème pour installer manuellement allegro, gcc étant installé.)

Hors ligne

#10 Le 13/09/2007, à 16:33

unco182

Re : installer GNU make (pb avec allegro)

je le sais... le problème de base portait sur GNU make, maintenant effectivement c'est pluôt allegro.

#11 Le 13/09/2007, à 16:43

trucutu

Re : installer GNU make (pb avec allegro)

C'est normal que le répertoire date de 1980 ??


La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#12 Le 13/09/2007, à 16:46

unco

Re : installer GNU make (pb avec allegro)

Justement c'est ça le pb -_-

Hors ligne

#13 Le 13/09/2007, à 16:47

unco

Re : installer GNU make (pb avec allegro)

Lol Chui vraiment mauvais, c'est la date de mon système...

Quelqu'un a un autre idée sur le pb?

Hors ligne

#14 Le 13/09/2007, à 17:22

trucutu

Re : installer GNU make (pb avec allegro)

Ben, si tu as un problème de date, cela vient peut être de cela ...
Parce que sinon, il n'y a pas de raison qu'un ./configure tourne en boucle ...


La chanson du dimanche - "La pêche !"
PC acheté chez Novatux : entièrement satisfait.
Faire des recherches solidaires !

Hors ligne

#15 Le 13/09/2007, à 17:24

unco

Re : installer GNU make (pb avec allegro)

Ouep c'était ça -_-'''

Merci beaucoup!

Hors ligne