Created
November 15, 2015 22:09
-
-
Save girving/a0e2ad4e66dd24810cce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-11-15 14:09:03 -0800 | |
| cmake | |
| .. | |
| -DCMAKE_SHARED_LINKER_FLAGS='-Wl,-undefined,dynamic_lookup' | |
| -DPYTHON_LIBRARY='/usr/local/lib/libgnuradio-runtime.dylib' | |
| -DCMAKE_C_FLAGS_RELEASE= | |
| -DCMAKE_CXX_FLAGS_RELEASE= | |
| -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/soapysdr/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 | |
| -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
| -- | |
| -- ############################################# | |
| -- ## Begin configuration for Python support... | |
| -- ############################################# | |
| -- Enabling optional Python bindings if possible... | |
| -- Found SWIG: /usr/local/bin/swig (found version "3.0.7") | |
| -- SWIG_FOUND: TRUE - 3.0.7 | |
| -- Found PythonInterp: /usr/bin/python (found version "2.7.10") | |
| -- PYTHONINTERP_FOUND: TRUE - 2.7.10 | |
| -- PYTHON_EXECUTABLE: /usr/bin/python | |
| -- PYTHON_INSTALL_DIR: ${prefix}/lib/python2.7/site-packages | |
| -- Found PythonLibs: /usr/local/lib/libgnuradio-runtime.dylib (found version "2.7.10") | |
| -- PYTHONLIBS_FOUND: TRUE - 2.7.10 | |
| -- PYTHON_INCLUDE_DIRS: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 | |
| -- PYTHON_LIBRARIES: /usr/local/lib/libgnuradio-runtime.dylib | |
| -- | |
| -- ############################################# | |
| -- ## Begin configuration for Python3 support... | |
| -- ############################################# | |
| -- Enabling optional Python3 bindings if possible... | |
| -- SWIG_FOUND: TRUE - 3.0.7 | |
| -- Found Python3Interp: /usr/local/bin/python3 | |
| -- Could NOT find Python3InterpDbg (missing: PYTHON3_DBG_EXECUTABLE) | |
| -- PYTHON3INTERP_FOUND: TRUE | |
| -- PYTHON3_EXECUTABLE: /usr/local/bin/python3 | |
| Failed to import the site module | |
| Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x! | |
| PYTHONPATH is currently: "/usr/local/lib/python2.7/site-packages" | |
| You should `unset PYTHONPATH` to fix this. | |
| -- PYTHON3_INSTALL_DIR: ${prefix}/ | |
| Failed to import the site module | |
| Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x! | |
| PYTHONPATH is currently: "/usr/local/lib/python2.7/site-packages" | |
| You should `unset PYTHONPATH` to fix this. | |
| Failed to import the site module | |
| Your PYTHONPATH points to a site-packages dir for Python 2.x but you are running Python 3.x! | |
| PYTHONPATH is currently: "/usr/local/lib/python2.7/site-packages" | |
| You should `unset PYTHONPATH` to fix this. | |
| -- Could NOT find Python3Libs (missing: PYTHON3_LIBRARIES PYTHON3_INCLUDE_DIRS) | |
| -- PYTHON3LIBS_FOUND :FALSE | |
| -- PYTHON3_INCLUDE_DIRS: | |
| -- PYTHON3_LIBRARIES: | |
| -- | |
| -- ###################################################### | |
| -- ## SoapySDR enabled features | |
| -- ###################################################### | |
| -- | |
| * Library , runtime library v0.4.0-gf286444f | |
| * Tests , library unit tests | |
| * Python , python bindings v2.7.10 | |
| -- ###################################################### | |
| -- ## SoapySDR disabled features | |
| -- ###################################################### | |
| -- | |
| * Docs , doxygen documentation | |
| * Python3 , python3 bindings | |
| -- Install prefix: /usr/local/Cellar/soapysdr/HEAD | |
| -- Configuring done | |
| -- Generating done | |
| -- Build files have been written to: /tmp/soapysdr20151115-25438-iyfe72/build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang called with: 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_b71cd.dir/testCCompiler.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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_b71cd.dir/testCCompiler.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_b71cd.dir/testCCompiler.c.o -o cmTC_b71cd | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_b71cd.dir/testCCompiler.c.o -o cmTC_b71cd -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_3ed23.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_3ed23.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 -Wl,-undefined,dynamic_lookup -v -Wl,-v CMakeFiles/cmTC_3ed23.dir/CMakeCCompilerABI.c.o -o cmTC_3ed23 | |
| 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 -Wl,-undefined,dynamic_lookup -v -Wl,-v CMakeFiles/cmTC_3ed23.dir/CMakeCCompilerABI.c.o -o cmTC_3ed23 -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_e4ebf.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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_e4ebf.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_e4ebf.dir/feature_tests.c.o -o cmTC_e4ebf | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_e4ebf.dir/feature_tests.c.o -o cmTC_e4ebf -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_731d5.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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_731d5.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_731d5.dir/feature_tests.c.o -o cmTC_731d5 | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_731d5.dir/feature_tests.c.o -o cmTC_731d5 -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_3da53.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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_3da53.dir/feature_tests.c.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_3da53.dir/feature_tests.c.o -o cmTC_3da53 | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_3da53.dir/feature_tests.c.o -o cmTC_3da53 -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_ed847.dir/testCXXCompiler.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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_ed847.dir/testCXXCompiler.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_ed847.dir/testCXXCompiler.cxx.o -o cmTC_ed847 | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_ed847.dir/testCXXCompiler.cxx.o -o cmTC_ed847 -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_5c7d8.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_5c7d8.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 -Wl,-undefined,dynamic_lookup -v -Wl,-v CMakeFiles/cmTC_5c7d8.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5c7d8 | |
| 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 -Wl,-undefined,dynamic_lookup -v -Wl,-v CMakeFiles/cmTC_5c7d8.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_5c7d8 -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_44879.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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_44879.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_44879.dir/feature_tests.cxx.o -o cmTC_44879 | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_44879.dir/feature_tests.cxx.o -o cmTC_44879 -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_eeacd.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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_eeacd.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_eeacd.dir/feature_tests.cxx.o -o cmTC_eeacd | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_eeacd.dir/feature_tests.cxx.o -o cmTC_eeacd -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_e4cda.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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_e4cda.dir/feature_tests.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_e4cda.dir/feature_tests.cxx.o -o cmTC_e4cda | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/cmTC_e4cda.dir/feature_tests.cxx.o -o cmTC_e4cda -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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2015-11-15 14:09:06 -0800 | |
| make | |
| install | |
| /usr/local/Cellar/cmake/3.4.0/bin/cmake -H/tmp/soapysdr20151115-25438-iyfe72 -B/tmp/soapysdr20151115-25438-iyfe72/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
| /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_progress_start /tmp/soapysdr20151115-25438-iyfe72/build/CMakeFiles /tmp/soapysdr20151115-25438-iyfe72/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 lib/CMakeFiles/SoapySDR.dir/build.make lib/CMakeFiles/SoapySDR.dir/depend | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soapysdr20151115-25438-iyfe72 /tmp/soapysdr20151115-25438-iyfe72/lib /tmp/soapysdr20151115-25438-iyfe72/build /tmp/soapysdr20151115-25438-iyfe72/build/lib /tmp/soapysdr20151115-25438-iyfe72/build/lib/CMakeFiles/SoapySDR.dir/DependInfo.cmake --color= | |
| Scanning dependencies of target SoapySDR | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f lib/CMakeFiles/SoapySDR.dir/build.make lib/CMakeFiles/SoapySDR.dir/build | |
| [ 10%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Device.cpp.o | |
| [ 10%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Registry.cpp.o | |
| [ 23%] Building CXX object lib/CMakeFiles/SoapySDR.dir/NullDevice.cpp.o | |
| [ 23%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Errors.cpp.o | |
| [ 23%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Types.cpp.o | |
| [ 16%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Factory.cpp.o | |
| [ 26%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Formats.cpp.o | |
| [ 26%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Logger.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Registry.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Registry.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Formats.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Formats.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Errors.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Errors.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Logger.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Logger.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/NullDevice.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Types.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Types.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Factory.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Factory.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Device.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Device.cpp | |
| [ 30%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Modules.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Modules.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Modules.cpp | |
| [ 33%] Building CXX object lib/CMakeFiles/SoapySDR.dir/Version.cpp.o | |
| [ 36%] Building CXX object lib/CMakeFiles/SoapySDR.dir/TypesC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/TypesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TypesC.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Version.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Version.cpp | |
| [ 40%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ModulesC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ModulesC.cpp | |
| [ 43%] Building CXX object lib/CMakeFiles/SoapySDR.dir/VersionC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/VersionC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/VersionC.cpp | |
| [ 46%] Building CXX object lib/CMakeFiles/SoapySDR.dir/DeviceC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/DeviceC.cpp | |
| [ 50%] Building CXX object lib/CMakeFiles/SoapySDR.dir/FactoryC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FactoryC.cpp | |
| [ 53%] Building CXX object lib/CMakeFiles/SoapySDR.dir/LoggerC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/LoggerC.cpp | |
| [ 56%] Building CXX object lib/CMakeFiles/SoapySDR.dir/TimeC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/TimeC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TimeC.cpp | |
| [ 60%] Building CXX object lib/CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ErrorsC.cpp | |
| [ 63%] Building CXX object lib/CMakeFiles/SoapySDR.dir/FormatsC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Library/ENV/4.3/clang++ -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FormatsC.cpp | |
| [ 66%] Linking CXX shared library libSoapySDR.dylib | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_link_script CMakeFiles/SoapySDR.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -flat_namespace -compatibility_version 0.4.0 -current_version 0.4.0 -o libSoapySDR.0.4.0.dylib -install_name /tmp/soapysdr20151115-25438-iyfe72/build/lib/libSoapySDR.0.4-2.dylib CMakeFiles/SoapySDR.dir/Device.cpp.o CMakeFiles/SoapySDR.dir/Factory.cpp.o CMakeFiles/SoapySDR.dir/Registry.cpp.o CMakeFiles/SoapySDR.dir/Types.cpp.o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o CMakeFiles/SoapySDR.dir/Logger.cpp.o CMakeFiles/SoapySDR.dir/Errors.cpp.o CMakeFiles/SoapySDR.dir/Formats.cpp.o CMakeFiles/SoapySDR.dir/Modules.cpp.o CMakeFiles/SoapySDR.dir/Version.cpp.o CMakeFiles/SoapySDR.dir/TypesC.cpp.o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o CMakeFiles/SoapySDR.dir/VersionC.cpp.o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o CMakeFiles/SoapySDR.dir/TimeC.cpp.o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/lib && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_symlink_library libSoapySDR.0.4.0.dylib libSoapySDR.0.4-2.dylib libSoapySDR.dylib | |
| [ 66%] Built target SoapySDR | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/SoapySDRUtil.dir/build.make apps/CMakeFiles/SoapySDRUtil.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f tests/CMakeFiles/TestFormatParser.dir/build.make tests/CMakeFiles/TestFormatParser.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f tests/CMakeFiles/TestTimeConversion.dir/build.make tests/CMakeFiles/TestTimeConversion.dir/depend | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/_SoapySDR.dir/build.make python/CMakeFiles/_SoapySDR.dir/depend | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soapysdr20151115-25438-iyfe72 /tmp/soapysdr20151115-25438-iyfe72/apps /tmp/soapysdr20151115-25438-iyfe72/build /tmp/soapysdr20151115-25438-iyfe72/build/apps /tmp/soapysdr20151115-25438-iyfe72/build/apps/CMakeFiles/SoapySDRUtil.dir/DependInfo.cmake --color= | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soapysdr20151115-25438-iyfe72 /tmp/soapysdr20151115-25438-iyfe72/tests /tmp/soapysdr20151115-25438-iyfe72/build /tmp/soapysdr20151115-25438-iyfe72/build/tests /tmp/soapysdr20151115-25438-iyfe72/build/tests/CMakeFiles/TestFormatParser.dir/DependInfo.cmake --color= | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soapysdr20151115-25438-iyfe72 /tmp/soapysdr20151115-25438-iyfe72/tests /tmp/soapysdr20151115-25438-iyfe72/build /tmp/soapysdr20151115-25438-iyfe72/build/tests /tmp/soapysdr20151115-25438-iyfe72/build/tests/CMakeFiles/TestTimeConversion.dir/DependInfo.cmake --color= | |
| [ 70%] Swig source | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/python && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E make_directory /tmp/soapysdr20151115-25438-iyfe72/build/python | |
| Scanning dependencies of target TestTimeConversion | |
| Scanning dependencies of target TestFormatParser | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f tests/CMakeFiles/TestTimeConversion.dir/build.make tests/CMakeFiles/TestTimeConversion.dir/build | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f tests/CMakeFiles/TestFormatParser.dir/build.make tests/CMakeFiles/TestFormatParser.dir/build | |
| Scanning dependencies of target SoapySDRUtil | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f apps/CMakeFiles/SoapySDRUtil.dir/build.make apps/CMakeFiles/SoapySDRUtil.dir/build | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/python && /usr/local/bin/swig -python -c++ -outdir /tmp/soapysdr20151115-25438-iyfe72/build/python -c++ -I/tmp/soapysdr20151115-25438-iyfe72/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -o /tmp/soapysdr20151115-25438-iyfe72/build/python/SoapySDRPYTHON_wrap.cxx /tmp/soapysdr20151115-25438-iyfe72/python/SoapySDR.i | |
| [ 76%] Building CXX object tests/CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o | |
| [ 76%] Building CXX object tests/CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/tests && /usr/local/Library/ENV/4.3/clang++ -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestTimeConversion.cpp | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/tests && /usr/local/Library/ENV/4.3/clang++ -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestFormatParser.cpp | |
| [ 80%] Building CXX object apps/CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/apps && /usr/local/Library/ENV/4.3/clang++ -I/tmp/soapysdr20151115-25438-iyfe72/include -I/tmp/soapysdr20151115-25438-iyfe72/apps/../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRUtil.cpp | |
| [ 83%] Building CXX object apps/CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/apps && /usr/local/Library/ENV/4.3/clang++ -I/tmp/soapysdr20151115-25438-iyfe72/include -I/tmp/soapysdr20151115-25438-iyfe72/apps/../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRProbe.cpp | |
| [ 86%] Linking CXX executable TestTimeConversion | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/tests && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_link_script CMakeFiles/TestTimeConversion.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -o TestTimeConversion ../lib/libSoapySDR.0.4.0.dylib | |
| [ 86%] Built target TestTimeConversion | |
| [ 90%] Linking CXX executable TestFormatParser | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/tests && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_link_script CMakeFiles/TestFormatParser.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -o TestFormatParser ../lib/libSoapySDR.0.4.0.dylib | |
| [ 90%] Built target TestFormatParser | |
| [ 93%] Linking CXX executable SoapySDRUtil | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/apps && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_link_script CMakeFiles/SoapySDRUtil.dir/link.txt --verbose=1 | |
| /usr/local/Library/ENV/4.3/clang++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -o SoapySDRUtil ../lib/libSoapySDR.0.4.0.dylib | |
| [ 93%] Built target SoapySDRUtil | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build && /usr/local/Cellar/cmake/3.4.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soapysdr20151115-25438-iyfe72 /tmp/soapysdr20151115-25438-iyfe72/python /tmp/soapysdr20151115-25438-iyfe72/build /tmp/soapysdr20151115-25438-iyfe72/build/python /tmp/soapysdr20151115-25438-iyfe72/build/python/CMakeFiles/_SoapySDR.dir/DependInfo.cmake --color= | |
| Scanning dependencies of target _SoapySDR | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/_SoapySDR.dir/build.make python/CMakeFiles/_SoapySDR.dir/build | |
| make[2]: *** No rule to make target `/usr/local/lib/libgnuradio-runtime.dylib', needed by `python/_SoapySDR.so'. Stop. | |
| make[2]: *** Waiting for unfinished jobs.... | |
| [ 96%] Building CXX object python/CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o | |
| cd /tmp/soapysdr20151115-25438-iyfe72/build/python && /usr/local/Library/ENV/4.3/clang++ -D_SoapySDR_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/build/python/SoapySDRPYTHON_wrap.cxx | |
| make[1]: *** [python/CMakeFiles/_SoapySDR.dir/all] Error 2 | |
| make: *** [all] Error 2 | |
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: 80a79fd32bb7aa48f263c7505c4680b11f3536ad | |
| Last commit: 17 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| clang++ called with: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/NullDevice.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/NullDevice.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Device.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Device.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Device.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Device.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Logger.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Logger.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Logger.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Logger.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Registry.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Registry.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Registry.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Registry.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Formats.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Formats.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Formats.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Formats.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Factory.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Factory.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Factory.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Factory.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Errors.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Errors.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Errors.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Errors.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Types.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Types.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Types.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/Types.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Modules.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Modules.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Modules.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Modules.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/TypesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TypesC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/TypesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TypesC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/Version.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Version.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/Version.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/build/lib/Version.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ModulesC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ModulesC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/VersionC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/VersionC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/VersionC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/VersionC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/DeviceC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/DeviceC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FactoryC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FactoryC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/LoggerC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/LoggerC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/TimeC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TimeC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/TimeC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/TimeC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ErrorsC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/ErrorsC.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: -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FormatsC.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 -DSOAPY_SDR_DLL_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -fPIC -o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/lib/FormatsC.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 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -flat_namespace -compatibility_version 0.4.0 -current_version 0.4.0 -o libSoapySDR.0.4.0.dylib -install_name /tmp/soapysdr20151115-25438-iyfe72/build/lib/libSoapySDR.0.4-2.dylib CMakeFiles/SoapySDR.dir/Device.cpp.o CMakeFiles/SoapySDR.dir/Factory.cpp.o CMakeFiles/SoapySDR.dir/Registry.cpp.o CMakeFiles/SoapySDR.dir/Types.cpp.o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o CMakeFiles/SoapySDR.dir/Logger.cpp.o CMakeFiles/SoapySDR.dir/Errors.cpp.o CMakeFiles/SoapySDR.dir/Formats.cpp.o CMakeFiles/SoapySDR.dir/Modules.cpp.o CMakeFiles/SoapySDR.dir/Version.cpp.o CMakeFiles/SoapySDR.dir/TypesC.cpp.o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o CMakeFiles/SoapySDR.dir/VersionC.cpp.o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o CMakeFiles/SoapySDR.dir/TimeC.cpp.o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o | |
| 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 -dynamiclib -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup -flat_namespace -compatibility_version 0.4.0 -current_version 0.4.0 -o libSoapySDR.0.4.0.dylib -install_name /tmp/soapysdr20151115-25438-iyfe72/build/lib/libSoapySDR.0.4-2.dylib CMakeFiles/SoapySDR.dir/Device.cpp.o CMakeFiles/SoapySDR.dir/Factory.cpp.o CMakeFiles/SoapySDR.dir/Registry.cpp.o CMakeFiles/SoapySDR.dir/Types.cpp.o CMakeFiles/SoapySDR.dir/NullDevice.cpp.o CMakeFiles/SoapySDR.dir/Logger.cpp.o CMakeFiles/SoapySDR.dir/Errors.cpp.o CMakeFiles/SoapySDR.dir/Formats.cpp.o CMakeFiles/SoapySDR.dir/Modules.cpp.o CMakeFiles/SoapySDR.dir/Version.cpp.o CMakeFiles/SoapySDR.dir/TypesC.cpp.o CMakeFiles/SoapySDR.dir/ModulesC.cpp.o CMakeFiles/SoapySDR.dir/VersionC.cpp.o CMakeFiles/SoapySDR.dir/DeviceC.cpp.o CMakeFiles/SoapySDR.dir/FactoryC.cpp.o CMakeFiles/SoapySDR.dir/LoggerC.cpp.o CMakeFiles/SoapySDR.dir/TimeC.cpp.o CMakeFiles/SoapySDR.dir/ErrorsC.cpp.o CMakeFiles/SoapySDR.dir/FormatsC.cpp.o -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: -I/tmp/soapysdr20151115-25438-iyfe72/include -I/tmp/soapysdr20151115-25438-iyfe72/apps/../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRUtil.cpp | |
| superenv removed: -I/tmp/soapysdr20151115-25438-iyfe72/apps/../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 -I/tmp/soapysdr20151115-25438-iyfe72/include -o CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRUtil.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: -I/tmp/soapysdr20151115-25438-iyfe72/include -I/tmp/soapysdr20151115-25438-iyfe72/apps/../include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRProbe.cpp | |
| superenv removed: -I/tmp/soapysdr20151115-25438-iyfe72/apps/../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 -I/tmp/soapysdr20151115-25438-iyfe72/include -o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/apps/SoapySDRProbe.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: -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestFormatParser.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 -I/tmp/soapysdr20151115-25438-iyfe72/include -o CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestFormatParser.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: -I/tmp/soapysdr20151115-25438-iyfe72/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestTimeConversion.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 -I/tmp/soapysdr20151115-25438-iyfe72/include -o CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -c /tmp/soapysdr20151115-25438-iyfe72/tests/TestTimeConversion.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 -Wl,-undefined,dynamic_lookup CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -o TestTimeConversion ../lib/libSoapySDR.0.4.0.dylib | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/TestTimeConversion.dir/TestTimeConversion.cpp.o -o TestTimeConversion ../lib/libSoapySDR.0.4.0.dylib -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 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -o TestFormatParser ../lib/libSoapySDR.0.4.0.dylib | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/TestFormatParser.dir/TestFormatParser.cpp.o -o TestFormatParser ../lib/libSoapySDR.0.4.0.dylib -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 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Wl,-undefined,dynamic_lookup CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -o SoapySDRUtil ../lib/libSoapySDR.0.4.0.dylib | |
| 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 -Wl,-undefined,dynamic_lookup CMakeFiles/SoapySDRUtil.dir/SoapySDRUtil.cpp.o CMakeFiles/SoapySDRUtil.dir/SoapySDRProbe.cpp.o -o SoapySDRUtil ../lib/libSoapySDR.0.4.0.dylib -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: -D_SoapySDR_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -o CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/build/python/SoapySDRPYTHON_wrap.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 -D_SoapySDR_EXPORTS -I/tmp/soapysdr20151115-25438-iyfe72/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -fPIC -o CMakeFiles/_SoapySDR.dir/SoapySDRPYTHON_wrap.cxx.o -c /tmp/soapysdr20151115-25438-iyfe72/build/python/SoapySDRPYTHON_wrap.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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew | |
| HEAD: 80a79fd32bb7aa48f263c7505c4680b11f3536ad | |
| Last commit: 17 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Your system is ready to brew. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Formula: soapysdr | |
| Tap: dholm/homebrew-sdr | |
| Path: /usr/local/Library/Taps/dholm/homebrew-sdr/soapysdr.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment