[haXe] error compiling haxe
Nicolas Cannasse
ncannasse at motion-twin.com
Sat Apr 15 10:24:27 CEST 2006
> I've never used Ocaml but I wanted to try the new features of haxe and
> so installed it and try to compile from source.
> Can anyone help me? When I launch the command from prompt I receive the
> following error:
[..]
> 'ml' is not recognized as an internal or external command,
> operable program or batch file.
If you installed the MSVC++ OCaml version, you need MS Visual Studio
installed, and configure your PATH so it can access to the "ml.exe" asm
linker.
You can also use the MinGW or Cygwin OCaml version instead, which will
use GCC to compile. I'm not familiar with their configuration so I can't
help here.
Nicolas
More information about the Haxe
mailing list