Created
February 10, 2014 19:54
-
-
Save wjlafrance/8922959 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Mon Feb 10 13:47:39 on console | |
bre[13:48:54] [lafrance@defiant ~]$ brew install wine | |
Error: wine dependency jpeg not installed with: | |
--universal | |
[13:49:48] [lafrance@defiant ~]$ brew uninstall jpeg; brew install jpeg --universal | |
Uninstalling /usr/local/Cellar/jpeg/8d... | |
==> Downloading http://www.ijg.org/files/jpegsrc.v8d.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/jpeg/8d | |
==> make install | |
🍺 /usr/local/Cellar/jpeg/8d: 18 files, 1.3M, built in 15 seconds | |
[13:51:02] [lafrance@defiant ~]$ brew install wine | |
Error: wine dependency libtool not installed with: | |
--universal | |
[13:51:07] [lafrance@defiant ~]$ brew uninstall libtool; brew install libtool --universal | |
Uninstalling /usr/local/Cellar/libtool/2.4.2... | |
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | |
######################################################################## 100.0% | |
==> Patching | |
patching file libltdl/config/ltmain.sh | |
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install | |
==> make install | |
==> Caveats | |
In order to prevent conflicts with Apple's own libtool we have prepended a "g" | |
so, you have instead: glibtool and glibtoolize. | |
==> Summary | |
🍺 /usr/local/Cellar/libtool/2.4.2: 66 files, 2.2M, built in 33 seconds | |
[13:52:07] [lafrance@defiant ~]$ brew install wine | |
Error: wine dependency libusb-compat not installed with: | |
--universal | |
[13:52:23] [lafrance@defiant ~]$ brew uninstall libusb-compat; brew install libusb-compat --universal | |
Uninstalling /usr/local/Cellar/libusb-compat/0.1.5... | |
==> Installing libusb-compat dependency: libusb | |
==> Downloading http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-1.0.18/libusb-1.0.18.tar.bz2 | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/libusb/1.0.18 | |
==> make install | |
🍺 /usr/local/Cellar/libusb/1.0.18: 11 files, 508K, built in 10 seconds | |
==> Installing libusb-compat | |
==> Downloading http://downloads.sourceforge.net/project/libusb/libusb-compat-0.1/libusb-compat-0.1.5/libusb-compat-0.1.5.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/libusb-compat-0.1.5.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/libusb-compat/0.1.5 | |
==> make install | |
🍺 /usr/local/Cellar/libusb-compat/0.1.5: 12 files, 172K, built in 6 seconds | |
[13:52:54] [lafrance@defiant ~]$ brew install wine | |
Error: wine dependency libpng not installed with: | |
--universal | |
[13:53:17] [lafrance@defiant ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment