Created
September 11, 2013 17:13
-
-
Save xiongchiamiov/6526761 to your computer and use it in GitHub Desktop.
This file contains 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
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: http://github.com/mxcl/homebrew.git | |
HEAD: 5836e0c1589755bc2bdb222ca4186df22aa83538 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6.3 | |
CLT: 1.0.0.9000000000.1.1248867338 | |
GCC-4.0: build 5493 | |
GCC-4.2: build 5659 | |
LLVM-GCC: build 2336 | |
Clang: 4.2 build 425 | |
X11: 2.6.5 => /usr/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/pythonw2.7 | |
Ruby: /Users/pearson/.rvm/rubies/ruby-1.9.2-p180/bin/ruby |
This file contains 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
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/pearson/.rvm/gems/ruby-1.9.2-p180/bin/sup-config | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/iClockTools.dylib | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install boost149 sip | |
Run `brew missing` for more details. |
This file contains 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
==> Downloading http://download.sf.net/project/pyqt/sip/sip-4.15.1/sip-4.15.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/sip-4.15.1.tar.gz | |
tar xf /Library/Caches/Homebrew/sip-4.15.1.tar.gz | |
brew: PYTHONPATH=/usr/local/lib/python2.7/site-packages:/usr/local/Cellar/sip/4.15.1/lib/python2.7/site-packages:/usr/local/Cellar/sip/4.15.1/libexec/lib/python2.7/site-packages | |
==> /usr/local/bin/python configure.py --destdir=/usr/local/Cellar/sip/4.15.1/lib/python2.7/site-packages --bindir=/usr/local/Cellar/sip/4.15.1/bin --incdir=/usr/local/Cellar/sip/4.15.1/include --sipdir=/usr/local/share/sip | |
/usr/local/bin/python configure.py --destdir=/usr/local/Cellar/sip/4.15.1/lib/python2.7/site-packages --bindir=/usr/local/Cellar/sip/4.15.1/bin --incdir=/usr/local/Cellar/sip/4.15.1/include --sipdir=/usr/local/share/sip | |
This is SIP 4.15.1 for Python 2.7.3 on darwin. | |
The SIP code generator will be installed in /usr/local/Cellar/sip/4.15.1/bin. | |
The sip module will be installed in | |
/usr/local/Cellar/sip/4.15.1/lib/python2.7/site-packages. | |
The sip.h header file will be installed in | |
/usr/local/Cellar/sip/4.15.1/include. | |
The default directory to install .sip files in is /usr/local/share/sip. | |
The platform/compiler configuration is macx-g++. | |
Creating siplib/sip.h... | |
Creating siplib/siplib.c... | |
Creating siplib/siplib.sbf... | |
Creating sipconfig.py... | |
Creating top level Makefile... | |
Creating sip code generator Makefile... | |
Creating sip module Makefile... | |
==> make | |
make | |
cc -c -pipe -Os -w -DNDEBUG -I. -o main.o main.c | |
cc -c -pipe -Os -w -DNDEBUG -I. -o transform.o transform.c | |
cc -c -pipe -Os -w -DNDEBUG -I. -o gencode.o gencode.c | |
cc -c -pipe -Os -w -DNDEBUG -I. -o extracts.o extracts.c | |
brew: superenv removed: -Os | |
brew: superenv removed: -Os | |
brew: superenv removed: -Os | |
brew: superenv removed: -Os | |
cc -c -pipe -Os -w -DNDEBUG -I. -o export.o export.c | |
brew: superenv removed: -Os | |
cc -c -pipe -Os -w -DNDEBUG -I. -o heap.o heap.c | |
brew: superenv removed: -Os | |
cc -c -pipe -Os -w -DNDEBUG -I. -o parser.o parser.c | |
brew: superenv removed: -Os | |
cc -c -pipe -Os -w -DNDEBUG -I. -o lexer.o lexer.c | |
brew: superenv removed: -Os | |
c++ -headerpad_max_install_names -o sip main.o transform.o gencode.o extracts.o export.o heap.o parser.o lexer.o | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o siplib.o siplib.c | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o apiversions.o apiversions.c | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o descriptors.o descriptors.c | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o qtlib.o qtlib.c | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o threads.o threads.c | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o objmap.o objmap.c | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
siplib.c:8064:48: error: no member named 'cl_dict' in 'PyClassObject' | |
cls_dict = ((PyClassObject *)cls)->cl_dict; | |
~~~~~~~~~~~~~~~~~~~~~~ ^ | |
cc -c -pipe -fPIC -Os -w -DNDEBUG -I. -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -o voidptr.o voidptr.c | |
1 error generated. | |
brew: superenv removed: -Os -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
make[1]: *** [siplib.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [all] Error 2 | |
Error: sip did not build | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 5836e0c1589755bc2bdb222ca4186df22aa83538 | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.7.5-x86_64 | |
Xcode: 4.6.3 | |
CLT: 1.0.0.9000000000.1.1248867338 | |
X11: 2.6.5 => /usr/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers:/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig:/Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/bin:/usr/local/bin:/usr/local/Library/ENV/4.3:/usr/bin:/bin:/usr/sbin:/sbin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment