I get lots of errors when I try to install Node.js 0.8.1 on a Mac (Lion)
with n using "n latest".
Here's one of them:
/usr/include/mach/processor_info.h:106: error: declaration for parameter
‘processor_basic_info_data_t’ but no such parameter
<r.mark.volkm...@gmail.com> wrote:
> I get lots of errors when I try to install Node.js 0.8.1 on a Mac (Lion)
> with n using "n latest".
> Here's one of them:
> /usr/include/mach/processor_info.h:106: error: declaration for parameter
> ‘processor_basic_info_data_t’ but no such parameter
Just in case. "n latest" installs the latest version from unstable brunch. It's not a 0.8.1. To install the latest stable version you should use "n stable". This currently wouldn't work either because there is RC for 0.8.2 already uploaded to http://nodejs.org/dist and "n" considers it as a latest stable but fails to download. To install 0.8.1 you should use "n 0.8.1"
On Saturday, July 7, 2012 11:39:54 PM UTC+4, Mark Volkmann wrote:
> I get lots of errors when I try to install Node.js 0.8.1 on a Mac (Lion) > with n using "n latest".
> Here's one of them:
> /usr/include/mach/processor_info.h:106: error: declaration for parameter > ‘processor_basic_info_data_t’ but no such parameter
> To install the latest stable version you should use "n stable". This currently wouldn't work either because there is RC for 0.8.2 already uploaded to http://nodejs.org/dist and "n" considers it as a latest stable but fails to download
-----Original Message-----
From: Eldar <eldar...@gmail.com>
Sender: nodejs@googlegroups.com
Date: Sun, 8 Jul 2012 00:34:33 To: <nodejs@googlegroups.com>
Reply-To: nodejs@googlegroups.com
Subject: [nodejs] Re: installing Node.js 0.8.1 with n
Just in case. "n latest" installs the latest version from unstable brunch. It's not a 0.8.1. To install the latest stable version you should use "n stable". This currently wouldn't work either because there is RC for 0.8.2 already uploaded to http://nodejs.org/dist and "n" considers it as a latest stable but fails to download. To install 0.8.1 you should use "n 0.8.1"
On Saturday, July 7, 2012 11:39:54 PM UTC+4, Mark Volkmann wrote:
> I get lots of errors when I try to install Node.js 0.8.1 on a Mac (Lion) > with n using "n latest".
> Here's one of them:
> /usr/include/mach/processor_info.h:106: error: declaration for parameter > ‘processor_basic_info_data_t’ but no such parameter