On Sat, Oct 6, 2012 at 9:17 PM, Marco Asbreuk <[email protected]> wrote: > Using the latest build (0.8.11), I can't get node installed. > During ./configure line 347 throws a syntax error > (o['default_configuration'] = 'Debug' if options.debug else 'Release') > where the 'if' statement is marked. > > Using linux CentOS 5.8 > > Any help would be appreciated. > > Regards, > Marco Asbreuk
You need to have python 2.6 or 2.7 installed. Yours is probably 2.3 or 2.4. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
