node.js - Homebrew does not think XCode is installed with old XCode and current Homebrew -
i trying install node.js still running osx 10.6.8, , stuck xcode 3 (using 3.2).
my first issue, cannot homebrew recognize xcode 3.2. when run brew -v doctor
following output (after fixing few other issues):
homebrew 0.9.4 warning: setting dyld_* vars can break dynamic linking. set variables: dyld_library_path warning: xcode not installed stuff needs xcode build: http://developer.apple.com/xcode/
i have been able find fixes xcode 4.xx , have not worked me. how point homebrew @ xcode? (i don't understand how should set dyld_library_path
...)
when run brew install node
told xcode not installed (it is), , error: ioerror: [errno 2] no such file or directory: 'out/release/node'
the fixes have seen relate xcode (various xcode-select -switch
fixes), have not worked me, these fixes have been xcode 4.xx.
when run verbose version, error additionally shows up:
creating ./config.gypi creating ./config.mk sh: /usr/bin/usr/bin/xcodebuild: no such file or directory /usr/bin/usr/bin/xcodebuild fails 32512 - unknown error: 32512 gyp: error 69 running xcodebuild
i appreciate this.
thanks reading.
while homebrew great lot of packages have never had luck using node.js. can install using standard osx binary?
also nvm if need work multiple versions of node.js
Comments
Post a Comment