Skip to content

Instantly share code, notes, and snippets.

@girving
Created November 16, 2015 00:44
Show Gist options
  • Save girving/cd1c53250ead4902e46a to your computer and use it in GitHub Desktop.
Save girving/cd1c53250ead4902e46a to your computer and use it in GitHub Desktop.
2015-11-15 16:43:49 -0800
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 7.0.0.7000176
-- The CXX compiler identification is AppleClang 7.0.0.7000176
-- 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: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework
-- Found FFTW: /usr/local/lib/libfftw3.dylib
-- Found LIQUID: /usr/local/lib/libliquid.dylib
-- Found wxWidgets: TRUE
-- Copying /tmp/cubicsdr20151115-30539-1i4otjj/font/*.fnt to directory /tmp/cubicsdr20151115-30539-1i4otjj/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/cubicsdr20151115-30539-1i4otjj/font/*.png to directory /tmp/cubicsdr20151115-30539-1i4otjj/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/cubicsdr20151115-30539-1i4otjj/icon/CubicSDR.ico to directory /tmp/cubicsdr20151115-30539-1i4otjj/build/x64
-- Configuring file CubicSDR.ico
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cubicsdr20151115-30539-1i4otjj/build
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ CMakeCXXCompilerId.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_9025e.dir/testCCompiler.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_9025e.dir/testCCompiler.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/CMakeTmp/testCCompiler.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9025e.dir/testCCompiler.c.o -o cmTC_9025e
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_9025e.dir/testCCompiler.c.o -o cmTC_9025e -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_8ddd6.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_8ddd6.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCCompilerABI.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_8ddd6.dir/CMakeCCompilerABI.c.o -o cmTC_8ddd6
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_8ddd6.dir/CMakeCCompilerABI.c.o -o cmTC_8ddd6 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c11 -o CMakeFiles/cmTC_87913.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_87913.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_87913.dir/feature_tests.c.o -o cmTC_87913
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_87913.dir/feature_tests.c.o -o cmTC_87913 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c99 -o CMakeFiles/cmTC_e0fc5.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_e0fc5.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e0fc5.dir/feature_tests.c.o -o cmTC_e0fc5
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_e0fc5.dir/feature_tests.c.o -o cmTC_e0fc5 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c90 -o CMakeFiles/cmTC_dc4ee.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_dc4ee.dir/feature_tests.c.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_dc4ee.dir/feature_tests.c.o -o cmTC_dc4ee
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_dc4ee.dir/feature_tests.c.o -o cmTC_dc4ee -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_c7e70.dir/testCXXCompiler.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_c7e70.dir/testCXXCompiler.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c7e70.dir/testCXXCompiler.cxx.o -o cmTC_c7e70
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_c7e70.dir/testCXXCompiler.cxx.o -o cmTC_c7e70 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_7e715.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_7e715.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.4.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_7e715.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7e715
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_7e715.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_7e715 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++14 -o CMakeFiles/cmTC_7a9fc.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++14 -o CMakeFiles/cmTC_7a9fc.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_7a9fc.dir/feature_tests.cxx.o -o cmTC_7a9fc
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_7a9fc.dir/feature_tests.cxx.o -o cmTC_7a9fc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++11 -o CMakeFiles/cmTC_8e16a.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_8e16a.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8e16a.dir/feature_tests.cxx.o -o cmTC_8e16a
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_8e16a.dir/feature_tests.cxx.o -o cmTC_8e16a -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++98 -o CMakeFiles/cmTC_8bd0c.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_8bd0c.dir/feature_tests.cxx.o -c /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8bd0c.dir/feature_tests.cxx.o -o cmTC_8bd0c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/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_8bd0c.dir/feature_tests.cxx.o -o cmTC_8bd0c -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-11-15 16:43:51 -0800
make
/usr/local/Cellar/cmake/3.4.0/bin/cmake -H/tmp/cubicsdr20151115-30539-1i4otjj -B/tmp/cubicsdr20151115-30539-1i4otjj/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_progress_start /tmp/cubicsdr20151115-30539-1i4otjj/build/CMakeFiles /tmp/cubicsdr20151115-30539-1i4otjj/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/cubicsdr20151115-30539-1i4otjj/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cubicsdr20151115-30539-1i4otjj /tmp/cubicsdr20151115-30539-1i4otjj /tmp/cubicsdr20151115-30539-1i4otjj/build /tmp/cubicsdr20151115-30539-1i4otjj/build /tmp/cubicsdr20151115-30539-1i4otjj/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
[ 3%] Building CXX object CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o
[ 7%] Building CXX object CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o
[ 8%] Building CXX object CMakeFiles/CubicSDR.dir/src/IOThread.cpp.o
[ 7%] Building CXX object CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o
[ 8%] Building CXX object CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/IOThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/IOThread.cpp
[ 12%] Building CXX object CMakeFiles/CubicSDR.dir/src/sdr/SDRDeviceInfo.cpp.o
[ 12%] Building CXX object CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/FrequencyDialog.cpp
[ 14%] Building CXX object CMakeFiles/CubicSDR.dir/src/sdr/SDREnumerator.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppConfig.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDREnumerator.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDREnumerator.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRDeviceInfo.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRDeviceInfo.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppFrame.cpp
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.cpp
[ 15%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorPreThread.cpp
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp:1:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.h:6:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SoapySDRThread.h:6:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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;
^
[ 17%] Building CXX object CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o
/usr/local/Library/ENV/4.3/clang++ -DCUBICSDR_VERSION=\"0.1.16-alpha-\" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER=\"/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/\" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:2:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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;
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:21:15: error: use of undeclared identifier 'freqdem_create'; did you mean 'modem_create'?
demodFM = freqdem_create(0.5);
^~~~~~~~~~~~~~
modem_create
/usr/local/include/liquid/liquid.h:3023:7: note: 'modem_create' declared here
modem modem_create(modulation_scheme _scheme);
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:21:30: error: cannot initialize a parameter of type 'modulation_scheme' with an rvalue of type 'double'
demodFM = freqdem_create(0.5);
^~~
/usr/local/include/liquid/liquid.h:3023:38: note: passing argument to parameter '_scheme' here
modem modem_create(modulation_scheme _scheme);
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:190:13: error: use of undeclared identifier 'freqdem_reset'; did you mean 'freqmodem_reset'?
freqdem_reset(demodFM);
^~~~~~~~~~~~~
freqmodem_reset
/usr/local/include/liquid/liquid.h:3146:6: note: 'freqmodem_reset' declared here
void freqmodem_reset(freqmodem _fm);
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:242:9: error: use of undeclared identifier 'agc_crcf_execute_block'
agc_crcf_execute_block(iqAutoGain, &(inp->data[0]), bufSize, &agcData[0]);
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:265:13: error: use of undeclared identifier 'freqdem_demodulate_block'; did you mean 'modem_demodulate_soft'?
freqdem_demodulate_block(demodFM, &(*inputData)[0], bufSize, &demodOutputData[0]);
^~~~~~~~~~~~~~~~~~~~~~~~
modem_demodulate_soft
/usr/local/include/liquid/liquid.h:3064:6: note: 'modem_demodulate_soft' declared here
void modem_demodulate_soft(modem _demod,
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:265:38: error: cannot initialize a parameter of type 'modem' (aka 'modem_s *') with an lvalue of type 'freqmodem' (aka 'freqmodem_s *')
freqdem_demodulate_block(demodFM, &(*inputData)[0], bufSize, &demodOutputData[0]);
^~~~~~~
/usr/local/include/liquid/liquid.h:3064:34: note: passing argument to parameter '_demod' here
void modem_demodulate_soft(modem _demod,
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp:818:21: error: use of undeclared identifier 'freqdem_reset'; did you mean 'freqmodem_reset'?
freqdem_reset(demodFM);
^~~~~~~~~~~~~
freqmodem_reset
/usr/local/include/liquid/liquid.h:3146:6: note: 'freqmodem_reset' declared here
void freqmodem_reset(freqmodem _fm);
^
8 errors generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/FrequencyDialog.cpp:1:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/FrequencyDialog.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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/cubicsdr20151115-30539-1i4otjj/src/AppFrame.cpp:1:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/AppFrame.h:8:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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/cubicsdr20151115-30539-1i4otjj/src/AppConfig.cpp:2:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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/cubicsdr20151115-30539-1i4otjj/src/sdr/SDREnumerator.cpp:4:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.cpp:14:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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;
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp:23:16: error: use of undeclared identifier 'iirfilt_crcf_create_dc_blocker'
dcFilter = iirfilt_crcf_create_dc_blocker(0.0005);
^
/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp:306:25: error: use of undeclared identifier 'iirfilt_crcf_execute_block'
iirfilt_crcf_execute_block(dcFilter, &dcBuf[0], chanDataSize, &demodDataOut->data[0]);
^
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorPreThread.cpp:9:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.h:10:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/visual/PrimaryGLContext.h:11:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorMgr.h:7:
In file included from /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorInstance.h:7:
/tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.h:67: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.
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o] Error 1
make[2]: *** [CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o] Error 1
3 errors generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o] Error 1
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/sdr/SDREnumerator.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
1 error generated.
make[2]: *** [CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.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: 5ca60131b99949f68fc01269aa8abb55496a0e3e
Last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.1-x86_64
Xcode: 7.1.1
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p645
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_20, 1.6.0_65-b14-468
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
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.11
HOMEBREW_VERBOSE: 1
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
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/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRPostThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRPostThread.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppFrame.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppFrame.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppFrame.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDREnumerator.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDREnumerator.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDREnumerator.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDREnumerator.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/CubicSDR.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/CubicSDR.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/FrequencyDialog.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/FrequencyDialog.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/FrequencyDialog.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/IOThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/IOThread.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/IOThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/IOThread.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppConfig.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/AppConfig.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/AppConfig.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRDeviceInfo.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRDeviceInfo.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/sdr/SDRDeviceInfo.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/sdr/SDRDeviceInfo.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorPreThread.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorPreThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorPreThread.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang++ called with: -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=1 -DWXUSINGDLL -D_FILE_OFFSET_BITS=64 -D__MACOSX_CORE__ -D__WXMAC__ -D__WXOSX_COCOA__ -D__WXOSX__ -DwxDEBUG_LEVEL=0 -I/usr/local/include -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/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp
superenv removed: -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang++ -pipe -w -Os -march=native -DCUBICSDR_VERSION="0.1.16-alpha-" -DHAVE_TYPE_TRAITS=1 -DRES_FOLDER="/usr/local/Cellar/cubicsdr/HEAD/share/cubicsdr/" -DUSE_SOAPY_SDR=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/lib/wx/include/osx_cocoa-unicode-3.0 -I/usr/local/Cellar/wxmac/3.0.2/include/wx-3.0 -I/tmp/cubicsdr20151115-30539-1i4otjj/src/forms/SDRDevices -I/tmp/cubicsdr20151115-30539-1i4otjj/src/sdr -I/tmp/cubicsdr20151115-30539-1i4otjj/src/demod -I/tmp/cubicsdr20151115-30539-1i4otjj/src/audio -I/tmp/cubicsdr20151115-30539-1i4otjj/src/util -I/tmp/cubicsdr20151115-30539-1i4otjj/src/panel -I/tmp/cubicsdr20151115-30539-1i4otjj/src/visual -I/tmp/cubicsdr20151115-30539-1i4otjj/src/process -I/tmp/cubicsdr20151115-30539-1i4otjj/src/ui -I/tmp/cubicsdr20151115-30539-1i4otjj/src -I/tmp/cubicsdr20151115-30539-1i4otjj/external/rtaudio -I/tmp/cubicsdr20151115-30539-1i4otjj/external/lodepng -I/tmp/cubicsdr20151115-30539-1i4otjj/external/tinyxml -I/tmp/cubicsdr20151115-30539-1i4otjj/external/cubicvr2/math -std=c++0x -pthread -mmacosx-version-min=10.10 -o CMakeFiles/CubicSDR.dir/src/demod/DemodulatorThread.cpp.o -c /tmp/cubicsdr20151115-30539-1i4otjj/src/demod/DemodulatorThread.cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 5ca60131b99949f68fc01269aa8abb55496a0e3e
Last commit: 3 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit haswell
OS X: 10.11.1-x86_64
Xcode: 7.1.1
CLT: N/A
Clang: 7.0 build 700
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p645
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_20, 1.6.0_65-b14-468
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