Created
March 8, 2015 20:16
-
-
Save fastjack/2c0f1bf960b2e01d258e 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
2015-03-08 21:13:38 +0100 | |
qmake -set PKG_CONFIG /usr/local/bin/pkg-config | |
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
2015-03-08 21:13:38 +0100 | |
qmake -query | |
PKG_CONFIG:/usr/local/bin/pkg-config | |
QT_INSTALL_PREFIX:/usr/local/Cellar/qt/4.8.6 | |
QT_INSTALL_DATA:/usr/local/Cellar/qt/4.8.6 | |
QT_INSTALL_DOCS:/usr/local/Cellar/qt/4.8.6/doc | |
QT_INSTALL_HEADERS:/usr/local/Cellar/qt/4.8.6/include | |
QT_INSTALL_LIBS:/usr/local/Cellar/qt/4.8.6/lib | |
QT_INSTALL_BINS:/usr/local/Cellar/qt/4.8.6/bin | |
QT_INSTALL_PLUGINS:/usr/local/Cellar/qt/4.8.6/plugins | |
QT_INSTALL_IMPORTS:/usr/local/Cellar/qt/4.8.6/imports | |
QT_INSTALL_TRANSLATIONS:/usr/local/Cellar/qt/4.8.6/translations | |
QT_INSTALL_CONFIGURATION:/Library/Preferences/Qt | |
QT_INSTALL_EXAMPLES:/usr/local/Cellar/qt/4.8.6/examples | |
QT_INSTALL_DEMOS:/usr/local/Cellar/qt/4.8.6/demos | |
QMAKE_MKSPECS:/usr/local/Cellar/qt/4.8.6/mkspecs | |
QMAKE_VERSION:2.01a | |
QT_VERSION:4.8.6 |
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
2015-03-08 21:13:38 +0100 | |
qmake gqrx.pro | |
fatal: No names found, cannot describe anything. | |
WARNING: /private/tmp/gqrx-1OjIvW/gqrx.pro:162: Variable LIBPATH is deprecated; use QMAKE_LIBDIR instead. |
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
2015-03-08 21:13:39 +0100 | |
make | |
/usr/local/Cellar/qt/4.8.6/bin/uic applications/gqrx/mainwindow.ui -o ui_mainwindow.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/afsk1200win.ui -o ui_afsk1200win.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/agc_options.ui -o ui_agc_options.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/dockrxopt.ui -o ui_dockrxopt.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/ioconfig.ui -o ui_ioconfig.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/demod_options.ui -o ui_demod_options.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/dockinputctl.ui -o ui_dockinputctl.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/dockaudio.ui -o ui_dockaudio.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/dockfft.ui -o ui_dockfft.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/dockiqplayer.ui -o ui_dockiqplayer.h | |
/usr/local/Cellar/qt/4.8.6/bin/uic qtgui/nb_options.ui -o ui_nb_options.h | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o main.o applications/gqrx/main.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o mainwindow.o applications/gqrx/mainwindow.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o receiver.o applications/gqrx/receiver.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o cafsk12.o dsp/afsk1200/cafsk12.cpp | |
clang -c -pipe -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o costabf.o dsp/afsk1200/costabf.c | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o agc_impl.o dsp/agc_impl.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o correct_iq_cc.o dsp/correct_iq_cc.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o lpf.o dsp/lpf.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o resampler_xx.o dsp/resampler_xx.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_am.o dsp/rx_demod_am.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_fm.o dsp/rx_demod_fm.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_fft.o dsp/rx_fft.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_filter.o dsp/rx_filter.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_meter.o dsp/rx_meter.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_agc_xx.o dsp/rx_agc_xx.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_noise_blanker_cc.o dsp/rx_noise_blanker_cc.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o sniffer_f.o dsp/sniffer_f.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o stereo_demod.o dsp/stereo_demod.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o afsk1200win.o qtgui/afsk1200win.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o agc_options.o qtgui/agc_options.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o demod_options.o qtgui/demod_options.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockinputctl.o qtgui/dockinputctl.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockaudio.o qtgui/dockaudio.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockfft.o qtgui/dockfft.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockiqplayer.o qtgui/dockiqplayer.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockrxopt.o qtgui/dockrxopt.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o freqctrl.o qtgui/freqctrl.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o ioconfig.o qtgui/ioconfig.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o meter.o qtgui/meter.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o nb_options.o qtgui/nb_options.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o plotter.o qtgui/plotter.cpp | |
/usr/local/Cellar/qt/4.8.6/bin/moc -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -D__APPLE__ -D__GNUC__ qtgui/qtcolorpicker.cpp -o qtcolorpicker.moc | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o nbrx.o receivers/nbrx.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o receiver_base.o receivers/receiver_base.cpp | |
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o wfmrx.o receivers/wfmrx.cpp | |
/usr/local/Cellar/qt/4.8.6/bin/moc -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"\"" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -D__APPLE__ -D__GNUC__ applications/gqrx/mainwindow.h -o moc_mainwindow.cpp | |
usr/local/Cellar/boost/1.57.0/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" | |
make: *** [moc_mainwindow.cpp] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 889285ce0911bc9a49e5b31f6b080c5118d057fd | |
Last commit: 3 days ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit core2 | |
OS X: 10.10.2-x86_64 | |
Xcode: 6.1.1 | |
CLT: 6.1.1.0.1.1416017670 | |
GCC-4.2: build 0 | |
Clang: 6.0 build 600 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j2 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/openssl:/usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/opt/X11/include:/opt/X11/include/freetype2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /opt/X11/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/qt/Frameworks:/usr/local/opt/python/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/qt/lib/pkgconfig:/usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/cppunit/lib/pkgconfig:/usr/local/opt/gsl/lib/pkgconfig:/usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/pygobject/lib/pkgconfig:/usr/local/opt/py2cairo/lib/pkgconfig:/usr/local/opt/pygtk/lib/pkgconfig:/usr/local/opt/sdl/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/orc/lib/pkgconfig:/usr/local/opt/gnuradio/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal:/opt/X11/share/aclocal | |
PATH: /usr/local/opt/python/bin:/usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/qt/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/openssl/bin:/usr/local/opt/python/bin:/usr/local/opt/cppunit/bin:/usr/local/opt/gsl/bin:/usr/local/opt/fftw/bin:/usr/local/opt/pcre/bin:/usr/local/opt/swig/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/cairo/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/usr/local/opt/pygobject/bin:/usr/local/opt/pygtk/bin:/usr/local/opt/sdl/bin:/usr/local/opt/orc/bin:/usr/local/opt/gnuradio/bin:/usr/local/opt/git/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin |
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
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o main.o applications/gqrx/main.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o main.o applications/gqrx/main.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o mainwindow.o applications/gqrx/mainwindow.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o mainwindow.o applications/gqrx/mainwindow.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o receiver.o applications/gqrx/receiver.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o receiver.o applications/gqrx/receiver.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o cafsk12.o dsp/afsk1200/cafsk12.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o cafsk12.o dsp/afsk1200/cafsk12.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang called with: -c -pipe -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o costabf.o dsp/afsk1200/costabf.c | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang -pipe -w -Os -march=core2 -c -pipe -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o costabf.o dsp/afsk1200/costabf.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o agc_impl.o dsp/agc_impl.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o agc_impl.o dsp/agc_impl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o correct_iq_cc.o dsp/correct_iq_cc.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o correct_iq_cc.o dsp/correct_iq_cc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o lpf.o dsp/lpf.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o lpf.o dsp/lpf.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o resampler_xx.o dsp/resampler_xx.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o resampler_xx.o dsp/resampler_xx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_am.o dsp/rx_demod_am.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_am.o dsp/rx_demod_am.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_fm.o dsp/rx_demod_fm.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_demod_fm.o dsp/rx_demod_fm.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_fft.o dsp/rx_fft.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_fft.o dsp/rx_fft.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_filter.o dsp/rx_filter.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_filter.o dsp/rx_filter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_meter.o dsp/rx_meter.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_meter.o dsp/rx_meter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_agc_xx.o dsp/rx_agc_xx.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_agc_xx.o dsp/rx_agc_xx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o rx_noise_blanker_cc.o dsp/rx_noise_blanker_cc.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o rx_noise_blanker_cc.o dsp/rx_noise_blanker_cc.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o sniffer_f.o dsp/sniffer_f.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o sniffer_f.o dsp/sniffer_f.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o stereo_demod.o dsp/stereo_demod.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o stereo_demod.o dsp/stereo_demod.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o afsk1200win.o qtgui/afsk1200win.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o afsk1200win.o qtgui/afsk1200win.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o agc_options.o qtgui/agc_options.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o agc_options.o qtgui/agc_options.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o demod_options.o qtgui/demod_options.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o demod_options.o qtgui/demod_options.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockinputctl.o qtgui/dockinputctl.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o dockinputctl.o qtgui/dockinputctl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockaudio.o qtgui/dockaudio.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o dockaudio.o qtgui/dockaudio.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockfft.o qtgui/dockfft.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o dockfft.o qtgui/dockfft.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockiqplayer.o qtgui/dockiqplayer.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o dockiqplayer.o qtgui/dockiqplayer.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o dockrxopt.o qtgui/dockrxopt.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o dockrxopt.o qtgui/dockrxopt.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o freqctrl.o qtgui/freqctrl.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o freqctrl.o qtgui/freqctrl.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o ioconfig.o qtgui/ioconfig.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o ioconfig.o qtgui/ioconfig.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o meter.o qtgui/meter.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o meter.o qtgui/meter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o nb_options.o qtgui/nb_options.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o nb_options.o qtgui/nb_options.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o plotter.o qtgui/plotter.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o plotter.o qtgui/plotter.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o nbrx.o receivers/nbrx.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o nbrx.o receivers/nbrx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o receiver_base.o receivers/receiver_base.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o receiver_base.o receivers/receiver_base.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
clang++ called with: -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -I/opt/local/include -I. -I. -F/usr/local/Cellar/qt/4.8.6/lib -o wfmrx.o receivers/wfmrx.cpp | |
superenv removed: -O2 -arch x86_64 -Wall -W -I/usr/local/include -I/opt/local/include | |
superenv added: -w -Os -march=core2 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
superenv executed: clang++ -pipe -w -Os -march=core2 -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="" -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I/usr/local/Cellar/gnuradio/3.6.5.1/include/gnuradio -I/usr/local/Cellar/gr-osmosdr/HEAD/include/osmosdr -F/usr/local/Cellar/qt/4.8.6/lib -o wfmrx.o receivers/wfmrx.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/opt/X11/include -isystem/opt/X11/include/freetype2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/openssl/include -I/usr/local/opt/gettext/include -I/usr/local/opt/icu4c/include | |
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.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 889285ce0911bc9a49e5b31f6b080c5118d057fd | |
Last commit: 3 days ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit core2 | |
OS X: 10.10.2-x86_64 | |
Xcode: 6.1.1 | |
CLT: 6.1.1.0.1.1416017670 | |
Clang: 6.0 build 600 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/fastjack/.rvm/rubies/ruby-2.2.0/bin/ruby | |
Java: 1.8.0_20 |
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: Broken symlinks were found. Remove them with `brew prune`: | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo8.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logo9.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logobf10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logod10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logosl10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logosl8.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/logosl9.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/manfnt.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy10.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy5.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy6.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy7.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy8.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasy9.pfb | |
/usr/local/share/ghostscript/9.10/Resource/Font/wasyb10.pfb | |
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: | |
/usr/local/CrossPack-AVR/bin/libusb-config | |
/opt/chefdk/embedded/bin/ncurses5-config | |
/opt/chefdk/embedded/bin/ncursesw5-config | |
/opt/chefdk/embedded/bin/pkg-config | |
/opt/chefdk/embedded/bin/xml2-config | |
/opt/chefdk/embedded/bin/xslt-config | |
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: You have uncommitted modifications to Homebrew | |
If this a surprise to you, then you should stash these modifications. | |
Stashing returns Homebrew to a pristine state but can be undone | |
should you later need to do so for some reason. | |
cd /usr/local/Library && git stash && git clean -d -f | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install libgcrypt | |
Run `brew missing` for more details. | |
Warning: Homebrew's sbin was not found in your PATH but you have installed | |
formulae that put executables in /usr/local/sbin. | |
Consider setting the PATH for example like so | |
echo export PATH='/usr/local/sbin:$PATH' >> ~/.bash_profile | |
Warning: Your Homebrew is outdated. | |
You haven't updated for at least 24 hours. This is a long time in brewland! | |
To update Homebrew, run `brew update`. | |
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
Formula: gqrx | |
Tap: robotastic/homebrew-hackrf | |
Path: /usr/local/Library/Taps/robotastic/homebrew-hackrf/gqrx.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment