1
vote
3answers
235 views

Unable to install softwares using Home Brew

I am unable to install any softwares using homebrew. I get the following error when I try to install any softwares. Rahuls-iMac:local rahuljeevanandam$ brew install mysql ==> Installing ...
0
votes
1answer
123 views

Installing wine with osxwinebuilder

I try to install wine with osxwinebuilder. When I do, I get the following error: ... checking if ccache g++ supports -c -o file.o... yes checking if ccache g++ supports -c -o file.o... (cached) yes ...
4
votes
2answers
2k views

Installing wine with homebrew

So, I am running a bit of a different install. Here's the background: I have installed wine before with MacPorts. Later, I decided to install homebrew. Then, wine didn't work so I tried brew install ...
1
vote
1answer
711 views

Disabling /usr/bin/svn to use brew installed svn

I use Lion, and the svn /usr/bin/svn is 1.6 version. As I need to use subversion 1.7, I installed svn from brew to be installed in /usr/local/bin/svn. How can I disable the svn* files so that I can ...
0
votes
1answer
1k views

Can't install glib with brew

I'm trying to install gtk+ through brew. It requires glib as a dependency and brew seems to try and install patches that don't exist? How can I install glib? My-MacBook-Pro:~ me$ brew install gtk+ ...
12
votes
2answers
6k views

Amending PATH so that /usr/local/bin is ahead of /usr/bin

I'm trying to install brew but get the following warning: Warning: /usr/bin occurs before /usr/local/bin This means that system-provided programs will be used instead of those provided by Homebrew. ...
3
votes
3answers
1k views

Can't install Homebrew on Mac OS X Lion

I followed the simple instructions on Homebrew's homepage: Paste this at a terminal prompt: /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" But I get the following permission ...
4
votes
4answers
299 views

What would I lose if I needed to reinstall from a Time Machine backup?

Is there a list somewhere of the areas of the hard drive that aren't backed up by Time Machine? And does reinstalling from Time Machine install everything from the backup or just parts of it? I like ...