On Jun 27, 2012, at 00:30, Rong Shen wrote: > The npm output is as following: > > CXX(target) Release/obj.target/binding/binding.o > make: c++: No such file or directory
Sounds like you don't have a C++ compiler—at least, not in $PATH—and of course one is required here. I don't have Mountain Lion yet because it is not released, and your Apple non-disclosure agreement may prevent you from saying much about it. But with Xcode 4.3 on Lion, to get the compilers and other related files to go into /usr as they did before, you had to first install Xcode from the Mac App Store (or by download from http://connect.apple.com ), and then from within the Xcode program's Downloads section (or by download from http://connect.apple.com ), additionally install the Command Line Tools. Perhaps Apple hasn't changed that in Mountain Lion and those instructions will still help. If not, use an NDA-approved communications channel to ask other Mountain Lion users how to install the command line tools under Xcode on Mountain Lion. -- 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
