I tried to install Haxe 2.09 from source using the install.ml script
from that location : http://haxe.googlecode.com/svn/tags/v2-09/doc/
(since the one from the Web site only works for trunk). Line 76 from the
script references a non-existant CVS location (cvs motiontwin "co
ocaml/extlib-dev";). Replacing "extlib-dev" with "extlib" seems to do
the trick, if some people are trying to compile 2.09 from source.
--
Nicolas Juneau
In order to compile 2.09 from sources you will need to make sure the
checkouts in old install.ml use r4444 and not latest SVN.
Best,
Nicolas
If I move back to r444
(https://code.google.com/p/haxe/source/browse/trunk/doc/install.ml?r=4444),
install.ml still has "cvs motiontwin "co ocaml/extlib-dev";" in
download_libs(). extlib-dev doesn't seem to exist anymore.
Nicolas Cannasse a écrit :