我主要按照这个说明在我的 Mac 上安装 Haxe、Node 和 Flambe,并添加了以下补丁:
flambe serve
我可以使用and运行现有的 Flambe 应用程序flambe run --debug
,但是当我尝试制作自己的(通过flambe new projectName
)并运行它时,我会得到一长串错误,如下所示:
haxe --connect 6000 -main urgame.Main -lib flambe -cp src -dce full -debug --no-opt --no-inline --macro flambe.platform.ManifestBuilder.use("build/web/assets") --flash-strict -swf-header 640:480:60:000000 -D fdb -D advanced-telemetry -swf-version 11.2 -swf build/web/targets/main-flash.swf
/usr/local/lib/haxe/hxsl/2,0,5/hxsl/AgalCompiler.hx:761: characters 13-14 : { t : format.agal.RegType, swiz : Null<Array<format.agal.C>>, index : Int, access : Unknown<0> } should be format.agal.Reg
/usr/local/lib/haxe/hxsl/2,0,5/hxsl/AgalCompiler.hx:761: characters 13-14 : For function argument 'dst'
我不知道该怎么做。我的安装出错了?
作为参考,这里是我使用的东西的版本:
- haxe-版本:3.2.1
- 火焰--版本:4.1.0
- npm-版本:3.3.12
谢谢。