FlashDevelop / Haxe - build stopped with errors (haxelib.exe)

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.

+1
source share
1 answer

, OpenFL, . haxe \Program Files(x86)\Haxe . , , nessecarry :

haxelib install lime
haxelib run lime setup
lime install openfl

haxelib run lime setup .

, .

+4

Source: https://habr.com/ru/post/1626337/


All Articles