【发布时间】:2017-01-25 00:09:03
【问题描述】:
我已经安装了 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?
任何帮助让这个工作会很棒。
【问题讨论】: