-
Notifications
You must be signed in to change notification settings - Fork 123
Description
When I am trying to run the sample project on my Manjaro Linux laptop with command "nme test linux" then I am getting following error message:
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:72: characters 3-25 : error: nme.Vector.T should be iterator.T
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:72: characters 3-25 : ... have: { next: (...) -> nme.Vector.T }
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:72: characters 3-25 : ... want: { next: (...) -> iterator.T }
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:233: characters 3-14 : error: nme.Vector.T should be toArray.T
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:233: characters 3-14 : ... have: nme._Vector.VectorData<nme.Vector.T>
/home/ccpplinux/haxelib/nme/6,1,1/src/nme/Vector.hx:233: characters 3-14 : ... want: Array<toArray.T>
Similarly in case of command "nme test html5" I am getting following error:
Error: Library source path "/home/ccpplinux/haxelib/nme/6,1,1/ndll/Emscripten/Nme.js" does not exist +({ registerPrim => null, name => Nme, path => /home/ccpplinux/haxelib/nme/6,1,1, haxelibName => , isStatic => false, importStatic => , noCopy => false })
Can you please suggest fix for these problems.