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 19/12/2007, à 18:12

Unco182

Problème installation allegro (lors du ./configure)

Bonjour,

J'essaie d'installer le logiciel allegro pour pouvoir travailler mes cours d'informatique cependant lorsque je fais ./configure j'obtiens l'erreur suivante

[root@localhost dalaine]# cd allegro-4.2.2
[root@localhost allegro-4.2.2]# ./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 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... no
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... /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 pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... 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 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... no
checking linux/awe_voice.h presence... no
checking for linux/awe_voice.h... no
checking for _oss_ioctl in -lossaudio... (cached) no
checking for OSS sequencer support... yes
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 pkg-config... /usr/bin/pkg-config
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
Package jack was not found in the pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
checking for jack_client_new... no
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 dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/time.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 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 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: executing default commands
libpvm [pid10327] /var/run/pvm3/pvmd.0: No such file or directory
libpvm [pid10327] /var/run/pvm3/pvmd.0: No such file or directory
libpvm [pid10327] /var/run/pvm3/pvmd.0: No such file or directory
make: *** pvmd not responding (PvmSysErr).  Stop.
libpvm [pid10327] /var/run/pvm3/pvmd.0: No such file or directory
libpvm [pid10328] /var/run/pvm3/pvmd.0: No such file or directory
libpvm [pid10328] /var/run/pvm3/pvmd.0: No such file or directory
libpvm [pid10328] /var/run/pvm3/pvmd.0: No such file or directory
make: *** pvmd not responding (PvmSysErr).  Stop.
libpvm [pid10328] /var/run/pvm3/pvmd.0: No such file or directory
[root@localhost allegro-4.2.2]#
[root@localhost allegro-4.2.2]#

Est-ce que quelqu'un aurait une idée de comment resoudre cette erreur?

Merci d'avance

PS: Je suis sous Mandriva 2008 mais ayant été il y a pas si longtps sous Ubuntu et connaissant la qualité de ce forum j'ai quand même posté. smile

#2 Le 19/12/2007, à 18:20

toitoinebzh

Re : Problème installation allegro (lors du ./configure)

salut

allegro n'est pas dans tes dépà´ts ??

sinon je vois une erreur avec libvpm
essaye d'installer ce paquets et relance le ./configure

Hors ligne

#3 Le 19/12/2007, à 18:25

Unco182

Re : Problème installation allegro (lors du ./configure)

J'ai déja installer tout ce qui concernait libvpm via le "Gestionnaire de logiciel"

Toujours la même erreur.