Created
November 21, 2010 18:23
-
-
Save bwhitman/708985 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
crimp:build bwhitman$ sudo brew -v install liblastfm | |
Password: | |
Homebrew 0.7.1 | |
==> Build Environment | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
MAKEFLAGS: -j2 | |
==> Downloading http://static.last.fm/src/liblastfm-0.3.0.tar.bz2 | |
File already downloaded and cached to /Library/Caches/Homebrew | |
/usr/bin/tar xf /Library/Caches/Homebrew/liblastfm-0.3.0.tar.bz2 | |
==> ./configure --release --prefix /usr/local/Cellar/liblastfm/0.3.0 | |
./configure --release --prefix /usr/local/Cellar/liblastfm/0.3.0 | |
==> Welcome to liblastfm configure | |
Using /usr/local/bin/qmake | |
==> Determining installation prefix | |
Will install to: /usr/local/Cellar/liblastfm/0.3.0 | |
==> Generating Build System | |
==> Generating .qmake.env | |
==> Running qpp... | |
==> Configuring qmake... | |
==> Generating Makefile... | |
Good, your configure is finished! Now type: make | |
==> make | |
make | |
mkdir -p _include/lastfm | |
cd src && qmake -config release | |
cd src/fingerprint && qmake -config release | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:1: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:3: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:1: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:3: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:15: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:17: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:15: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:17: Using OS scope before setting MAKEFILE_GENERATOR | |
cd demos && qmake -config release | |
cd tests && qmake -config release | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:1: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:3: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:15: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:17: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:1: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:3: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:15: Using OS scope before setting MAKEFILE_GENERATOR | |
/private/tmp/homebrew-liblastfm-0.3.0-zBXB/liblastfm-0.3.0/.qmake.cache:17: Using OS scope before setting MAKEFILE_GENERATOR | |
cp src/global.h _include/lastfm/global.h | |
cp src/core/UrlBuilder.h _include/lastfm/UrlBuilder | |
cp src/core/XmlQuery.h _include/lastfm/XmlQuery | |
cp src/core/misc.h _include/lastfm/misc.h | |
cp src/fingerprint/Fingerprint.h _include/lastfm/Fingerprint | |
cp src/fingerprint/FingerprintableSource.h _include/lastfm/FingerprintableSource | |
cp src/radio/RadioStation.h _include/lastfm/RadioStation | |
cp src/radio/RadioTuner.h _include/lastfm/RadioTuner | |
cp src/scrobble/Audioscrobbler.h _include/lastfm/Audioscrobbler | |
cp src/scrobble/Scrobble.h _include/lastfm/Scrobble | |
cp src/scrobble/ScrobblePoint.h _include/lastfm/ScrobblePoint | |
cp src/types/Track.h _include/lastfm/Track | |
cp src/types/Track.h _include/lastfm/MutableTrack | |
cp src/types/Mbid.h _include/lastfm/Mbid | |
cp src/types/Artist.h _include/lastfm/Artist | |
cp src/types/Album.h _include/lastfm/Album | |
cp src/types/FingerprintId.h _include/lastfm/FingerprintId | |
cp src/types/Playlist.h _include/lastfm/Playlist | |
cp src/types/Tag.h _include/lastfm/Tag | |
cp src/types/User.h _include/lastfm/User | |
cp src/types/User.h _include/lastfm/AuthenticatedUser | |
cp src/types/Xspf.h _include/lastfm/Xspf | |
cp src/ws/ws.h _include/lastfm/ws.h | |
cp src/ws/InternetConnectionMonitor.h _include/lastfm/InternetConnectionMonitor | |
cp src/ws/NetworkAccessManager.h _include/lastfm/NetworkAccessManager | |
cd src && make | |
ruby admin/lastfm.h.rb _include/lastfm.h | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/ws.o ws/ws.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/NetworkAccessManager.o ws/NetworkAccessManager.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/InternetConnectionMonitor.o ws/InternetConnectionMonitor.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Xspf.o types/Xspf.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/User.o types/User.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Track.o types/Track.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Tag.o types/Tag.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Playlist.o types/Playlist.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Mbid.o types/Mbid.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/FingerprintId.o types/FingerprintId.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Artist.o types/Artist.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Album.o types/Album.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/ScrobblerSubmission.o scrobble/ScrobblerSubmission.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/ScrobblerHttp.o scrobble/ScrobblerHttp.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/ScrobbleCache.o scrobble/ScrobbleCache.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Scrobble.o scrobble/Scrobble.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/NowPlaying.o scrobble/NowPlaying.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Handshake.o scrobble/Handshake.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/Audioscrobbler.o scrobble/Audioscrobbler.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers --DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/RadioTuner.o radio/RadioTuner.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/XmlQuery.o core/XmlQuery.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/UrlBuilder.o core/UrlBuilder.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/misc.o core/misc.cpp | |
/usr/local/Cellar/qt/4.7.1/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -D__APPLE__ -D__GNUC__ ws/NetworkAccessManager.h -o _build/moc_NetworkAccessManager.cpp | |
/usr/local/Cellar/qt/4.7.1/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -D__APPLE__ -D__GNUC__ ws/InternetConnectionMonitor.h -o _build/moc_InternetConnectionMonitor.cpp | |
/usr/local/Cellar/qt/4.7.1/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -D__APPLE__ -D__GNUC__ scrobble/ScrobblerHttp.h -o _build/moc_ScrobblerHttp.cpp | |
/usr/local/Cellar/qt/4.7.1/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -D__APPLE__ -D__GNUC__ scrobble/Audioscrobbler.h -o _build/moc_Audioscrobbler.cpp | |
/usr/local/Cellar/qt/4.7.1/bin/moc -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -D__APPLE__ -D__GNUC__ radio/RadioTuner.h -o _build/moc_RadioTuner.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/moc_NetworkAccessManager.o _build/moc_NetworkAccessManager.cpp | |
/usr/bin/c++ -c -pipe -fno-operator-names -O3 -march=core2 -msse4.1 -w -pipe -fvisibility-inlines-hidden -fvisibility=hidden -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_NO_DEBUG -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.7.1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.7.1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtCore -I/usr/local/Cellar/qt/4.7.1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtNetwork -I/usr/local/Cellar/qt/4.7.1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.7.1/include/QtXml -I/usr/local/Cellar/qt/4.7.1/include -I../_include -I_build -F/usr/local/Cellar/qt/4.7.1/lib -o _build/moc_InternetConnectionMonitor.o _build/moc_InternetConnectionMonitor.cpp | |
core/misc.cpp: In function ‘QDir dataDotDot()’: | |
core/misc.cpp:69: error: cannot convert ‘long int*’ to ‘SInt32*’ for argument ‘5’ to ‘OSErr FindFolder(FSVolumeRefNum, OSType, Boolean, FSVolumeRefNum*, SInt32*)’ | |
core/misc.cpp:78: error: ‘::FSMakeFSSpec’ has not been declared | |
core/misc.cpp:82: error: ‘::FSpMakeFSRef’ has not been declared | |
make[1]: *** [_build/misc.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [__src] Error 2 | |
Exit status: 2 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/liblastfm.rb#L14 | |
==> Environment | |
HOMEBREW_VERSION: 0.7.1 | |
HEAD: (none) | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit penryn | |
OS X: 10.6.5 | |
Kernel Architecture: i386 | |
Ruby: 1.8.7-174 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.5 | |
GCC-4.0: build 5494 | |
GCC-4.2: build 5664 | |
LLVM: build 2333 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
CC: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CXX: /usr/bin/c++ => /usr/bin/c++-4.2 | |
LD: /usr/bin/cc => /usr/bin/gcc-4.2 | |
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
MAKEFLAGS: -j2 | |
Error: Failure while executing: make | |
Please report this bug at http://github.com/mxcl/homebrew/issues | |
These existing issues may help you: | |
http://github.com/mxcl/homebrew/issues/#issue/2942 | |
Also try: | |
`brew doctor` to check your setup for common problems. | |
`brew missing` to check installed packages for missing deps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment