Skip to content

Instantly share code, notes, and snippets.

Created October 8, 2015 12:54
Show Gist options
  • Save anonymous/bf40376dd99c20059921 to your computer and use it in GitHub Desktop.
Save anonymous/bf40376dd99c20059921 to your computer and use it in GitHub Desktop.
2015-10-08 08:52:10 -0400
cmake
..
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cubicsdr/HEAD
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 6.0.0.6000057
-- The CXX compiler identification is AppleClang 6.0.0.6000057
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
64 bit compiler detected
-- Found OpenGL: /System/Library/Frameworks/OpenGL.framework
-- Found wxWidgets: TRUE
-- Copying /tmp/cubicsdr20151008-5063-1paughi/font/*.fnt to directory /tmp/cubicsdr20151008-5063-1paughi/build/x64
-- Configuring file vera_sans_mono12.fnt
-- Configuring file vera_sans_mono16.fnt
-- Configuring file vera_sans_mono18.fnt
-- Configuring file vera_sans_mono24.fnt
-- Configuring file vera_sans_mono32.fnt
-- Configuring file vera_sans_mono48.fnt
-- Copying /tmp/cubicsdr20151008-5063-1paughi/font/*.png to directory /tmp/cubicsdr20151008-5063-1paughi/build/x64
-- Configuring file vera_sans_mono12_0.png
-- Configuring file vera_sans_mono16_0.png
-- Configuring file vera_sans_mono18_0.png
-- Configuring file vera_sans_mono24_0.png
-- Configuring file vera_sans_mono32_0.png
-- Configuring file vera_sans_mono48_0.png
-- Copying /tmp/cubicsdr20151008-5063-1paughi/icon/CubicSDR.ico to directory /tmp/cubicsdr20151008-5063-1paughi/build/x64
-- Configuring file CubicSDR.ico
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cubicsdr20151008-5063-1paughi/build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_21a3c.dir/testCCompiler.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_21a3c.dir/testCCompiler.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21a3c.dir/testCCompiler.c.o -o cmTC_21a3c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_21a3c.dir/testCCompiler.c.o -o cmTC_21a3c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_ac893.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_ac893.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_ac893.dir/CMakeCCompilerABI.c.o -o cmTC_ac893
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_ac893.dir/CMakeCCompilerABI.c.o -o cmTC_ac893 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c11 -o CMakeFiles/cmTC_466aa.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_466aa.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_466aa.dir/feature_tests.c.o -o cmTC_466aa
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_466aa.dir/feature_tests.c.o -o cmTC_466aa -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c99 -o CMakeFiles/cmTC_01ea0.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_01ea0.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01ea0.dir/feature_tests.c.o -o cmTC_01ea0
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01ea0.dir/feature_tests.c.o -o cmTC_01ea0 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c90 -o CMakeFiles/cmTC_1afbf.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_1afbf.dir/feature_tests.c.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1afbf.dir/feature_tests.c.o -o cmTC_1afbf
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1afbf.dir/feature_tests.c.o -o cmTC_1afbf -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_66001.dir/testCXXCompiler.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_66001.dir/testCXXCompiler.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66001.dir/testCXXCompiler.cxx.o -o cmTC_66001
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66001.dir/testCXXCompiler.cxx.o -o cmTC_66001 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_dfe16.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_dfe16.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dfe16.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dfe16
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_dfe16.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_dfe16 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1y -o CMakeFiles/cmTC_01414.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_01414.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01414.dir/feature_tests.cxx.o -o cmTC_01414
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_01414.dir/feature_tests.cxx.o -o cmTC_01414 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++11 -o CMakeFiles/cmTC_786e8.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_786e8.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_786e8.dir/feature_tests.cxx.o -o cmTC_786e8
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_786e8.dir/feature_tests.cxx.o -o cmTC_786e8 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++98 -o CMakeFiles/cmTC_2c60a.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_2c60a.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c60a.dir/feature_tests.cxx.o -o cmTC_2c60a
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2c60a.dir/feature_tests.cxx.o -o cmTC_2c60a -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-10-08 08:52:13 -0400
make
/usr/local/Cellar/cmake/3.3.2/bin/cmake -H/tmp/cubicsdr20151008-5063-1paughi -B/tmp/cubicsdr20151008-5063-1paughi/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/CubicSDR.dir/build.make CMakeFiles/CubicSDR.dir/depend
cd /tmp/cubicsdr20151008-5063-1paughi/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cubicsdr20151008-5063-1paughi /tmp/cubicsdr20151008-5063-1paughi /tmp/cubicsdr20151008-5063-1paughi/build /tmp/cubicsdr20151008-5063-1paughi/build /tmp/cubicsdr20151008-5063-1paughi/build/CMakeFiles/CubicSDR.dir/DependInfo.cmake --color=
Scanning dependencies of target CubicSDR
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/CubicSDR.dir/build.make CMakeFiles/CubicSDR.dir/build
[ 7%] Building CXX object CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o
[ 7%] Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.6-beta-issue140\" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppConfig.cpp
[ 7%] Building CXX object CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.6-beta-issue140\" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/FrequencyDialog.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.6-beta-issue140\" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppFrame.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.6-beta-issue140\" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.cpp
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/FrequencyDialog.cpp:1:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/FrequencyDialog.h:7:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorThread.h:56:5: error: unknown type name 'freqdem'; did you mean 'freqmodem'?
freqdem demodFM;
^~~~~~~
freqmodem
/usr/local/include/liquid/liquid.h:3129:30: note: 'freqmodem' declared here
typedef struct freqmodem_s * freqmodem;
^
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/AppFrame.cpp:1:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/AppFrame.h:4:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorThread.h:56:5: error: unknown type name 'freqdem'; did you mean 'freqmodem'?
freqdem demodFM;
^~~~~~~
freqmodem
/usr/local/include/liquid/liquid.h:3129:30: note: 'freqmodem' declared here
typedef struct freqmodem_s * freqmodem;
^
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/AppConfig.cpp:2:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorThread.h:56:5: error: unknown type name 'freqdem'; did you mean 'freqmodem'?
freqdem demodFM;
^~~~~~~
freqmodem
/usr/local/include/liquid/liquid.h:3129:30: note: 'freqmodem' declared here
typedef struct freqmodem_s * freqmodem;
^
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.cpp:15:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151008-5063-1paughi/src/demod/DemodulatorThread.h:56:5: error: unknown type name 'freqdem'; did you mean 'freqmodem'?
freqdem demodFM;
^~~~~~~
freqmodem
/usr/local/include/liquid/liquid.h:3129:30: note: 'freqmodem' declared here
typedef struct freqmodem_s * freqmodem;
^
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o] Error 1
make[1]: *** [CMakeFiles/CubicSDR.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: d60f75135ecf1a667539700ad7916cefbcc98480
Last commit: 10 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.2
CLT: 6.2.0.0.1.1424975374
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/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/libusb/lib/pkgconfig:/usr/local/opt/librtlsdr/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/fftw/bin:/usr/local/opt/librtlsdr/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libpng/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/wxmac/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang++ called with: -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.cpp
superenv removed: -I/opt/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/CubicSDR.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppConfig.cpp
superenv removed: -I/opt/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppConfig.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppFrame.cpp
superenv removed: -I/opt/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/AppFrame.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/opt/local/include -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/FrequencyDialog.cpp
superenv removed: -I/opt/local/include
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.6-beta-issue140" -DHAVE_TYPE_TRAITS=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/usr/local/Cellar/wxmac/3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I/tmp/cubicsdr20151008-5063-1paughi/src/sdr -I/tmp/cubicsdr20151008-5063-1paughi/src/demod -I/tmp/cubicsdr20151008-5063-1paughi/src/audio -I/tmp/cubicsdr20151008-5063-1paughi/src/util -I/tmp/cubicsdr20151008-5063-1paughi/src/panel -I/tmp/cubicsdr20151008-5063-1paughi/src/visual -I/tmp/cubicsdr20151008-5063-1paughi/src/process -I/tmp/cubicsdr20151008-5063-1paughi/src/ui -I/tmp/cubicsdr20151008-5063-1paughi/src -I/tmp/cubicsdr20151008-5063-1paughi/external/rtaudio -I/tmp/cubicsdr20151008-5063-1paughi/external/lodepng -I/tmp/cubicsdr20151008-5063-1paughi/external/tinyxml -I/tmp/cubicsdr20151008-5063-1paughi/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.9 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151008-5063-1paughi/src/FrequencyDialog.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: d60f75135ecf1a667539700ad7916cefbcc98480
Last commit: 12 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
OS X: 10.9.5-x86_64
Xcode: 6.2
CLT: 6.2.0.0.1.1424975374
Clang: 6.0 build 600
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60
Your system is ready to brew.
Formula: cubicsdr
Tap: dholm/homebrew-sdr
Path: /usr/local/Library/Taps/dholm/homebrew-sdr/cubicsdr.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment