Aller au contenu

Page 1 sur 1

Note : - - - - - [HaXe] help Standard library not found [HaXe] help Standard library not found

22 janvier 2010 - 21:56 #1

0
Bonjour, je suis sous Ubuntu 9.10, et j'ai installer haxe et neko avec l'installateur automatique "hxinst-linux".
J'ai suivie ce tuto :
http://haxe.org/doc/start/neko

J'ai créer un dossier nommé " haxe " sur mon bureau, j'y ai placé un fichier "Index.hx" contenant ceci :




Code:
class Hello {
static function main() {
neko.Lib.print("Hello World!");
}
}


et un fichier "Compile.hxml" qui contient ceci :




Code:
-neko index.n
-main Index


Quand je lance la commande "haxe Compile.hxml"
Voici ce que la console m'affiche :




Code:
ludovic@ludovic-desktop:~$ cd /home/ludovic/Bureau/haxe
ludovic@ludovic-desktop:~/Bureau/haxe$ haxe Compile.hxml
Standard library not found
ludovic@ludovic-desktop:~/Bureau/haxe$


Et le ficher neko n'est pas créer, mais je me souviens avoir réussi à compiler un fichier neko auparavant avec le même ordinateur.
Est-ce que quelqu'un aurai une solution ? Image IPB

L'utilisateur est hors-ligne Fishkilleur
Forumeur balbutiant


À l'Instant


Page 1 sur 1