HaxeFoundation / haxelib

The Haxe library manager
https://lib.haxe.org/
MIT License
172 stars 78 forks source link

Type not found : haxe.remoting.Connection #430

Closed Leonidas-from-XIV closed 6 years ago

Leonidas-from-XIV commented 6 years ago

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 with

(cd /Users/Leonidas-from-XIV/haxe/extra/haxelib_src && /Users/Leonidas-from-XIV/haxe/haxe client.hxml && nekotools boot run.n)
Type not found : haxe.remoting.Connection

According to the changelog it was moved to hx3compat, but the client.hxml mentions -cp hx3compat/std.

Simn commented 6 years ago

haxelib has hx3compat as a submodule, so you have to clone with --recursive or do git submodule init && git submodule update.

VladimirCores commented 4 years ago

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