digitalfruit / limejs

HTML5 game framework for web and iOS
http://www.limejs.com
Apache License 2.0
1.4k stars 280 forks source link

Error in clean installation #151

Closed raydan closed 9 years ago

raydan commented 9 years ago

just doing a new installation error: pathspec 'd823edb' did not match any file(s) known to git. Failed to clone Closure Library via Git. Discontinuing.

then i try compile helloworld

closure\closure\goog\base.js:236: ERROR - illegal i
nitialization of @define variable goog.DISALLOW_TEST_ONLY_CODE
goog.define('goog.DISALLOW_TEST_ONLY_CODE', COMPILED && !goog.DEBUG);

after download latest compiler, compile success

compile with -a option, so many schedulemanager.js warning and i got "Uncaught SyntaxError: Unexpected token void" in chrome point at ....\lime\src\director.js:346

bin/lime.py build helloworld -o helloworld/compiled/hw_adv.js -m -a
tonistiigi commented 9 years ago

Should be fixed now. Thanks for reporting. Remove closure directory and run init again.