You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi hi, just can't seem to get flambe running on my Mac. I ran the setup guides, but it refuses to work.
I have tried multiple versions of both Haxe and Flambe and I just can't get it to build properly. The last try I tried force installing 4.0, but still doesn't work. This is when trying to build a newly created flambe project.
The error
Rudis-MBP:test rudis1261$ flambe build html flash --debug
Building: build/web
haxe -main urgame.Main -lib flambe -cp src -dce full -debug --no-opt --no-inline -D html -D js-es5 -D js-flatten --macro flambe.platform.ManifestBuilder.use("build/web/assets") -D source-map-content -js build/web/targets/main-html.js
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/CanvasTextureRoot.hx:44: characters 28-32 : Array<Int> should be haxe.io.BytesData
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/CanvasTextureRoot.hx:44: characters 28-32 : Array<Int> should be js.html.ArrayBuffer
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/CanvasTextureRoot.hx:44: characters 28-32 : For functionargument'b'
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/CanvasTextureRoot.hx:39: lines 39-45 : Missing return haxe.io.Bytes
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlAssetPackLoader.hx:364: characters 16-38 : String should be js.html.XMLHttpRequestResponseType
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlAssetPackLoader.hx:367: characters 12-37 : String should be js.html.XMLHttpRequestResponseType
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlAssetPackLoader.hx:368: characters 16-42 : String should be js.html.XMLHttpRequestResponseType
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlAssetPackLoader.hx:205: characters 12-43 : String should be js.html.XMLHttpRequestResponseType
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlExternal.hx:37: characters 42-48 : js.html.Window should be haxe.Function
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlExternal.hx:37: characters 42-48 : For functionargument'func'
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlExternal.hx:25: lines 25-38 : Missing return Dynamic
Hi hi, just can't seem to get flambe running on my Mac. I ran the setup guides, but it refuses to work.
I have tried multiple versions of both Haxe and Flambe and I just can't get it to build properly. The last try I tried force installing 4.0, but still doesn't work. This is when trying to build a newly created flambe project.
The error
Versions
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: