Pages : 1
#1 Le 30/09/2005, à 15:40
- andeim_
Probleme avec Balazar (compilation)
Bonjour j'ai un tit soucis pour l'installation de ce jeux.
Le fichier d'aide à l'installation me demande d'effectuer cette commande :
En root pyth ./setup.py afin de compiler ce fichier je suppose. J'obtiens alors ça:
cd tofu; python setup.py build -f
running build
running build_py
copying __init__.py -> build/lib/tofu
copying client.py -> build/lib/tofu
copying pickle_sec.py -> build/lib/tofu
copying server.py -> build/lib/tofu
copying single.py -> build/lib/tofu
cd soya; python setup.py build -f
Building ODE and OPCODE from ode-0.5
cd ode-0.5 ; make clean
sh: make: command not found
Failed !
Traceback (most recent call last):
File "./setup.py", line 28, in ?
do("cd %s; python setup.py %s -f" % (package_dir, " ".join(sys.argv[1:])))
File "./setup.py", line 12, in do
raise RuntimeError, command
RuntimeError: cd soya; python setup.py build -f
J'ai essayer de mettre le -f mais apres il me dit : cd tofu; python setup.py build -f -f
Vu que je ne connaisaps du tout python je comprend pas du tout ce qui ne va pas...Si vous pouviez m'aidez s'il vous plait.
Merci
Dernière modification par andeim_ (Le 30/09/2005, à 15:42)
E8400
P5Q-Pro
GForce 275 GTX
4 Go RAM 800 Mhz
Hors ligne
#2 Le 30/09/2005, à 17:49
- threexone
Re : Probleme avec Balazar (compilation)
sh: make: command not found
Installes gcc via synaptic.
Et relance l'installation de ton jeu.
Hors ligne
#3 Le 30/09/2005, à 17:56
- Lame
Re : Probleme avec Balazar (compilation)
sinon c'est que make est pas installe (premiere installe)
sudo apt-get install make
Ubuntu 8.10 Hardy
jdk 1.6.0_01
mysql Ver 14.12 // mysql-connector-java-5.0.6
Hors ligne
#4 Le 30/09/2005, à 18:03
- threexone
Re : Probleme avec Balazar (compilation)
Lol en fait oui la solution de Lame est beaucoup mieux que la mienne.
J'ai du mal à réchéflir (!) correctement en fin de semaine et au boulot
Hors ligne
#5 Le 30/10/2005, à 11:29
- Yaen
Re : Probleme avec Balazar (compilation)
salut a tous.
j'ai bien installé gcc et make. je lance la commande ./setup.py install (en étant dans le bon repertoire) et j'ai un message d'erreur suivant
./setup.py: line 5: PACKAGES: command not found
./setup.py: line 6: syntax error near unexpected token `('
./setup.py: line 6: `HERE = os.path.dirname(sys.argv[0]) or "."'
Je joue à HL2, CSS, Stalker... avec mon pingouin d'amour.
Hors ligne
Pages : 1