Hi, my first post on Amber, so hello everyone. I'm a Smalltalker, and am interested in using Amber for a small Android project.
-- In the 0.10 download, I get this error when starting server: server/server.js:8749 var native=eval(aString); ^^^^^^ node.js:134 throw e; // process.nextTick error, or 'error' event on first tick ^ SyntaxError: Unexpected token native at Module._compile (module.js:397:25) at Object..js (module.js:408:10) at Module.load (module.js:334:31) at Function._load (module.js:293:12) at Array.<anonymous> (module.js:421:10) at EventEmitter._tickCallback (node.js:126:26) It starts fine in 0.9.1. Btw, I'm working from instructions at: https://github.com/amber-smalltalk/amber/wiki/Getting-started Is this still the best starting point? Also, does it make sense to develop for Android in Amber (following the example: https://github.com/amber-smalltalk/amber-examples/tree/master/android )? Too bleeding edge? Am I likely to hit any show-stopping issues? Thanks, ...Stan You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hi Stan, Welcome to the Amber mailinglist. Am 02.05.2013 08:03 schrieb "stan shepherd" <[hidden email]>: Since 0.10 a newer version of Node.js it's required. > It starts fine in 0.9.1. Yes. > Also, does it make sense to develop for Android in Amber (following the example: The instructions haven't been updated to latest Amber/Android versions. > Thanks, ...Stan Best, You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |