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

Property "get_height" already defined in this object literal. #345

Closed sonygod closed 9 years ago

sonygod commented 9 years ago

build.cache\html.unminified.js:2321: ERROR - Parse error. Property "get_height" already defined in this object literal. ,properties: {get_height:"get_height",get_width:"get_width",get_height:"get_height",get_width:"get_width"}

I try to build my test project to html target ,and get that error (debug mode is ok)

how to fixed that ?

sonygod commented 9 years ago

after restart computer and recompile ,it is ok ,auto fixed!

markknol commented 9 years ago

It can also be fixed by killing the haxe.exe task from task manager. I also have this sometimes, seems a nasty thing in the Haxe compiler.