Closed Leonidas-from-XIV closed 6 years ago
haxelib has hx3compat as a submodule, so you have to clone with --recursive
or do git submodule init && git submodule update
.
People please pay more attention to developer tools, not to complicate the language, which nobody can use.
$ haxe -version
4.1.1
$ haxelib install openfl
Type not found : haxe.remoting.Connection
I tried building haxe and it also builds haxelib which it includes as submodule, but when I call
make
it builds and then fails in the end withAccording to the changelog it was moved to
hx3compat
, but theclient.hxml
mentions-cp hx3compat/std
.