Hey Niel,
While trying ColorTransform for Jeash/html5 I noticed that Jeash does not compile with haxe-svn
Simple example:
package be.haxer.test;
class Main extends flash.display.Sprite
{
public static function main()
{
}
}
C:\Documents and Settings\Administrator\Desktop\test>haxelib run nme build project.nmml html5
C:\Program Files\Motion-Twin\haxe\lib/nme/3,4,3/jeash/display/Stage.hx:259: characters 2-53 : jeash.Event should be jeash.events.Event
C:\Program Files\Motion-Twin\haxe\lib/nme/3,4,3/jeash/display/Stage.hx:548: characters 27-48 : jeash.events.Event should be jeash.Event
C:\Program Files\Motion-Twin\haxe\lib/nme/3,4,3/jeash/display/Stage.hx:548: characters 27-48 : For function argument 'evt'
C:\Program Files\Motion-Twin\haxe\lib/nme/3,4,3/jeash/net/URLLoader.hx:221: characters 9-38 : Missing return Dynamic
Could you check/fix it?
From IRC:
| [23:57] | filt3rek|2 | Jan_Flanders: it's because of last imports changes |
| [23:58] | filt3rek|2 | there is js.Event and js.events.Event or something like that and it take the wrong one because of shadowing ... |
Cheers,
Jan