aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
745 stars 118 forks source link

Not Building #368

Open Rudis1261 opened 8 years ago

Rudis1261 commented 8 years ago

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 function argument '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 function argument 'func'
/usr/local/lib/haxe/lib/flambe/4,0,0/flambe/platform/html/HtmlExternal.hx:25: lines 25-38 : Missing return Dynamic

Versions

Rudis-MBP:test rudis1261$ flambe -v
4.0.0
Rudis-MBP:test rudis1261$ haxe -v
Haxe Compiler 3.2.1 - (C)2005-2015 Haxe Foundation
Rudis-MBP:test rudis1261$ haxelib version
3.2.0-rc.3

Any help would be greatly appreciated.

markknol commented 8 years ago

See https://groups.google.com/forum/#!topic/flambe/ep3aDOR7CIA

Hope that helps!