System for installing command-line Unix applications and tools on Mac OS X. Free and open-source.
0
votes
1answer
681 views
Homebrew permission issues
I basically installed Homebrew as described at https://github.com/mxcl/homebrew/wiki/installation.
However, my user account ist not an Administrator account, therefore I substituted my user identity ...
0
votes
1answer
39 views
Get default ruby back
I'm in the process of setting up my Ruby on Rails development environment and part of that was playing around with RVM. I screwed up a bit though because I deleted the /usr/local/bin/ruby which was ...
0
votes
2answers
270 views
How can I install XJig on Snow Leopard? [closed]
I'm trying to install XJig on Snow Leopard 10.6.5.
https://sourceforge.net/projects/xjig/
I've installed dependencies using Homebrew but am now getting this error when running make
...
0
votes
1answer
25 views
Problems with apache after update of php and mysql using homebrew
I am hoping someone here can assist me.
I upgraded php and related files using brew upgrade on my mac which is running Mac OS X 10.8.3. Everything was working fine before and I just wanted to update.
...
0
votes
1answer
44 views
git doesn't work anymore after moving user home to external drive
I've moved my users home directory from /Users/romeovs to /Volumes/DATA/home and ever since I get a git error.
Whenever I use git clone or git init it replies:
fatal: Failed to expand user dir in: ...
0
votes
0answers
66 views
How can I install tk on OS X?
I am getting warnings and empty popup boxes when compiling and loading R packages that depend on tk. They say that tk was not installed correctly.
I am using homebrew, but I can't tell which package ...
0
votes
1answer
85 views
Problem updating homebrew
Trying to update homebrew, I get this:
$ brew update
error: Your local changes to the following files would be overwritten by merge:
.gitignore
Library/Contributions/brew_bash_completion.sh
...
0
votes
0answers
68 views
Homebrew LoadError no such file to load
I'm running Mac OS X 10.7.5 on which I installed Homebrew some time ago. When trying to go into the brew directory with
cd `brew --prefix`
I'm getting the following error:
...
0
votes
0answers
207 views
Can't install Homebrew on MacBook Pro, password field won't input
I need to install Homebrew. I am unable to input the password when prompted in the Terminal - nothing happens when I type, only when I hit enter. I follow the instructions specified in the book I'm ...
0
votes
1answer
119 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
...
0
votes
0answers
453 views
Installing Wine with Brew
So I try installing wine:
λ ~ → brew install wine
==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.4.1.tar.bz2
Already downloaded: ...
0
votes
1answer
248 views
Installing Xcode 4.2 on top of Xcode 4.1
I was wondering, is it safe to install Xcode 4.2 on top of Xcode 4.1 ? Will it break things like homebrew or other, that uses command line tools provided by Xcode ?