Pages : 1
#1 Le 05/01/2008, à 18:07
- Breizhpunisher
Soucis d'installation AlephOne
Bon j'ai installé tous les paquets demander dans le fichier de mon jeu (Los Disney trouvé ici http://www.losdisneys.com/) un par un dont un fameux paquet boost qui est a première vue un ensemble de librairies python/c++
J'ai installé AlephOne sous /opt/
Le soucis c'est que lorsque je lance
./configure
du répertoire d'installation de AlephOne
j'obtiens un message d'erreur disant qu'il ne trouve pas un fichier boost/bind.hpp
AlephOne-20070525 # configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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 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 a BSD-compatible install... /usr/bin/ginstall -c
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/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 for unistd.h... (cached) yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for sdl-config... /usr/local/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking SDL_image.h usability... yes
checking SDL_image.h presence... yes
checking for SDL_image.h... yes
checking for IMG_Load in -lSDL_image... yes
checking SDL_net.h usability... yes
checking SDL_net.h presence... yes
checking for SDL_net.h... yes
checking for SDLNet_Init in -lSDL_net... yes
checking boost/bind.hpp usability... no
checking boost/bind.hpp presence... no
checking for boost/bind.hpp... no
configure: error: You need boost/bind.hpp from the boost library to run Aleph One
or ce fichier existe bien dans le répertoire d'install du moteur boost à l'adresse /usr/local/boost_1_34_0/boost/bind.hpp
j'ai beau chercher, je suppose qu'il s'agit d'une histoire d'adressage dans le fichier configure, je ne trouve pas...
merci d'avance
Dernière modification par Breizhpunisher (Le 05/01/2008, à 19:40)
L'urgent est fait, l'impossible est en cours,
Pour les miracles, prévoir un délai ...
Hors ligne
#2 Le 05/01/2008, à 19:41
- Breizhpunisher
Re : Soucis d'installation AlephOne
up?
L'urgent est fait, l'impossible est en cours,
Pour les miracles, prévoir un délai ...
Hors ligne
#3 Le 30/01/2008, à 21:48
- Breizhpunisher
Re : Soucis d'installation AlephOne
up ?
L'urgent est fait, l'impossible est en cours,
Pour les miracles, prévoir un délai ...
Hors ligne
#4 Le 07/02/2008, à 00:41
- Breizhpunisher
Re : Soucis d'installation AlephOne
up? personne joue?
L'urgent est fait, l'impossible est en cours,
Pour les miracles, prévoir un délai ...
Hors ligne
#5 Le 26/03/2008, à 03:26
- corbeilu
Re : Soucis d'installation AlephOne
Sans doute que le script cherche seulement dans /usr/include, donc un lien /usr/include/boost/blabla.h -> /usr/local/boost_version/boost/blabla.h ferait l'affaire.
Pages : 1