JZ.
JZ.

Reputation: 21877

Brew - node did not build

Homebrew 0.9.3 OSX 10.8.2

I'm wondering if you have seen anything like this?

==> make install
brew: superenv removed: -O3 -gdwarf-2 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter
20 errors generated.
make[1]: *** [/private/tmp/node-tiuh/node-v0.8.12/out/Release/obj.target/uv/deps/uv/src/unix/darwin.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [node] Error 2

Error: node did not build
Logs: /Users/justin/Library/Logs/Homebrew/node/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
      https://github.com/mxcl/homebrew/issues/13282

Upvotes: 2

Views: 1397

Answers (1)

user1783266
user1783266

Reputation: 51

I had the same error.

Open up XCode go to XCode->Preferences go to the Downloads tab and install command line tools (or update them) If you dont have Xcode, you can also download them separately

Xcode 4.4 and later install Command Line Tools

Upvotes: 5

Related Questions