0

I mostly followed this instructions for installing Haxe, Node, and Flambe on my Mac, with the addition of the following patches:

I can run existing Flambe apps just fine with flambe serve and flambe run --debug, but when I try to make my own (via flambe new projectName) and run that, I get a long list of errors like the following:

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'

I'm not sure what to make of this. An error in my installation?

For reference, here are the versions of the stuff I used:

  • haxe -version: 3.2.1
  • flambe --version: 4.1.0
  • npm -version: 3.3.12

Thanks.

Gama11
  • 31,714
  • 9
  • 78
  • 100
zack_falcon
  • 4,186
  • 20
  • 62
  • 108

0 Answers0