devboell
devboell

Reputation: 1190

Mac 10.6.8 - Homebrew - Xcode not installed

I just started using Homebrew, but I am running into trouble right away.

The problem is that brew doctor keeps telling me 'Xcode not installed'.

I have seen a similar question (15891818) on this topic, but there was just a partial solution for Node.js

I first had Xcode 3.1 installed, and when I ran brew doctor it correctly informed me my Xcode was an old version, and told me to upgrade to 3.2.6. So I downloaded Xcode 3.2.1 from the apple site, after that I did a Software Update and upgraded to 3.2.6.

After this, Homebrew just doesn't find the Xcode installation at all. (I even restarted my computer)

I am on OS 10.6.8.

any ideas?

Thanks a lot

Upvotes: 2

Views: 4908

Answers (1)

Ngstigator
Ngstigator

Reputation: 109

homebrew needs gcc, which i got from here without having to install xcode https://github.com/kennethreitz/osx-gcc-installer

Upvotes: 3

Related Questions