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 28/09/2006, à 17:51

xaero57

probleme bankiz

Bonjour,

J'ai un problème : je n'arrive pas a compiler le jeu Bankiz
sur le site il donnent une manip, je la fais ça me rend ça :
import: unable to read X window image `'.
import: missing an image filename `os'.
SConstruct: line 11: debug_flag: command not found
SConstruct: line 12: debug: command not found
SConstruct: line 13: syntax error near unexpected token `debug_flag'
SConstruct: line 13: `if ARGUMENTS.has_key (debug_flag):'
quelqu'un a une idée ?
merci d'avance


Il n'y a qu'une seul vie alors profitons-en en jouant un max

Hors ligne

#2 Le 20/10/2006, à 20:09

mathojojo

Re : probleme bankiz

Salut,

A mon avis, pour régler le problème d'importation de l'os, faut installer "linux-headers" et
"linux-image" correspondant à ton kernel.

En ce qui me concerne, je n'arrive pas non plus à installer bankiz2.

J'ai suivi ces instructions : http://bankiz.org/download

J'ai installé via synaptic les différentes dépendances demandées (les SDL, zzip ... ) pourtant, lors de l'execution de scons, ces librairies ne semblent pas avoir été retrouvées.

mathojojo@butterfly:~/bankiz2$ scons
scons: Reading SConscript files ...
sh: lua-config : commande introuvable
sh: xml2-config : commande introuvable
sh: sdl-config : commande introuvable
Package freealut was not found in the pkg-config search path.
Perhaps you should add the directory containing `freealut.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freealut' found
Package vorbis was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbis.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbis' found
Package vorbisfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbisfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbisfile' found
Package vorbisenc was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbisenc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbisenc' found
Package CEGUI was not found in the pkg-config search path.
Perhaps you should add the directory containing `CEGUI.pc'
to the PKG_CONFIG_PATH environment variable
No package 'CEGUI' found
Package zziplib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zziplib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'zziplib' found
Checking for C++ header file ostream... yes
Checking for curl_easy_init() in C library curl... no
Checking for C header file curl/curl.h... no
Checking for SDL_Init() in C library SDL... no
Checking for C header file SDL/SDL.h... no
Checking for pixelRGBA() in C library SDL_gfx... no
Checking for C header file SDL/SDL_rotozoom.h... no
Checking for IMG_Load() in C library SDL_image... no
Checking for C header file SDL/SDL_image.h... no
Checking for SDLNet_Init() in C library SDL_net... no
Checking for C header file SDL/SDL_net.h... no
Checking for TTF_Init() in C library SDL_ttf... no
Checking for C header file SDL/SDL_ttf.h... no
Checking for CEGUI::System::getSingletonPtr() in C++ library CEGUIBase... no
Checking for C++ header file CEGUI.h... no
Checking for xmlParseFile() in C library xml2... no
Checking for C header file libxml2/libxml/parser.h... no
Checking for gettext("") in C library gettextlib... yes
Checking for C header file libintl.h... yes
Checking for mp_limb_t v in C library gmp... no
Checking for C header file gmp.h... no
Checking for lua_open() in C library lua50... no
Checking for C header file lua50/lua.h... no
Checking for luaopen_base() in C library lualib50... no
Checking for C header file lua50/lualib.h... no
Checking for alEnable() in C library openal... no
Checking for alEnable() in C library OpenAl32... no
Checking for C header file AL/al.h... no
Checking for OggVorbis_File ovf in C library vorbis... no
Checking for C header file vorbis/vorbisenc.h... no
Checking for zzip_dir_open() in C library zzip... no
Checking for C header file zzip/lib.h... no

The following runtime libraries are missing:
curl
SDL
SDL_gfx
SDL_image
SDL_net
SDL_ttf
cegui
xml2
gmp
lua50
lualib50
OpenAL
vorbis
zzip

The following development libraries are missing:
curl
SDL
SDL_gfx
SDL_image
SDL_net
SDL_ttf
cegui
xml2
gmp
lua50
lualib50
OpenAL
vorbis
zzip
scons: done reading SConscript files.
scons: Building targets ...
g++ -O2 -Wall -W -DBK_WITH_SDL_RENDERER_ -Icommon -I. -Iclient/graphic -Icommon/gpc -Icommon/rules -Icommon/flade -c -o common/_md5sum.o common/_md5sum.cpp
common/_md5sum.cpp:52:27: error: SDL_byteorder.h: No such file or directory
scons: *** [common/_md5sum.o] Error 1
scons: building terminated because of errors.
mathojojo@butterfly:~/bankiz2$
mathojojo@butterfly:~/bankiz2$ scons
scons: Reading SConscript files ...
sh: lua-config : commande introuvable
sh: xml2-config : commande introuvable
sh: sdl-config : commande introuvable
Package freealut was not found in the pkg-config search path.
Perhaps you should add the directory containing `freealut.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freealut' found
Package vorbis was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbis.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbis' found
Package vorbisfile was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbisfile.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbisfile' found
Package vorbisenc was not found in the pkg-config search path.
Perhaps you should add the directory containing `vorbisenc.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vorbisenc' found
Package CEGUI was not found in the pkg-config search path.
Perhaps you should add the directory containing `CEGUI.pc'
to the PKG_CONFIG_PATH environment variable
No package 'CEGUI' found
Package zziplib was not found in the pkg-config search path.
Perhaps you should add the directory containing `zziplib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'zziplib' found
Checking for C++ header file ostream... yes
Checking for curl_easy_init() in C library curl... no
Checking for C header file curl/curl.h... no
Checking for SDL_Init() in C library SDL... no
Checking for C header file SDL/SDL.h... no
Checking for pixelRGBA() in C library SDL_gfx... no
Checking for C header file SDL/SDL_rotozoom.h... no
Checking for IMG_Load() in C library SDL_image... no
Checking for C header file SDL/SDL_image.h... no
Checking for SDLNet_Init() in C library SDL_net... no
Checking for C header file SDL/SDL_net.h... no
Checking for TTF_Init() in C library SDL_ttf... no
Checking for C header file SDL/SDL_ttf.h... no
Checking for CEGUI::System::getSingletonPtr() in C++ library CEGUIBase... no
Checking for C++ header file CEGUI.h... no
Checking for xmlParseFile() in C library xml2... no
Checking for C header file libxml2/libxml/parser.h... no
Checking for gettext("") in C library gettextlib... yes
Checking for C header file libintl.h... yes
Checking for mp_limb_t v in C library gmp... no
Checking for C header file gmp.h... no
Checking for lua_open() in C library lua50... no
Checking for C header file lua50/lua.h... no
Checking for luaopen_base() in C library lualib50... no
Checking for C header file lua50/lualib.h... no
Checking for alEnable() in C library openal... no
Checking for alEnable() in C library OpenAl32... no
Checking for C header file AL/al.h... no
Checking for OggVorbis_File ovf in C library vorbis... no
Checking for C header file vorbis/vorbisenc.h... no
Checking for zzip_dir_open() in C library zzip... no
Checking for C header file zzip/lib.h... no

The following runtime libraries are missing:
curl
SDL
SDL_gfx
SDL_image
SDL_net
SDL_ttf
cegui
xml2
gmp
lua50
lualib50
OpenAL
vorbis
zzip

The following development libraries are missing:
curl
SDL
SDL_gfx
SDL_image
SDL_net
SDL_ttf
cegui
xml2
gmp
lua50
lualib50
OpenAL
vorbis
zzip
scons: done reading SConscript files.
scons: Building targets ...
g++ -O2 -Wall -W -DBK_WITH_SDL_RENDERER_ -Icommon -I. -Iclient/graphic -Icommon/gpc -Icommon/rules -Icommon/flade -c -o common/_md5sum.o common/_md5sum.cpp
common/_md5sum.cpp:52:27: error: SDL_byteorder.h: No such file or directory
scons: *** [common/_md5sum.o] Error 1
scons: building terminated because of errors.
mathojojo@butterfly:~/bankiz2$

Le message est plutôt clair sad

Quelqu'un a t'il déjà réussi à installer ce jeu sur dapper ou autre ubuntu ??? Existe t'il un dépot ??? (là, c'est du rêve je sais, mais sait on jamais big_smile), ou ne serait-ce qu'un paquetage .deb  ????

Merci à tous en tout cas, que l'issue de ma demande soit heureuse ou malheureuse.... tongue

@+


AMD Phenom II X6 1090T RAM DDR3 8Go - ATI HD4850
Kubuntu/Raring Ringtail KDE 4.10

http://situsavaislinux.blogspot.com/

Hors ligne