我已经安装了Haxe和OpenFL。我创建了一个示例项目:
openfl create PiratePig
cd PiratePig当我运行时:
openfl test flash我得到以下错误:
/usr/lib/haxe/std/haxe/macro/Context.hx:209: characters 9-30 : Invalid call
/home/tomto/haxelib/openfl/4,6,0/openfl/_internal/utils/ExtraParams.hx:13: characters 7-32 : Called from
--macro:1: character 0 : Called from
Aborted运行openfl test neko时出现相同的错误
对于html5,我得到一个不同的错误
openfl test html5给了我
chmod: changing permissions of '/home/tomto/haxelib/lime/3,6,2/templates
/bin/webify-linux64': Operation not permitted
Error: Cannot copy to "Export/html5/release/bin/fonts/FreebooterUpdated.eot", is the file in use?任何帮助让它工作的人都会很棒。
发布于 2017-01-25 10:04:25
您是否使用了Haxe和Neko的Linux安装脚本?
http://www.openfl.org/builds/haxe/haxe-3.2.1-linux-installer.tar.gz
也许你的安装不正确,或者版本太新了?
https://stackoverflow.com/questions/41841214
复制相似问题