jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

File not found 'lib/setImmediate/setImmediate.js' #23

Closed wighawag closed 10 years ago

wighawag commented 10 years ago

when using promhx from github via "haxelib dev" I get the following error : C:\Development\ThirdPartyLibraries\promhx\haxelib\promhx/base/EventLoop.hx:14: characters 40-74 : File not found 'lib/setImmediate/setImmediate.js'

I tried to copy the lib folder to the project folder without success.

any compiler option I am missing ?

jdonaldson commented 10 years ago

setImmediate is an external submodule. You should be able to git submodule init && git submodule update to retrieve the right version.

FWIW, haxelib should have the latest version of all of this. You tried updating that as well?

jdonaldson commented 10 years ago

Well, I thought for sure I updated promhx on haxelib, but I guess not. It's updated now. Sorry for the confusion.

wighawag commented 10 years ago

Ok, just updated via haxelib and it works. thanks