Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

So I try installing wine:

λ ~ → brew install wine
==> Downloading http://downloads.sourceforge.net/project/wine/Source/wine-1.4.1.tar.bz2
Already downloaded: /Library/Caches/Homebrew/wine-1.4.1.tar.bz2
==> Patching
patching file tools/winebuild/utils.c
Warning: Clang currently miscompiles some parts of Wine. If you have gcc, you
can get a more stable build with:
  brew install wine --use-gcc
==> ./configure --prefix=/usr/local/Cellar/wine/1.4.1 --x-include=/opt/X11/include --x-lib=/opt/X11/lib --with-x --wi
==> make install
chmod 755 /usr/local/Cellar/wine/1.4.1/lib/wine
/usr/bin/clang -m32 -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -arch i386 -m32 -o makedep makedep.o -L/usr/local/lib -L/opt/X11/lib -arch i386 -m32 -framework CoreServices -lz -lGL -lGLU
make: *** [/usr/local/Cellar/wine/1.4.1/lib/wine/fakedlls] Error 128
make: *** Waiting for unfinished jobs....
../tools/makedep  -C. -S.. -T.. -I/opt/X11/include/freetype2 -I/opt/X11/include   fnt2bdf.c fnt2fon.c make_ctests.c make_xftmpl.c makedep.c relpath.c sfnt2fnt.c                 

Error: wine did not build
Logs: /Users/scott/Library/Logs/Homebrew/wine/
Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
      https://github.com/mxcl/homebrew/issues/14550
λ ~ → 

I know the error is my fault: not wine's (I think so). What's my problem?

For some background, I have ZSH, Enthought's Python distro and MacPorts previously installed.

share|improve this question
Do you have gcc install? Run which gcc to check – revolver Oct 20 '12 at 1:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.