I'm trying to get started with Haxe but I can't even get past the easiest step, compiling the "new project" template. I'm using FlashDevelop 4, installed Haxe and used the the command haxelib install openfl
to install openfl (did the same for NME) though I still get the most basic compiler error:
haxelib run openfl build C:\dev\haxeBox\openFlTest\application.xml android -debug
[file_contents,C:\Program Files(x86)\Haxe\haxe\lib\openfl//.current]
Build halted with errors (haxelib.exe).
I've googled a couple of hours but I couldn't find anything that would remotely point me into the right direction, therefore I hope anybody has solved this issue before.