运行 个测试项目时 OpenFL 和 Haxe 无效调用
OpenFL and Haxe invalid call when running test projects
我已经安装了 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?
如果能帮上忙,那就太好了。
您是否使用了 Haxe 和 Neko 的 Linux 安装脚本?
http://www.openfl.org/builds/haxe/haxe-3.2.1-linux-installer.tar.gz
可能是你安装的不好,或者版本太新了?
我已经安装了 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?
如果能帮上忙,那就太好了。
您是否使用了 Haxe 和 Neko 的 Linux 安装脚本?
http://www.openfl.org/builds/haxe/haxe-3.2.1-linux-installer.tar.gz
可能是你安装的不好,或者版本太新了?