I am trying to get started with Haxe, but I can’t even go through the simplest step by compiling the "new project" template. I use FlashDevelop 4, installed Haxe and used the command haxelib install openflto install openfl (did the same for NME), although 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 googled for a couple of hours, but could not find anything that remotely showed me the right direction, so I hope that someone has already solved this problem earlier.
source
share