Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2015 12:29
Show Gist options
  • Save anonymous/ba2b140fb926faaed805 to your computer and use it in GitHub Desktop.
Save anonymous/ba2b140fb926faaed805 to your computer and use it in GitHub Desktop.
2015-11-01 12:56:44 +0100
cmake
..
-DPOTHOS_ROOT='/usr/local'
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/pothos/HEAD
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 7.0.0.7000072
-- The CXX compiler identification is AppleClang 7.0.0.7000072
-- 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
-- Poco_DIR: /usr/local/lib/cmake/Poco
-- Poco_LIBRARIES: Poco::Foundation;Poco::Util;Poco::JSON;Poco::XML;Poco::Net
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.10")
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- ######################################################
-- ## Pothos library build summary:
-- ## Destination: /usr/local/Cellar/pothos/HEAD
-- ## Version: v0.3.0-g08ed4c36
-- ######################################################
-- Could NOT find Qwt (missing: QWT_INCLUDE_DIR)
-- Qwt not found - using built-in Qwt
-- Looking for include file alloca.h
-- Looking for include file alloca.h - found
-- PYTHON_EXECUTABLE: /usr/local/bin/python
-- POTHOS_PYTHON_DIR: ${prefix}/lib/python2.7/site-packages
-- Found PythonLibs: /usr/lib/libpython2.7.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/lib/libpython2.7.dylib
-- Found Java: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/bin/java (found version "1.8.0.60")
-- Java_VERSION: 1.8.0.60
-- Found JNI: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libjawt.dylib
-- JAVA_HOME:
-- JNI_FOUND: TRUE
-- JNI_INCLUDE_DIRS: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include;/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin;/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include
-- JNI_LIBRARIES: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libjawt.dylib;/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/server/libjvm.dylib
-- Found OpenCL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenCL.framework
-- OPENCL_FOUND: TRUE
-- OPENCL_INCLUDE_DIRS: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenCL.framework
-- OPENCL_LIBRARIES: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenCL.framework
-- SoapySDR_VERSION: 0.3.1-unknown
-- SoapySDR_INCLUDE_DIRS: /usr/local/include
-- SoapySDR_LIBRARIES: /usr/local/lib/libSoapySDR.dylib
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29")
-- checking for module 'portaudio-2.0'
-- found portaudio-2.0, version 19
-- PORTAUDIO_INCLUDE_DIRS: /usr/local/Cellar/portaudio/19.20140130/include
-- PORTAUDIO_LIBRARIES: /usr/local/Cellar/portaudio/19.20140130/lib/libportaudio.dylib
-- PORTAUDIO_DEFINITIONS:
-- ######################################################
-- ## Enabled features
-- ######################################################
--
* Serialization , The Pothos-Serialization C++ library
* Library , The main library for all Pothos projects
* Include , Public C++ headers for Pothos library
* Lib , Pothos development and runtime libraries
* CMake , CMake project utilities for Pothos library
* Apps , Utility application for Pothos library
* GUI , GUI designer tool for the Pothos framework
* Widgets , Graphical control widgets for the GUI
* Plotters , Graphical plotter widgets for the GUI
* Constellation , Constellation complex IQ data plotter
* Logic Analyzer , Logic analyzer list-view debug display
* Periodogram , Periodogram frequency-domain FFT plotter
* Qwt Widgets , Miscellaneous widgets based around Qwt
* Spectrogram , Spectrogram frequency-domain FFT plotter
* Wave Monitor , Wavemonitor time-domain waveform plotter
* Blocks , A collection of general purpose blocks
* File , Filesystem resource source/sink blocks
* Event , Signal/Slot event system interface blocks
* Network , Network interface source/sink blocks
* Packet , Packet to/from stream converter blocks
* Serialize , Serialize data to/from byte stream
* Stream , Miscellaneous stream manipulation blocks
* Testers , Unit test verification support blocks
* Comms , A collection of DSP/communications blocks
* Demod , Basic communications demodulation blocks
* Digital , Digital byte, bit, and symbol operators
* FFT , Implementation of the fast fourier transform
* Filter , Digital filter and tap designer blocks
* MAC , MAC layer and packet protocol blocks
* Math , Mathematical operators for sample streams
* Utility , Miscellaneous utilities for sample streams
* Waveform , Periodic and random waveform generation
* Python , Python bindings for the Pothos framework
* Java , Java bindings for the Pothos framework
* Utility , Common utility modules shared by components
* OpenCL , Support for OpenCL-based processing blocks
* SDR , SDR source and sink blocks for radio hardware
* Audio , Streaming audio source and sink blocks
-- ######################################################
-- ## Disabled features
-- ######################################################
--
* Docs , Doxygen generated docs for Pothos library
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/pothos20151101-97927-veej8d/build
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_e4597.dir/testCCompiler.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_e4597.dir/testCCompiler.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4597.dir/testCCompiler.c.o -o cmTC_e4597
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e4597.dir/testCCompiler.c.o -o cmTC_e4597 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_31c6a.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_31c6a.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.2/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_31c6a.dir/CMakeCCompilerABI.c.o -o cmTC_31c6a
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_31c6a.dir/CMakeCCompilerABI.c.o -o cmTC_31c6a -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_ae9f7.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_ae9f7.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ae9f7.dir/feature_tests.c.o -o cmTC_ae9f7
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ae9f7.dir/feature_tests.c.o -o cmTC_ae9f7 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_1e81b.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_1e81b.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e81b.dir/feature_tests.c.o -o cmTC_1e81b
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1e81b.dir/feature_tests.c.o -o cmTC_1e81b -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_f7cb8.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_f7cb8.dir/feature_tests.c.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f7cb8.dir/feature_tests.c.o -o cmTC_f7cb8
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f7cb8.dir/feature_tests.c.o -o cmTC_f7cb8 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_d9d6e.dir/testCXXCompiler.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_d9d6e.dir/testCXXCompiler.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d9d6e.dir/testCXXCompiler.cxx.o -o cmTC_d9d6e
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d9d6e.dir/testCXXCompiler.cxx.o -o cmTC_d9d6e -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_2384f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTC_2384f.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.2/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2384f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2384f
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_2384f.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_2384f -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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++1y -o CMakeFiles/cmTC_a9ee6.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTC_a9ee6.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9ee6.dir/feature_tests.cxx.o -o cmTC_a9ee6
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9ee6.dir/feature_tests.cxx.o -o cmTC_a9ee6 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_b7ac6.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTC_b7ac6.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b7ac6.dir/feature_tests.cxx.o -o cmTC_b7ac6
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b7ac6.dir/feature_tests.cxx.o -o cmTC_b7ac6 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_367e5.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTC_367e5.dir/feature_tests.cxx.o -c /tmp/pothos20151101-97927-veej8d/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_367e5.dir/feature_tests.cxx.o -o cmTC_367e5
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_367e5.dir/feature_tests.cxx.o -o cmTC_367e5 -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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_cf82a.dir/CheckIncludeFiles.c.o -c /tmp/pothos20151101-97927-veej8d/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_cf82a.dir/CheckIncludeFiles.c.o -c /tmp/pothos20151101-97927-veej8d/build/CMakeFiles/CMakeTmp/CheckIncludeFiles.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cf82a.dir/CheckIncludeFiles.c.o -o cmTC_cf82a
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cf82a.dir/CheckIncludeFiles.c.o -o cmTC_cf82a -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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2015-11-01 12:56:48 +0100
make
install
/usr/local/Cellar/cmake/3.3.2/bin/cmake -H/tmp/pothos20151101-97927-veej8d -B/tmp/pothos20151101-97927-veej8d/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_progress_start /tmp/pothos20151101-97927-veej8d/build/CMakeFiles /tmp/pothos20151101-97927-veej8d/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 serialization/CMakeFiles/PothosSerialization.dir/build.make serialization/CMakeFiles/PothosSerialization.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosGui_automoc.dir/build.make gui/CMakeFiles/PothosGui_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosQtColorPicker_automoc.dir/build.make gui/CMakeFiles/PothosQtColorPicker_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/build.make gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/ControlWidgets_automoc.dir/build.make widgets/CMakeFiles/ControlWidgets_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/build.make plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosQwt_automoc.dir/build.make plotters/CMakeFiles/PothosQwt_automoc.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Constellation/CMakeFiles/Constellation_automoc.dir/build.make plotters/Constellation/CMakeFiles/Constellation_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosGui_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui/EditWidgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosQtColorPicker_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/widgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/widgets /tmp/pothos20151101-97927-veej8d/build/widgets/CMakeFiles/ControlWidgets_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosQwt_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/Constellation /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/Constellation /tmp/pothos20151101-97927-veej8d/build/plotters/Constellation/CMakeFiles/Constellation_automoc.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/serialization /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/serialization /tmp/pothos20151101-97927-veej8d/build/serialization/CMakeFiles/PothosSerialization.dir/DependInfo.cmake --color=
Scanning dependencies of target ControlWidgets_automoc
Scanning dependencies of target PothosQtColorPicker_automoc
Scanning dependencies of target PothosGui_automoc
Scanning dependencies of target CoreEditWidgets_automoc
Scanning dependencies of target PothosQwt_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/ControlWidgets_automoc.dir/build.make widgets/CMakeFiles/ControlWidgets_automoc.dir/build
Scanning dependencies of target Constellation_automoc
Scanning dependencies of target PothosPlotterUtils_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosQwt_automoc.dir/build.make plotters/CMakeFiles/PothosQwt_automoc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Constellation/CMakeFiles/Constellation_automoc.dir/build.make plotters/Constellation/CMakeFiles/Constellation_automoc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/build.make plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/build.make gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosQtColorPicker_automoc.dir/build.make gui/CMakeFiles/PothosQtColorPicker_automoc.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosGui_automoc.dir/build.make gui/CMakeFiles/PothosGui_automoc.dir/build
[ 0%] Automatic moc for target ControlWidgets
[ 0%] Automatic moc for target PothosQwt
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/widgets/CMakeFiles/ControlWidgets_automoc.dir/ Release
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosQwt_automoc.dir/ Release
[ 0%] Automatic moc for target Constellation
[ 0%] Automatic moc for target PothosPlotterUtils
[ 0%] Automatic moc for target PothosQtColorPicker
cd /tmp/pothos20151101-97927-veej8d/build/plotters/Constellation && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/Constellation/CMakeFiles/Constellation_automoc.dir/ Release
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosQtColorPicker_automoc.dir/ Release
[ 1%] Automatic moc for target CoreEditWidgets
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosPlotterUtils_automoc.dir/ Release
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets/CMakeFiles/CoreEditWidgets_automoc.dir/ Release
[ 1%] Automatic moc for target PothosGui
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosGui_automoc.dir/ Release
Generating moc_ConstellationDisplay.cpp
[ 1%] Built target Constellation_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/build.make plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/LogicAnalyzer /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/LogicAnalyzer /tmp/pothos20151101-97927-veej8d/build/plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/DependInfo.cmake --color=
Scanning dependencies of target LogicAnalyzer_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/build.make plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/build
[ 1%] Automatic moc for target LogicAnalyzer
cd /tmp/pothos20151101-97927-veej8d/build/plotters/LogicAnalyzer && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/LogicAnalyzer/CMakeFiles/LogicAnalyzer_automoc.dir/ Release
Generating qtcolorpicker.moc
Generating moc_qtcolorpicker.cpp
Scanning dependencies of target PothosSerialization
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f serialization/CMakeFiles/PothosSerialization.dir/build.make serialization/CMakeFiles/PothosSerialization.dir/build
[ 1%] Built target PothosQtColorPicker_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/build.make plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/Periodogram /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/Periodogram /tmp/pothos20151101-97927-veej8d/build/plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/DependInfo.cmake --color=
Scanning dependencies of target Periodogram_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/build.make plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/build
[ 2%] Automatic moc for target Periodogram
cd /tmp/pothos20151101-97927-veej8d/build/plotters/Periodogram && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/Periodogram/CMakeFiles/Periodogram_automoc.dir/ Release
Generating moc_LogicAnalyzerDisplay.cpp
[ 2%] Built target LogicAnalyzer_automoc
[ 2%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/archive_exception.cpp
[ 2%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_archive.cpp
Generating MyPlotUtils.moc
Generating moc_MyPlotPicker.cpp
Generating moc_MyPlotUtils.cpp
[ 2%] Built target PothosPlotterUtils_automoc
[ 2%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iarchive.cpp
Generating moc_PeriodogramChannel.cpp
Generating moc_PeriodogramDisplay.cpp
[ 2%] Built target Periodogram_automoc
[ 2%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iserializer.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/build.make plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/QwtWidgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/QwtWidgets /tmp/pothos20151101-97927-veej8d/build/plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/DependInfo.cmake --color=
Scanning dependencies of target QwtWidgets_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/build.make plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/build
[ 2%] Automatic moc for target QwtWidgets
cd /tmp/pothos20151101-97927-veej8d/build/plotters/QwtWidgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/QwtWidgets/CMakeFiles/QwtWidgets_automoc.dir/ Release
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/build.make plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/Spectrogram /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/Spectrogram /tmp/pothos20151101-97927-veej8d/build/plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/DependInfo.cmake --color=
Scanning dependencies of target Spectrogram_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/build.make plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/build
[ 2%] Automatic moc for target Spectrogram
cd /tmp/pothos20151101-97927-veej8d/build/plotters/Spectrogram && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/Spectrogram/CMakeFiles/Spectrogram_automoc.dir/ Release
Generating QwtSlider.moc
[ 2%] Built target QwtWidgets_automoc
[ 2%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oarchive.cpp
Generating moc_SpectrogramDisplay.cpp
[ 2%] Built target Spectrogram_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/build.make plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters/WaveMonitor /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters/WaveMonitor /tmp/pothos20151101-97927-veej8d/build/plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/DependInfo.cmake --color=
Scanning dependencies of target WaveMonitor_automoc
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/build.make plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/build
[ 2%] Automatic moc for target WaveMonitor
cd /tmp/pothos20151101-97927-veej8d/build/plotters/WaveMonitor && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_autogen /tmp/pothos20151101-97927-veej8d/build/plotters/WaveMonitor/CMakeFiles/WaveMonitor_automoc.dir/ Release
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f comms/spuce/CMakeFiles/spucelib.dir/build.make comms/spuce/CMakeFiles/spucelib.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/comms/spuce /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/comms/spuce /tmp/pothos20151101-97927-veej8d/build/comms/spuce/CMakeFiles/spucelib.dir/DependInfo.cmake --color=
Scanning dependencies of target spucelib
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f comms/spuce/CMakeFiles/spucelib.dir/build.make comms/spuce/CMakeFiles/spucelib.dir/build
[ 2%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/butterworth_iir.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/butterworth_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/butterworth_iir.cpp
Generating ComboBox.moc
Generating DoubleSpinBox.moc
Generating FileEntry.moc
Generating LineEdit.moc
Generating SpinBox.moc
Generating StringEntry.moc
[ 2%] Built target CoreEditWidgets_automoc
[ 3%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oserializer.cpp
Generating moc_WaveMonitorDisplay.cpp
[ 3%] Built target WaveMonitor_automoc
[ 3%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/chebyshev_iir.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev_iir.cpp
Generating ChatBox.moc
Generating DropDown.moc
Generating NumericEntry.moc
Generating PlanarSelect.moc
Generating PushButton.moc
Generating RadioGroup.moc
Generating Slider.moc
Generating TextDisplay.moc
Generating moc_MyDoubleSlider.cpp
[ 3%] Built target ControlWidgets_automoc
[ 3%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_iserializer.cpp
[ 3%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/chebyshev2_iir.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev2_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev2_iir.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/elliptic_iir.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/elliptic_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/elliptic_iir.cpp
[ 4%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_oserializer.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/find_roots.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/find_roots.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/find_roots.cpp
[ 4%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_serializer_map.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/fir_coeff.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_coeff.cpp
[ 4%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_iprimitive.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/iir_coeff.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/iir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/iir_coeff.cpp
[ 4%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_oprimitive.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/remez_fir.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/remez_fir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/remez_fir.cpp
[ 4%] Building CXX object comms/spuce/CMakeFiles/spucelib.dir/filters/fir_inv_dft.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_inv_dft.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_inv_dft.cpp
[ 4%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_wiprimitive.cpp
[ 5%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_woprimitive.cpp
[ 5%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_xml_archive.cpp
[ 5%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_iarchive.cpp
[ 5%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_oarchive.cpp
[ 6%] Linking CXX static library libspucelib.a
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Cellar/cmake/3.3.2/bin/cmake -P CMakeFiles/spucelib.dir/cmake_clean_target.cmake
cd /tmp/pothos20151101-97927-veej8d/build/comms/spuce && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/spucelib.dir/link.txt --verbose=1
/usr/bin/ar cq libspucelib.a CMakeFiles/spucelib.dir/filters/butterworth_iir.cpp.o CMakeFiles/spucelib.dir/filters/chebyshev_iir.cpp.o CMakeFiles/spucelib.dir/filters/chebyshev2_iir.cpp.o CMakeFiles/spucelib.dir/filters/elliptic_iir.cpp.o CMakeFiles/spucelib.dir/filters/find_roots.cpp.o CMakeFiles/spucelib.dir/filters/fir_coeff.cpp.o CMakeFiles/spucelib.dir/filters/iir_coeff.cpp.o CMakeFiles/spucelib.dir/filters/remez_fir.cpp.o CMakeFiles/spucelib.dir/filters/fir_inv_dft.cpp.o
/usr/bin/ranlib libspucelib.a
[ 6%] Built target spucelib
[ 6%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_wiarchive.cpp
[ 6%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_woarchive.cpp
[ 6%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/codecvt_null.cpp
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info.cpp
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_no_rtti.cpp
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_typeid.cpp
Generating moc_qwt_abstract_legend.cpp
Generating moc_qwt_abstract_scale.cpp
Generating moc_qwt_abstract_slider.cpp
Generating moc_qwt_analog_clock.cpp
Generating moc_qwt_compass.cpp
Generating moc_qwt_counter.cpp
Generating moc_qwt_dial.cpp
Generating moc_qwt_dyngrid_layout.cpp
Generating moc_qwt_knob.cpp
Generating moc_qwt_legend.cpp
Generating moc_qwt_legend_label.cpp
Generating moc_qwt_magnifier.cpp
Generating moc_qwt_panner.cpp
Generating moc_qwt_picker.cpp
Generating moc_qwt_plot.cpp
Generating moc_qwt_plot_canvas.cpp
Generating moc_qwt_plot_glcanvas.cpp
Generating moc_qwt_plot_magnifier.cpp
Generating moc_qwt_plot_panner.cpp
Generating moc_qwt_plot_picker.cpp
Generating moc_qwt_plot_renderer.cpp
Generating moc_qwt_plot_zoomer.cpp
Generating moc_qwt_sampling_thread.cpp
Generating moc_qwt_scale_widget.cpp
Generating moc_qwt_slider.cpp
Generating moc_qwt_text_label.cpp
Generating moc_qwt_thermo.cpp
Generating moc_qwt_wheel.cpp
[ 7%] Built target PothosQwt_automoc
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_convert.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosQwt.dir/build.make plotters/CMakeFiles/PothosQwt.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosQwt.dir/DependInfo.cmake --color=
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_utf8_codecvt_facet.cpp
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_iarchive.cpp
[ 7%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_oarchive.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_iarchive.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_oarchive.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/shared_ptr_helper.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/stl_port.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_iarchive.cpp
[ 8%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_oarchive.cpp
[ 9%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_wiarchive.cpp
Scanning dependencies of target PothosQwt
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosQwt.dir/build.make plotters/CMakeFiles/PothosQwt.dir/build
[ 9%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_legend.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_legend.cpp
[ 9%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_woarchive.cpp
[ 9%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/utf8_codecvt_facet.cpp
[ 9%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale.cpp
[ 9%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_slider.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_slider.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_slider.cpp
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_analog_clock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_analog_clock.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_analog_clock.cpp
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_arrow_button.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_arrow_button.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_arrow_button.cpp
[ 10%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/void_cast.cpp
[ 10%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_archive_exception.cpp
Generating EvalEngineImpl.moc
Generating GraphEditorRenderedDialog.moc
Generating GraphEditorTopologyStats.moc
Generating GraphWidgetContainer.moc
Generating HostSelectionTable.moc
Generating moc_AffinityZoneEditor.cpp
Generating moc_AffinityZonesComboBox.cpp
Generating moc_AffinityZonesDock.cpp
Generating moc_AffinityZonesMenu.cpp
Generating moc_CpuSelectionWidget.cpp
Generating moc_BlockCache.cpp
Generating moc_BlockTreeDock.cpp
Generating moc_BlockTreeWidget.cpp
Generating moc_ColorsDialog.cpp
Generating moc_BlockEval.cpp
Generating moc_EnvironmentEval.cpp
Generating moc_EvalEngine.cpp
Generating moc_EvalEngineImpl.cpp
Generating moc_ThreadPoolEval.cpp
Generating moc_TopologyEval.cpp
Generating moc_GraphActionsDock.cpp
Generating moc_GraphDraw.cpp
Generating moc_GraphEditor.cpp
Generating moc_GraphEditorTabs.cpp
Generating moc_GraphState.cpp
Generating moc_GraphBlock.cpp
Generating moc_GraphBreaker.cpp
Generating moc_GraphConnection.cpp
Generating moc_GraphObject.cpp
Generating moc_GraphWidget.cpp
Generating moc_GraphWidgetContainer.cpp
Generating moc_HostExplorerDock.cpp
Generating moc_HostSelectionTable.cpp
Generating moc_PluginModuleTree.cpp
Generating moc_PluginRegistryTree.cpp
Generating moc_SystemInfoTree.cpp
Generating moc_MainWindow.cpp
Generating moc_LoggerChannel.cpp
Generating moc_LoggerDisplay.cpp
Generating moc_MessageWindowDock.cpp
Generating moc_BlockPropertiesPanel.cpp
Generating moc_BreakerPropertiesPanel.cpp
Generating moc_ConnectionPropertiesPanel.cpp
Generating moc_GraphPropertiesPanel.cpp
Generating moc_PropertiesPanelDock.cpp
Generating moc_PropertyEditWidget.cpp
[ 10%] Built target PothosGui_automoc
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_clipper.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_clipper.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_clipper.cpp
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_color_map.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_color_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_color_map.cpp
[ 10%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_grammar.cpp
[ 10%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_column_symbol.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_column_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_column_symbol.cpp
[ 10%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_iarchive.cpp
[ 11%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_oarchive.cpp
[ 11%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wgrammar.cpp
[ 11%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wiarchive.cpp
[ 11%] Building CXX object serialization/CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_woarchive.cpp
[ 11%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass_rose.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass_rose.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass_rose.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_counter.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_counter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_counter.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_curve_fitter.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_curve_fitter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_curve_fitter.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_draw.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_draw.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_engine.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_engine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_engine.cpp
[ 12%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial.cpp
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial_needle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial_needle.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial_needle.cpp
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dyngrid_layout.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dyngrid_layout.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dyngrid_layout.cpp
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_event_pattern.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_event_pattern.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_event_pattern.cpp
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_graphic.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_graphic.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_graphic.cpp
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval.cpp
[ 13%] Linking CXX shared library libPothosSerialization.dylib
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosSerialization.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 -o libPothosSerialization.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/serialization/libPothosSerialization.0.dylib CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/serialization && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libPothosSerialization.0.dylib libPothosSerialization.0.dylib libPothosSerialization.dylib
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval_symbol.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval_symbol.cpp
[ 13%] Built target PothosSerialization
[ 13%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_knob.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_knob.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_knob.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f library/lib/CMakeFiles/Pothos.dir/build.make library/lib/CMakeFiles/Pothos.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/library/lib /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/library/lib /tmp/pothos20151101-97927-veej8d/build/library/lib/CMakeFiles/Pothos.dir/DependInfo.cmake --color=
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend.cpp
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_data.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_data.cpp
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_label.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_label.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_label.cpp
Scanning dependencies of target Pothos
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f library/lib/CMakeFiles/Pothos.dir/build.make library/lib/CMakeFiles/Pothos.dir/build
[ 14%] Building CXX object library/lib/CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfoOSX.cpp
[ 14%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/ThreadConfigUnix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ThreadConfigUnix.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ThreadConfigUnix.cpp
[ 14%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Init.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Init.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Init.cpp
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_magnifier.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_magnifier.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_magnifier.cpp
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_math.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_math.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_math.cpp
[ 14%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_matrix_raster_data.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_matrix_raster_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_matrix_raster_data.cpp
[ 14%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Testing.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Testing.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Testing.cpp
[ 15%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_null_paintdevice.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_null_paintdevice.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_null_paintdevice.cpp
[ 15%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Exception.cpp
[ 15%] Building CXX object library/lib/CMakeFiles/Pothos.dir/System/Logger.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Logger.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/Logger.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Version.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Version.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Version.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Paths.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Paths.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Paths.cpp
[ 16%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter.cpp
[ 16%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter_command.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter_command.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter_command.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/System/HostInfo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/HostInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/HostInfo.cpp
[ 16%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_panner.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_panner.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_panner.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/System/NumaInfo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfo.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/System/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/Exception.cpp
[ 16%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker.cpp
[ 16%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker_machine.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker_machine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker_machine.cpp
[ 16%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Object.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Object.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Object.cpp
[ 17%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/ObjectM.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ObjectM.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ObjectM.cpp
[ 17%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Hash.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Hash.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Hash.cpp
[ 17%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_pixel_matrix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_pixel_matrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_pixel_matrix.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot.cpp
[ 18%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Compare.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Compare.cpp
[ 18%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Convert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Convert.cpp
[ 18%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/ToString.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ToString.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ToString.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_axis.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_axis.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_axis.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_barchart.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_barchart.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_canvas.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_canvas.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_canvas.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_curve.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_curve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_curve.cpp
[ 18%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_dict.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_dict.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_dict.cpp
[ 18%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Serialize.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Serialize.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Serialize.cpp
[ 18%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Exception.cpp
[ 19%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/Compare.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Compare.cpp
[ 20%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_directpainter.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_directpainter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_directpainter.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntermediate.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntermediate.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertIntermediate.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntegers.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntegers.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertIntegers.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/ConvertFloats.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertFloats.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertFloats.cpp
[ 20%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_glcanvas.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_glcanvas.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_glcanvas.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/ConvertString.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertString.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertString.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/Hash.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Hash.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Hash.cpp
[ 20%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/Serialize.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Serialize.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Serialize.cpp
[ 20%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_grid.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_grid.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_grid.cpp
[ 21%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Object/Builtin/Tests.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Tests.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Tests.cpp
[ 21%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_histogram.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_histogram.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_histogram.cpp
[ 21%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Callable/Callable.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Callable/Callable.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Callable/Callable.cpp
[ 21%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_intervalcurve.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_intervalcurve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_intervalcurve.cpp
[ 21%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Callable/CallInterface.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Callable/CallInterface.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Callable/CallInterface.cpp
[ 21%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_item.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_item.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_item.cpp
[ 21%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_layout.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_layout.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_layout.cpp
[ 22%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_legenditem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_legenditem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_legenditem.cpp
[ 22%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Callable/CallRegistry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Callable/CallRegistry.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Callable/CallRegistry.cpp
[ 22%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Callable/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Callable/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Callable/Exception.cpp
[ 22%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_magnifier.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_magnifier.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_magnifier.cpp
[ 22%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_marker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_marker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_marker.cpp
[ 22%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Callable/Tests.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Callable/Tests.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Callable/Tests.cpp
[ 22%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_multi_barchart.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_multi_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_multi_barchart.cpp
[ 22%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Packet.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Packet.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Packet.cpp
[ 23%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/DType.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/DType.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/DType.cpp
[ 23%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Label.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Label.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Label.cpp
[ 23%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_panner.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_panner.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_panner.cpp
[ 23%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_picker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_picker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_picker.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rasteritem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rasteritem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_rasteritem.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_renderer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_renderer.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_renderer.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rescaler.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rescaler.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_rescaler.cpp
[ 24%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/InputPort.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/InputPort.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/InputPort.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_scaleitem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_scaleitem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_scaleitem.cpp
[ 24%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/OutputPort.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/OutputPort.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/OutputPort.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_seriesitem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_seriesitem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_seriesitem.cpp
[ 24%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_shapeitem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_shapeitem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_shapeitem.cpp
[ 24%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Connectable.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Connectable.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Connectable.cpp
[ 24%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Block.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Block.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Block.cpp
[ 25%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Topology.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Topology.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Topology.cpp
[ 25%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyCommit.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyCommit.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyCommit.cpp
[ 25%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrocurve.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrocurve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_spectrocurve.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrogram.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrogram.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_spectrogram.cpp
[ 26%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologySquashFlows.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologySquashFlows.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologySquashFlows.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_svgitem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_svgitem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_svgitem.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_textlabel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_textlabel.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_textlabel.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_tradingcurve.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_tradingcurve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_tradingcurve.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_xml.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_xml.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_xml.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoneitem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoneitem.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_zoneitem.cpp
[ 26%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoomer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoomer.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_zoomer.cpp
[ 26%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyNetworkFlows.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyNetworkFlows.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyNetworkFlows.cpp
[ 26%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyDomainFlows.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyDomainFlows.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyDomainFlows.cpp
[ 26%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyDotMarkup.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyDotMarkup.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyDotMarkup.cpp
[ 26%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyDumpJSON.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyDumpJSON.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyDumpJSON.cpp
[ 27%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/TopologyJSON.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/TopologyJSON.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/TopologyJSON.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_3d.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_3d.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_point_3d.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_data.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_point_data.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_mapper.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_mapper.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_point_mapper.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_polar.cpp.o
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/WorkInfo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/WorkInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/WorkInfo.cpp
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_polar.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_point_polar.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_raster_data.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_raster_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_raster_data.cpp
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/WorkerActor.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/WorkerActor.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/WorkerActor.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_round_scale_draw.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_round_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_round_scale_draw.cpp
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/WorkerActorPortAllocation.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/WorkerActorPortAllocation.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/WorkerActorPortAllocation.cpp
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/ThreadPool.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ThreadPool.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ThreadPool.cpp
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/ThreadEnvironment.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ThreadEnvironment.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ThreadEnvironment.cpp
[ 28%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_sampling_thread.cpp.o
[ 28%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/SharedBuffer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/SharedBuffer.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/SharedBuffer.cpp
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_sampling_thread.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_sampling_thread.cpp
[ 29%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_div.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_div.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_scale_div.cpp
[ 30%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/ManagedBuffer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ManagedBuffer.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ManagedBuffer.cpp
[ 30%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_draw.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_scale_draw.cpp
[ 30%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_engine.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_engine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_scale_engine.cpp
[ 30%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_map.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_scale_map.cpp
[ 30%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/BufferChunk.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/BufferChunk.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/BufferChunk.cpp
[ 30%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_widget.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_widget.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_scale_widget.cpp
[ 30%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/BufferConvert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/BufferConvert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/BufferConvert.cpp
[ 30%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/BufferManager.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/BufferManager.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/BufferManager.cpp
[ 30%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/BufferAccumulator.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/BufferAccumulator.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/BufferAccumulator.cpp
[ 30%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_series_data.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_series_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_series_data.cpp
[ 31%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_slider.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_slider.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_slider.cpp
[ 31%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_spline.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_spline.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_spline.cpp
[ 31%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/BlockRegistry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/BlockRegistry.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/BlockRegistry.cpp
[ 31%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Exception.cpp
[ 32%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/CircularBufferManager.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/CircularBufferManager.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/CircularBufferManager.cpp
[ 32%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_symbol.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_symbol.cpp
[ 32%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_system_clock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_system_clock.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_system_clock.cpp
[ 32%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferChunkSerialization.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferChunkSerialization.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestBufferChunkSerialization.cpp
[ 32%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferConvert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferConvert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestBufferConvert.cpp
[ 32%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_text.cpp
[ 32%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_engine.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_engine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_text_engine.cpp
[ 32%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_label.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_label.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_text_label.cpp
[ 33%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_thermo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_thermo.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_thermo.cpp
[ 33%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_transform.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_transform.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_transform.cpp
[ 33%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestDType.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestDType.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestDType.cpp
[ 33%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestAutomaticPorts.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestAutomaticPorts.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestAutomaticPorts.cpp
[ 33%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestSharedBuffer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestSharedBuffer.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestSharedBuffer.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/GenericBufferManager.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/GenericBufferManager.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/GenericBufferManager.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestCircularBufferManager.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestCircularBufferManager.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestCircularBufferManager.cpp
[ 34%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_wheel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_wheel.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_wheel.cpp
[ 34%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_widget_overlay.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_widget_overlay.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_widget_overlay.cpp
[ 34%] Building CXX object plotters/CMakeFiles/PothosQwt.dir/PothosQwt_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/PothosQwt_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/plotters/PothosQwt_automoc.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestGenericBufferManager.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestGenericBufferManager.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestGenericBufferManager.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestWorker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestWorker.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestWorker.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestLabel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestLabel.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestLabel.cpp
[ 34%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestThreadPool.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestThreadPool.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestThreadPool.cpp
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/Builtin/TestTopology.cpp.o
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Path.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/Builtin/TestTopology.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/Builtin/TestTopology.cpp
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Path.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Path.cpp
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Plugin.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Plugin.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Plugin.cpp
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Registry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Registry.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Registry.cpp
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Module.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Module.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Module.cpp
[ 35%] Linking CXX shared library libPothosQwt.dylib
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosQwt.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -flat_namespace -o libPothosQwt.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/plotters/libPothosQwt.0.dylib CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_legend.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_slider.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_analog_clock.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_arrow_button.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_clipper.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_color_map.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_column_symbol.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass_rose.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_counter.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_curve_fitter.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_draw.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_engine.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial_needle.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dyngrid_layout.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_event_pattern.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_graphic.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval_symbol.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_knob.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_data.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_label.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_magnifier.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_math.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_matrix_raster_data.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_null_paintdevice.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter_command.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_panner.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker_machine.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_pixel_matrix.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_axis.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_barchart.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_canvas.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_curve.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_dict.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_directpainter.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_glcanvas.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_grid.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_histogram.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_intervalcurve.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_item.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_layout.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_legenditem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_magnifier.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_marker.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_multi_barchart.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_panner.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_picker.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rasteritem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_renderer.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_rescaler.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_scaleitem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_seriesitem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_shapeitem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrocurve.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_spectrogram.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_svgitem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_textlabel.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_tradingcurve.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_xml.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoneitem.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_zoomer.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_3d.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_data.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_mapper.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_point_polar.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_raster_data.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_round_scale_draw.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_sampling_thread.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_div.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_draw.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_engine.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_map.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_scale_widget.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_series_data.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_slider.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_spline.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_symbol.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_system_clock.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_engine.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_text_label.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_thermo.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_transform.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_wheel.cpp.o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_widget_overlay.cpp.o CMakeFiles/PothosQwt.dir/PothosQwt_automoc.cpp.o /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/opt/qt5/lib/QtOpenGL.framework/QtOpenGL /usr/local/opt/qt5/lib/QtSvg.framework/QtSvg /usr/local/opt/qt5/lib/QtPrintSupport.framework/QtPrintSupport /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtCore.framework/QtCore
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/ModuleSafeLoad.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/ModuleSafeLoad.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/ModuleSafeLoad.cpp
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/ModulePaths.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/ModulePaths.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/ModulePaths.cpp
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libPothosQwt.0.dylib libPothosQwt.0.dylib libPothosQwt.dylib
[ 35%] Built target PothosQwt
[ 35%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Static.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Static.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Static.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlotterUtils.dir/build.make plotters/CMakeFiles/PothosPlotterUtils.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosPlotterUtils.dir/DependInfo.cmake --color=
[ 36%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Exception.cpp
[ 36%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Loader.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Loader.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Loader.cpp
Scanning dependencies of target PothosPlotterUtils
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlotterUtils.dir/build.make plotters/CMakeFiles/PothosPlotterUtils.dir/build
[ 36%] Building CXX object plotters/CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotPicker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_PLOTTER_UTILS_MAKEDLL -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotPicker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils/MyPlotPicker.cpp
[ 37%] Building CXX object plotters/CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_PLOTTER_UTILS_MAKEDLL -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils/MyPlotUtils.cpp
[ 37%] Building CXX object plotters/CMakeFiles/PothosPlotterUtils.dir/PothosPlotterUtils_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_PLOTTER_UTILS_MAKEDLL -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosPlotterUtils.dir/PothosPlotterUtils_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/plotters/PothosPlotterUtils_automoc.cpp
[ 37%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Plugin/Tests.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Plugin/Tests.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Plugin/Tests.cpp
[ 37%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Proxy/Proxy.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Proxy/Proxy.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Proxy/Proxy.cpp
[ 37%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Proxy/Handle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Proxy/Handle.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Proxy/Handle.cpp
[ 37%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Proxy/Convert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Proxy/Convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Proxy/Convert.cpp
[ 37%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Proxy/Environment.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Proxy/Environment.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Proxy/Environment.cpp
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Proxy/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Proxy/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Proxy/Exception.cpp
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/RemoteProxyDatagram.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/RemoteProxyDatagram.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/RemoteProxyDatagram.cpp
[ 38%] Linking CXX shared library libPothosPlotterUtils.dylib
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosPlotterUtils.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -flat_namespace -o libPothosPlotterUtils.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/plotters/libPothosPlotterUtils.0.dylib CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotPicker.cpp.o CMakeFiles/PothosPlotterUtils.dir/PlotterUtils/MyPlotUtils.cpp.o CMakeFiles/PothosPlotterUtils.dir/PothosPlotterUtils_automoc.cpp.o libPothosQwt.0.dylib /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/opt/qt5/lib/QtOpenGL.framework/QtOpenGL /usr/local/opt/qt5/lib/QtSvg.framework/QtSvg /usr/local/opt/qt5/lib/QtPrintSupport.framework/QtPrintSupport /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtCore.framework/QtCore
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/RemoteProxy.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/RemoteProxy.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/RemoteProxy.cpp
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libPothosPlotterUtils.0.dylib libPothosPlotterUtils.0.dylib libPothosPlotterUtils.dylib
[ 38%] Built target PothosPlotterUtils
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/RemoteProxyHandle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/RemoteProxyHandle.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/RemoteProxyHandle.cpp
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/Server.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/Server.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/Server.cpp
[ 38%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/ServerHandler.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/ServerHandler.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/ServerHandler.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/Client.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/Client.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/Client.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/Exception.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Remote/Builtin/TestRemote.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Remote/Builtin/TestRemote.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Remote/Builtin/TestRemote.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Class.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Class.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Class.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Registry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Registry.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Registry.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Exception.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Exception.cpp
[ 39%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/ManagedHandle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/ManagedHandle.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/ManagedHandle.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/ManagedProxy.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/ManagedProxy.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/ManagedProxy.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/TestManaged.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/TestManaged.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/TestManaged.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedOpaque.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedOpaque.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/TestManagedOpaque.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedWildcard.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedWildcard.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/TestManagedWildcard.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedInheritance.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedInheritance.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Managed/Builtin/TestManagedInheritance.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Util/UID.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Util/UID.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Util/UID.cpp
[ 40%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Util/RefHolder.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Util/RefHolder.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Util/RefHolder.cpp
[ 41%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Util/TypeInfo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Util/TypeInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Util/TypeInfo.cpp
[ 41%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Util/Compiler.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Util/Compiler.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Util/Compiler.cpp
[ 41%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Util/EvalInterface.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Util/EvalInterface.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Util/EvalInterface.cpp
[ 41%] Building CXX object library/lib/CMakeFiles/Pothos.dir/Framework/SharedBufferUnix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Library/ENV/4.3/clang++ -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME=\"libPothos.0.3.0.dylib\" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/SharedBufferUnix.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/SharedBufferUnix.cpp
[ 41%] Linking CXX shared library libPothos.dylib
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/Pothos.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -flat_namespace -compatibility_version 0.3.0 -current_version 0.3.0 -o libPothos.0.3.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/library/lib/libPothos.0.3-0.dylib CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o CMakeFiles/Pothos.dir/Framework/ThreadConfigUnix.cpp.o CMakeFiles/Pothos.dir/Init.cpp.o CMakeFiles/Pothos.dir/Testing.cpp.o CMakeFiles/Pothos.dir/Exception.cpp.o CMakeFiles/Pothos.dir/System/Logger.cpp.o CMakeFiles/Pothos.dir/Version.cpp.o CMakeFiles/Pothos.dir/Paths.cpp.o CMakeFiles/Pothos.dir/System/HostInfo.cpp.o CMakeFiles/Pothos.dir/System/NumaInfo.cpp.o CMakeFiles/Pothos.dir/System/Exception.cpp.o CMakeFiles/Pothos.dir/Object/Object.cpp.o CMakeFiles/Pothos.dir/Object/ObjectM.cpp.o CMakeFiles/Pothos.dir/Object/Hash.cpp.o CMakeFiles/Pothos.dir/Object/Compare.cpp.o CMakeFiles/Pothos.dir/Object/Convert.cpp.o CMakeFiles/Pothos.dir/Object/ToString.cpp.o CMakeFiles/Pothos.dir/Object/Serialize.cpp.o CMakeFiles/Pothos.dir/Object/Exception.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/Compare.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntermediate.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntegers.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/ConvertFloats.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/ConvertString.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/Hash.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/Serialize.cpp.o CMakeFiles/Pothos.dir/Object/Builtin/Tests.cpp.o CMakeFiles/Pothos.dir/Callable/Callable.cpp.o CMakeFiles/Pothos.dir/Callable/CallInterface.cpp.o CMakeFiles/Pothos.dir/Callable/CallRegistry.cpp.o CMakeFiles/Pothos.dir/Callable/Exception.cpp.o CMakeFiles/Pothos.dir/Callable/Tests.cpp.o CMakeFiles/Pothos.dir/Framework/Packet.cpp.o CMakeFiles/Pothos.dir/Framework/DType.cpp.o CMakeFiles/Pothos.dir/Framework/Label.cpp.o CMakeFiles/Pothos.dir/Framework/InputPort.cpp.o CMakeFiles/Pothos.dir/Framework/OutputPort.cpp.o CMakeFiles/Pothos.dir/Framework/Connectable.cpp.o CMakeFiles/Pothos.dir/Framework/Block.cpp.o CMakeFiles/Pothos.dir/Framework/Topology.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyCommit.cpp.o CMakeFiles/Pothos.dir/Framework/TopologySquashFlows.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyNetworkFlows.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyDomainFlows.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyDotMarkup.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyDumpJSON.cpp.o CMakeFiles/Pothos.dir/Framework/TopologyJSON.cpp.o CMakeFiles/Pothos.dir/Framework/WorkInfo.cpp.o CMakeFiles/Pothos.dir/Framework/WorkerActor.cpp.o CMakeFiles/Pothos.dir/Framework/WorkerActorPortAllocation.cpp.o CMakeFiles/Pothos.dir/Framework/ThreadPool.cpp.o CMakeFiles/Pothos.dir/Framework/ThreadEnvironment.cpp.o CMakeFiles/Pothos.dir/Framework/SharedBuffer.cpp.o CMakeFiles/Pothos.dir/Framework/ManagedBuffer.cpp.o CMakeFiles/Pothos.dir/Framework/BufferChunk.cpp.o CMakeFiles/Pothos.dir/Framework/BufferConvert.cpp.o CMakeFiles/Pothos.dir/Framework/BufferManager.cpp.o CMakeFiles/Pothos.dir/Framework/BufferAccumulator.cpp.o CMakeFiles/Pothos.dir/Framework/BlockRegistry.cpp.o CMakeFiles/Pothos.dir/Framework/Exception.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/CircularBufferManager.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferChunkSerialization.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestBufferConvert.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestDType.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestAutomaticPorts.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestSharedBuffer.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/GenericBufferManager.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestCircularBufferManager.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestGenericBufferManager.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestWorker.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestLabel.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestThreadPool.cpp.o CMakeFiles/Pothos.dir/Framework/Builtin/TestTopology.cpp.o CMakeFiles/Pothos.dir/Plugin/Path.cpp.o CMakeFiles/Pothos.dir/Plugin/Plugin.cpp.o CMakeFiles/Pothos.dir/Plugin/Registry.cpp.o CMakeFiles/Pothos.dir/Plugin/Module.cpp.o CMakeFiles/Pothos.dir/Plugin/ModuleSafeLoad.cpp.o CMakeFiles/Pothos.dir/Plugin/ModulePaths.cpp.o CMakeFiles/Pothos.dir/Plugin/Static.cpp.o CMakeFiles/Pothos.dir/Plugin/Exception.cpp.o CMakeFiles/Pothos.dir/Loader.cpp.o CMakeFiles/Pothos.dir/Plugin/Tests.cpp.o CMakeFiles/Pothos.dir/Proxy/Proxy.cpp.o CMakeFiles/Pothos.dir/Proxy/Handle.cpp.o CMakeFiles/Pothos.dir/Proxy/Convert.cpp.o CMakeFiles/Pothos.dir/Proxy/Environment.cpp.o CMakeFiles/Pothos.dir/Proxy/Exception.cpp.o CMakeFiles/Pothos.dir/Remote/RemoteProxyDatagram.cpp.o CMakeFiles/Pothos.dir/Remote/RemoteProxy.cpp.o CMakeFiles/Pothos.dir/Remote/RemoteProxyHandle.cpp.o CMakeFiles/Pothos.dir/Remote/Server.cpp.o CMakeFiles/Pothos.dir/Remote/ServerHandler.cpp.o CMakeFiles/Pothos.dir/Remote/Client.cpp.o CMakeFiles/Pothos.dir/Remote/Exception.cpp.o CMakeFiles/Pothos.dir/Remote/Builtin/TestRemote.cpp.o CMakeFiles/Pothos.dir/Managed/Class.cpp.o CMakeFiles/Pothos.dir/Managed/Registry.cpp.o CMakeFiles/Pothos.dir/Managed/Exception.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/ManagedHandle.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/ManagedProxy.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/TestManaged.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedOpaque.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedWildcard.cpp.o CMakeFiles/Pothos.dir/Managed/Builtin/TestManagedInheritance.cpp.o CMakeFiles/Pothos.dir/Util/UID.cpp.o CMakeFiles/Pothos.dir/Util/RefHolder.cpp.o CMakeFiles/Pothos.dir/Util/TypeInfo.cpp.o CMakeFiles/Pothos.dir/Util/Compiler.cpp.o CMakeFiles/Pothos.dir/Util/EvalInterface.cpp.o CMakeFiles/Pothos.dir/Framework/SharedBufferUnix.cpp.o ../../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib -framework CoreFoundation /usr/local/lib/libPocoFoundation.31.dylib -ldl
cd /tmp/pothos20151101-97927-veej8d/build/library/lib && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libPothos.0.3.0.dylib libPothos.0.3-0.dylib libPothos.dylib
[ 41%] Built target Pothos
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f library/apps/CMakeFiles/PothosUtil.dir/build.make library/apps/CMakeFiles/PothosUtil.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosQtColorPicker.dir/build.make gui/CMakeFiles/PothosQtColorPicker.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/PythonSupport.dir/build.make python/CMakeFiles/PythonSupport.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/Pothos/CMakeFiles/PothosModule.dir/build.make python/Pothos/CMakeFiles/PothosModule.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f java/CMakeFiles/JavaSupport.dir/build.make java/CMakeFiles/JavaSupport.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/EvalSupport.dir/build.make util/CMakeFiles/EvalSupport.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/JSONSupport.dir/build.make util/CMakeFiles/JSONSupport.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/MiscSupport.dir/build.make util/CMakeFiles/MiscSupport.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/library/apps /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/library/apps /tmp/pothos20151101-97927-veej8d/build/library/apps/CMakeFiles/PothosUtil.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosQtColorPicker.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/python /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/python /tmp/pothos20151101-97927-veej8d/build/python/CMakeFiles/PythonSupport.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/python/Pothos /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/python/Pothos /tmp/pothos20151101-97927-veej8d/build/python/Pothos/CMakeFiles/PothosModule.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/java /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/java /tmp/pothos20151101-97927-veej8d/build/java/CMakeFiles/JavaSupport.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/util /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/util /tmp/pothos20151101-97927-veej8d/build/util/CMakeFiles/JSONSupport.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/util /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/util /tmp/pothos20151101-97927-veej8d/build/util/CMakeFiles/MiscSupport.dir/DependInfo.cmake --color=
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/util /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/util /tmp/pothos20151101-97927-veej8d/build/util/CMakeFiles/EvalSupport.dir/DependInfo.cmake --color=
Scanning dependencies of target JavaSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f java/CMakeFiles/JavaSupport.dir/build.make java/CMakeFiles/JavaSupport.dir/build
Scanning dependencies of target MiscSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/MiscSupport.dir/build.make util/CMakeFiles/MiscSupport.dir/build
Scanning dependencies of target PothosModule
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/Pothos/CMakeFiles/PothosModule.dir/build.make python/Pothos/CMakeFiles/PothosModule.dir/build
[ 41%] Building CXX object java/CMakeFiles/JavaSupport.dir/JavaProxy.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/JavaProxy.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/JavaProxy.cpp
[ 41%] Building CXX object util/CMakeFiles/MiscSupport.dir/ConvertContainers.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DMiscSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/MiscSupport.dir/ConvertContainers.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/ConvertContainers.cpp
[ 42%] Building CXX object python/Pothos/CMakeFiles/PothosModule.dir/PothosModule.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python/Pothos && /usr/local/Library/ENV/4.3/clang++ -DPothosModule_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosModule.dir/PothosModule.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/Pothos/PothosModule.cpp
Scanning dependencies of target PythonSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/PythonSupport.dir/build.make python/CMakeFiles/PythonSupport.dir/build
Scanning dependencies of target PothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f library/apps/CMakeFiles/PothosUtil.dir/build.make library/apps/CMakeFiles/PothosUtil.dir/build
Scanning dependencies of target PothosQtColorPicker
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosQtColorPicker.dir/build.make gui/CMakeFiles/PothosQtColorPicker.dir/build
[ 42%] Building CXX object python/CMakeFiles/PythonSupport.dir/PythonProxy.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/PythonProxy.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/PythonProxy.cpp
[ 42%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtil.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtil.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtil.cpp
[ 42%] Building CXX object gui/CMakeFiles/PothosQtColorPicker.dir/qtcolorpicker/src/qtcolorpicker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_QTCOLORPICKER_EXPORT -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosQtColorPicker.dir/qtcolorpicker/src/qtcolorpicker.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src/qtcolorpicker.cpp
Scanning dependencies of target EvalSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/EvalSupport.dir/build.make util/CMakeFiles/EvalSupport.dir/build
Scanning dependencies of target JSONSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/CMakeFiles/JSONSupport.dir/build.make util/CMakeFiles/JSONSupport.dir/build
[ 42%] Building CXX object util/CMakeFiles/EvalSupport.dir/EvalEnvironment.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/EvalEnvironment.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/EvalEnvironment.cpp
[ 42%] Building CXX object util/CMakeFiles/JSONSupport.dir/JSONSerialization.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DJSONSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JSONSupport.dir/JSONSerialization.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/JSONSerialization.cpp
[ 42%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilSelfTests.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilSelfTests.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilSelfTests.cpp
[ 42%] Building CXX object python/Pothos/CMakeFiles/PothosModule.dir/ProxyEnvironmentType.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python/Pothos && /usr/local/Library/ENV/4.3/clang++ -DPothosModule_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosModule.dir/ProxyEnvironmentType.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/Pothos/ProxyEnvironmentType.cpp
[ 43%] Building CXX object java/CMakeFiles/JavaSupport.dir/JavaConvert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/JavaConvert.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/JavaConvert.cpp
[ 43%] Building CXX object python/CMakeFiles/PythonSupport.dir/PythonHandle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/PythonHandle.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/PythonHandle.cpp
[ 44%] Building CXX object gui/CMakeFiles/PothosQtColorPicker.dir/PothosQtColorPicker_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_QTCOLORPICKER_EXPORT -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosQtColorPicker.dir/PothosQtColorPicker_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/gui/PothosQtColorPicker_automoc.cpp
[ 44%] Building CXX object util/CMakeFiles/JSONSupport.dir/TestJSONSerialization.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DJSONSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JSONSupport.dir/TestJSONSerialization.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/TestJSONSerialization.cpp
[ 45%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilPluginTree.cpp.o
[ 45%] Building CXX object python/CMakeFiles/PythonSupport.dir/PythonConvert.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilPluginTree.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilPluginTree.cpp
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/PythonConvert.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/PythonConvert.cpp
[ 45%] Building CXX object python/Pothos/CMakeFiles/PothosModule.dir/ProxyType.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python/Pothos && /usr/local/Library/ENV/4.3/clang++ -DPothosModule_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosModule.dir/ProxyType.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/Pothos/ProxyType.cpp
[ 45%] Linking CXX shared library libPothosQtColorPicker.dylib
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosQtColorPicker.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -flat_namespace -o libPothosQtColorPicker.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/gui/libPothosQtColorPicker.0.dylib CMakeFiles/PothosQtColorPicker.dir/qtcolorpicker/src/qtcolorpicker.cpp.o CMakeFiles/PothosQtColorPicker.dir/PothosQtColorPicker_automoc.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtCore.framework/QtCore
[ 45%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilDeviceInfo.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilDeviceInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilDeviceInfo.cpp
[ 45%] Building CXX object python/Pothos/CMakeFiles/PothosModule.dir/ProxyCallType.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python/Pothos && /usr/local/Library/ENV/4.3/clang++ -DPothosModule_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosModule.dir/ProxyCallType.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/Pothos/ProxyCallType.cpp
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_symlink_library libPothosQtColorPicker.0.dylib libPothosQtColorPicker.0.dylib libPothosQtColorPicker.dylib
[ 45%] Built target PothosQtColorPicker
[ 45%] Building CXX object util/CMakeFiles/MiscSupport.dir/DeviceInfoUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DMiscSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/MiscSupport.dir/DeviceInfoUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/DeviceInfoUtils.cpp
[ 45%] Building CXX object util/CMakeFiles/EvalSupport.dir/EvalEnvironmentListParsers.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/EvalEnvironmentListParsers.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/EvalEnvironmentListParsers.cpp
[ 45%] Linking CXX shared module PothosModule.so
cd /tmp/pothos20151101-97927-veej8d/build/python/Pothos && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosModule.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o PothosModule.so CMakeFiles/PothosModule.dir/PothosModule.cpp.o CMakeFiles/PothosModule.dir/ProxyEnvironmentType.cpp.o CMakeFiles/PothosModule.dir/ProxyType.cpp.o CMakeFiles/PothosModule.dir/ProxyCallType.cpp.o ../../library/lib/libPothos.0.3.0.dylib ../../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/lib/libpython2.7.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
[ 45%] Built target PothosModule
[ 45%] Building CXX object python/CMakeFiles/PythonSupport.dir/TestPython.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/TestPython.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/TestPython.cpp
[ 45%] Linking CXX shared module libJSONSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/JSONSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libJSONSupport.so CMakeFiles/JSONSupport.dir/JSONSerialization.cpp.o CMakeFiles/JSONSupport.dir/TestJSONSerialization.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
[ 45%] Built target JSONSupport
[ 45%] Building CXX object java/CMakeFiles/JavaSupport.dir/JavaHelper.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/JavaHelper.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/JavaHelper.cpp
[ 45%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilProxyServer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilProxyServer.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilProxyServer.cpp
[ 45%] Building CXX object util/CMakeFiles/EvalSupport.dir/TestEvalExpression.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/TestEvalExpression.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/TestEvalExpression.cpp
[ 46%] Building CXX object util/CMakeFiles/MiscSupport.dir/DocUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DMiscSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/MiscSupport.dir/DocUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/DocUtils.cpp
[ 46%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilLoadModule.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilLoadModule.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilLoadModule.cpp
[ 47%] Building CXX object python/CMakeFiles/PythonSupport.dir/TestPythonBlock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/TestPythonBlock.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/TestPythonBlock.cpp
[ 47%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilDocParse.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilDocParse.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilDocParse.cpp
[ 47%] Building CXX object util/CMakeFiles/EvalSupport.dir/BlockEval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/BlockEval.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/BlockEval.cpp
[ 47%] Building CXX object java/CMakeFiles/JavaSupport.dir/JavaHandle.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/JavaHandle.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/JavaHandle.cpp
[ 47%] Building CXX object library/apps/CMakeFiles/PothosUtil.dir/PothosUtilRunTopology.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/library/apps -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PothosUtil.dir/PothosUtilRunTopology.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/apps/PothosUtilRunTopology.cpp
[ 47%] Building CXX object util/CMakeFiles/MiscSupport.dir/TestDocUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DMiscSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/MiscSupport.dir/TestDocUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/TestDocUtils.cpp
[ 47%] Building CXX object python/CMakeFiles/PythonSupport.dir/PythonBlock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/PythonBlock.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/PythonBlock.cpp
[ 47%] Linking CXX executable PothosUtil
cd /tmp/pothos20151101-97927-veej8d/build/library/apps && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosUtil.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/PothosUtil.dir/PothosUtil.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilSelfTests.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilPluginTree.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilDeviceInfo.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilProxyServer.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilLoadModule.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilDocParse.cpp.o CMakeFiles/PothosUtil.dir/PothosUtilRunTopology.cpp.o -o PothosUtil ../lib/libPothos.0.3.0.dylib ../../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/Compiler/CMakeFiles/CompilerSupport.dir/build.make util/Compiler/CMakeFiles/CompilerSupport.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/util/Compiler /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/util/Compiler /tmp/pothos20151101-97927-veej8d/build/util/Compiler/CMakeFiles/CompilerSupport.dir/DependInfo.cmake --color=
Scanning dependencies of target CompilerSupport
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f util/Compiler/CMakeFiles/CompilerSupport.dir/build.make util/Compiler/CMakeFiles/CompilerSupport.dir/build
[ 48%] Building CXX object util/Compiler/CMakeFiles/CompilerSupport.dir/TestCompilerSupport.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util/Compiler && /usr/local/Library/ENV/4.3/clang++ -DCompilerSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/CompilerSupport.dir/TestCompilerSupport.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/Compiler/TestCompilerSupport.cpp
[ 48%] Built target PothosUtil
[ 48%] Building CXX object java/CMakeFiles/JavaSupport.dir/TestJava.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/TestJava.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/TestJava.cpp
[ 48%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpError.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpError.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpError.cpp
[ 48%] Building CXX object util/Compiler/CMakeFiles/CompilerSupport.dir/ClangCompilerSupport.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util/Compiler && /usr/local/Library/ENV/4.3/clang++ -DCompilerSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/CompilerSupport.dir/ClangCompilerSupport.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/Compiler/ClangCompilerSupport.cpp
[ 48%] Linking CXX shared module libMiscSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/MiscSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libMiscSupport.so CMakeFiles/MiscSupport.dir/ConvertContainers.cpp.o CMakeFiles/MiscSupport.dir/DeviceInfoUtils.cpp.o CMakeFiles/MiscSupport.dir/DocUtils.cpp.o CMakeFiles/MiscSupport.dir/TestDocUtils.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
[ 48%] Built target MiscSupport
[ 48%] Building CXX object java/CMakeFiles/JavaSupport.dir/Containers.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Library/ENV/4.3/clang++ -DJavaSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/include/darwin -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/JavaSupport.dir/Containers.cpp.o -c /tmp/pothos20151101-97927-veej8d/java/Containers.cpp
[ 48%] Building CXX object python/CMakeFiles/PythonSupport.dir/ProxyHelpers.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Library/ENV/4.3/clang++ -DPythonSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/python2.7 -I/tmp/pothos20151101-97927-veej8d/build/python -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/PythonSupport.dir/ProxyHelpers.cpp.o -c /tmp/pothos20151101-97927-veej8d/python/ProxyHelpers.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosGui.dir/build.make gui/CMakeFiles/PothosGui.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui /tmp/pothos20151101-97927-veej8d/build/gui/CMakeFiles/PothosGui.dir/DependInfo.cmake --color=
[ 49%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpFuncCmplx.cpp
[ 49%] Linking CXX shared module libCompilerSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/util/Compiler && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/CompilerSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libCompilerSupport.so CMakeFiles/CompilerSupport.dir/TestCompilerSupport.cpp.o CMakeFiles/CompilerSupport.dir/ClangCompilerSupport.cpp.o ../../library/lib/libPothos.0.3.0.dylib ../../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
Scanning dependencies of target PothosGui
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/CMakeFiles/PothosGui.dir/build.make gui/CMakeFiles/PothosGui.dir/build
[ 49%] Built target CompilerSupport
[ 49%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCommon.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCommon.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpFuncCommon.cpp
[ 49%] Building CXX object gui/CMakeFiles/PothosGui.dir/PothosGui.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PothosGui.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PothosGui.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/build.make gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/gui/EditWidgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/DependInfo.cmake --color=
Scanning dependencies of target CoreEditWidgets
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/build.make gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/build
[ 49%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/ComboBox.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/ComboBox.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/ComboBox.cpp
[ 49%] Building CXX object gui/CMakeFiles/PothosGui.dir/PothosGuiUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PothosGuiUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PothosGuiUtils.cpp
[ 49%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncMatrix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncMatrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpFuncMatrix.cpp
[ 49%] Linking CXX shared module libPythonSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PythonSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libPythonSupport.so CMakeFiles/PythonSupport.dir/PythonProxy.cpp.o CMakeFiles/PythonSupport.dir/PythonHandle.cpp.o CMakeFiles/PythonSupport.dir/PythonConvert.cpp.o CMakeFiles/PythonSupport.dir/TestPython.cpp.o CMakeFiles/PythonSupport.dir/TestPythonBlock.cpp.o CMakeFiles/PythonSupport.dir/PythonBlock.cpp.o CMakeFiles/PythonSupport.dir/ProxyHelpers.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/lib/libpython2.7.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
[ 49%] Built target PythonSupport
[ 50%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/DoubleSpinBox.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/DoubleSpinBox.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/DoubleSpinBox.cpp
[ 50%] Building CXX object gui/CMakeFiles/PothosGui.dir/MainWindow.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/MainWindow.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/MainWindow.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/PothosWidgetsPothosUtil.dir/build.make widgets/CMakeFiles/PothosWidgetsPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/widgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/widgets /tmp/pothos20151101-97927-veej8d/build/widgets/CMakeFiles/PothosWidgetsPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosWidgetsPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/PothosWidgetsPothosUtil.dir/build.make widgets/CMakeFiles/PothosWidgetsPothosUtil.dir/build
[ 50%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/widgets/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/widgets/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/widgets/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/widgets/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/widgets/PothosUtil.sh
[ 50%] Built target PothosWidgetsPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlottersPothosUtil.dir/build.make plotters/CMakeFiles/PothosPlottersPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/plotters /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/plotters /tmp/pothos20151101-97927-veej8d/build/plotters/CMakeFiles/PothosPlottersPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosPlottersPothosUtil
[ 50%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/FileEntry.cpp.o
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f plotters/CMakeFiles/PothosPlottersPothosUtil.dir/build.make plotters/CMakeFiles/PothosPlottersPothosUtil.dir/build
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/FileEntry.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/FileEntry.cpp
[ 50%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/plotters/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/plotters/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/plotters/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/plotters/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/plotters && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/plotters/PothosUtil.sh
[ 50%] Built target PothosPlottersPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f blocks/CMakeFiles/PothosBlocksPothosUtil.dir/build.make blocks/CMakeFiles/PothosBlocksPothosUtil.dir/depend
[ 50%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncNonCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncNonCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpFuncNonCmplx.cpp
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/blocks /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/blocks /tmp/pothos20151101-97927-veej8d/build/blocks/CMakeFiles/PothosBlocksPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosBlocksPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f blocks/CMakeFiles/PothosBlocksPothosUtil.dir/build.make blocks/CMakeFiles/PothosBlocksPothosUtil.dir/build
[ 51%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/blocks && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/blocks/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/blocks && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/blocks/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/blocks && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/blocks/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/blocks && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/blocks/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/blocks && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/blocks/PothosUtil.sh
[ 51%] Built target PothosBlocksPothosUtil
[ 51%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/LineEdit.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/LineEdit.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/LineEdit.cpp
[ 51%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncStr.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncStr.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpFuncStr.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f comms/CMakeFiles/PothosCommsPothosUtil.dir/build.make comms/CMakeFiles/PothosCommsPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/comms /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/comms /tmp/pothos20151101-97927-veej8d/build/comms/CMakeFiles/PothosCommsPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosCommsPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f comms/CMakeFiles/PothosCommsPothosUtil.dir/build.make comms/CMakeFiles/PothosCommsPothosUtil.dir/build
[ 51%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/comms && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/comms/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/comms && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/comms/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/comms && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/comms/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/comms && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/comms/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/comms && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/comms/PothosUtil.sh
[ 51%] Built target PothosCommsPothosUtil
[ 51%] Building CXX object gui/CMakeFiles/PothosGui.dir/ColorUtils/ColorUtils.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/ColorUtils/ColorUtils.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/ColorUtils/ColorUtils.cpp
[ 51%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpICallback.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpICallback.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpICallback.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/PothosPythonPothosUtil.dir/build.make python/CMakeFiles/PothosPythonPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/python /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/python /tmp/pothos20151101-97927-veej8d/build/python/CMakeFiles/PothosPythonPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosPythonPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f python/CMakeFiles/PothosPythonPothosUtil.dir/build.make python/CMakeFiles/PothosPythonPothosUtil.dir/build
[ 51%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/python/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/python/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/python/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/python && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/python/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/python && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/python/PothosUtil.sh
[ 51%] Built target PothosPythonPothosUtil
[ 51%] Building CXX object gui/CMakeFiles/PothosGui.dir/ColorUtils/ColorsDialog.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/ColorUtils/ColorsDialog.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/ColorUtils/ColorsDialog.cpp
[ 52%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIfThenElse.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIfThenElse.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIfThenElse.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f opencl/CMakeFiles/PothosOpenCLPothosUtil.dir/build.make opencl/CMakeFiles/PothosOpenCLPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/opencl /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/opencl /tmp/pothos20151101-97927-veej8d/build/opencl/CMakeFiles/PothosOpenCLPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosOpenCLPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f opencl/CMakeFiles/PothosOpenCLPothosUtil.dir/build.make opencl/CMakeFiles/PothosOpenCLPothosUtil.dir/build
[ 52%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/opencl && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/opencl/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/opencl && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/opencl/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/opencl && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/opencl/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/opencl && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/opencl/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/opencl && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/opencl/PothosUtil.sh
[ 52%] Built target PothosOpenCLPothosUtil
[ 52%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIOprt.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIOprt.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIOprt.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sdr/CMakeFiles/PothosSDRPothosUtil.dir/build.make sdr/CMakeFiles/PothosSDRPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/sdr /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/sdr /tmp/pothos20151101-97927-veej8d/build/sdr/CMakeFiles/PothosSDRPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosSDRPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f sdr/CMakeFiles/PothosSDRPothosUtil.dir/build.make sdr/CMakeFiles/PothosSDRPothosUtil.dir/build
[ 53%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/sdr && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/sdr/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/sdr && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/sdr/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/sdr && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/sdr/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/sdr && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/sdr/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/sdr && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/sdr/PothosUtil.sh
[ 53%] Built target PothosSDRPothosUtil
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/PropertiesPanelDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/PropertiesPanelDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/PropertiesPanelDock.cpp
[ 54%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/SpinBox.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/SpinBox.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/SpinBox.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f audio/CMakeFiles/PothosAudioPothosUtil.dir/build.make audio/CMakeFiles/PothosAudioPothosUtil.dir/depend
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/audio /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/audio /tmp/pothos20151101-97927-veej8d/build/audio/CMakeFiles/PothosAudioPothosUtil.dir/DependInfo.cmake --color=
Scanning dependencies of target PothosAudioPothosUtil
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f audio/CMakeFiles/PothosAudioPothosUtil.dir/build.make audio/CMakeFiles/PothosAudioPothosUtil.dir/build
[ 54%] Generating PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/audio && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "#!/bin/sh" > /tmp/pothos20151101-97927-veej8d/build/audio/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/audio && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export LD_LIBRARY_PATH=/tmp/pothos20151101-97927-veej8d/build/serialization:/tmp/pothos20151101-97927-veej8d/build/library/lib:\${LD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/audio/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/audio && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "export DYLD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:\${DYLD_LIBRARY_PATH}" >> /tmp/pothos20151101-97927-veej8d/build/audio/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/audio && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E echo "\"/tmp/pothos20151101-97927-veej8d/build/library/apps/PothosUtil\" \$@" >> /tmp/pothos20151101-97927-veej8d/build/audio/PothosUtil.sh
cd /tmp/pothos20151101-97927-veej8d/build/audio && /bin/chmod +x /tmp/pothos20151101-97927-veej8d/build/audio/PothosUtil.sh
[ 54%] Built target PothosAudioPothosUtil
[ 54%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/StringEntry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/StringEntry.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EditWidgets/StringEntry.cpp
[ 54%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIPackage.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIPackage.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIPackage.cpp
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/ControlWidgets.dir/build.make widgets/CMakeFiles/ControlWidgets.dir/depend
[ 54%] Generating ControlWidgetsDocs.cpp
cd /tmp/pothos20151101-97927-veej8d/build/widgets && ./PothosUtil.sh --doc-parse /tmp/pothos20151101-97927-veej8d/widgets/QStringSupport.cpp /tmp/pothos20151101-97927-veej8d/widgets/Slider.cpp /tmp/pothos20151101-97927-veej8d/widgets/NumericEntry.cpp /tmp/pothos20151101-97927-veej8d/widgets/TextDisplay.cpp /tmp/pothos20151101-97927-veej8d/widgets/DropDown.cpp /tmp/pothos20151101-97927-veej8d/widgets/RadioGroup.cpp /tmp/pothos20151101-97927-veej8d/widgets/PlanarSelect.cpp /tmp/pothos20151101-97927-veej8d/widgets/ChatBox.cpp /tmp/pothos20151101-97927-veej8d/widgets/PushButton.cpp /tmp/pothos20151101-97927-veej8d/widgets/MyDoubleSlider.cpp --output /tmp/pothos20151101-97927-veej8d/build/widgets/ControlWidgetsDocs.cpp
[ 54%] Linking CXX shared module libJavaSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/java && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/JavaSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libJavaSupport.so CMakeFiles/JavaSupport.dir/JavaProxy.cpp.o CMakeFiles/JavaSupport.dir/JavaConvert.cpp.o CMakeFiles/JavaSupport.dir/JavaHelper.cpp.o CMakeFiles/JavaSupport.dir/JavaHandle.cpp.o CMakeFiles/JavaSupport.dir/TestJava.cpp.o CMakeFiles/JavaSupport.dir/Containers.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/libjawt.dylib /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/server/libjvm.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation -Wl,-rpath,/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib -Wl,-rpath,/Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre/lib/server
cd /tmp/pothos20151101-97927-veej8d/build && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/pothos20151101-97927-veej8d /tmp/pothos20151101-97927-veej8d/widgets /tmp/pothos20151101-97927-veej8d/build /tmp/pothos20151101-97927-veej8d/build/widgets /tmp/pothos20151101-97927-veej8d/build/widgets/CMakeFiles/ControlWidgets.dir/DependInfo.cmake --color=
ld: file not found: @rpath/libawt_lwawt.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [java/libJavaSupport.so] Error 1
make[1]: *** [java/CMakeFiles/JavaSupport.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/ConnectionPropertiesPanel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/ConnectionPropertiesPanel.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/ConnectionPropertiesPanel.cpp
[ 54%] Building CXX object gui/EditWidgets/CMakeFiles/CoreEditWidgets.dir/CoreEditWidgets_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Library/ENV/4.3/clang++ -DCoreEditWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/gui/EditWidgets -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/CoreEditWidgets.dir/CoreEditWidgets_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets/CoreEditWidgets_automoc.cpp
[ 54%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIToken.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIToken.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIToken.cpp
Scanning dependencies of target ControlWidgets
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f widgets/CMakeFiles/ControlWidgets.dir/build.make widgets/CMakeFiles/ControlWidgets.dir/build
[ 54%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/QStringSupport.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/QStringSupport.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/QStringSupport.cpp
[ 54%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValReader.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValReader.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIValReader.cpp
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/BlockPropertiesPanel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/BlockPropertiesPanel.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/BlockPropertiesPanel.cpp
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/BreakerPropertiesPanel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/BreakerPropertiesPanel.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/BreakerPropertiesPanel.cpp
[ 54%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValue.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValue.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpIValue.cpp
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/GraphPropertiesPanel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/GraphPropertiesPanel.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/GraphPropertiesPanel.cpp
[ 54%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinAssign.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinAssign.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtBinAssign.cpp
[ 54%] Linking CXX shared module libCoreEditWidgets.so
cd /tmp/pothos20151101-97927-veej8d/build/gui/EditWidgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/CoreEditWidgets.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libCoreEditWidgets.so CMakeFiles/CoreEditWidgets.dir/ComboBox.cpp.o CMakeFiles/CoreEditWidgets.dir/DoubleSpinBox.cpp.o CMakeFiles/CoreEditWidgets.dir/FileEntry.cpp.o CMakeFiles/CoreEditWidgets.dir/LineEdit.cpp.o CMakeFiles/CoreEditWidgets.dir/SpinBox.cpp.o CMakeFiles/CoreEditWidgets.dir/StringEntry.cpp.o CMakeFiles/CoreEditWidgets.dir/CoreEditWidgets_automoc.cpp.o ../libPothosQtColorPicker.0.dylib ../../library/lib/libPothos.0.3.0.dylib -framework CoreFoundation ../../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/opt/qt5/lib/QtCore.framework/QtCore
[ 54%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/Slider.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/Slider.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/Slider.cpp
[ 54%] Built target CoreEditWidgets
[ 54%] Building CXX object gui/CMakeFiles/PothosGui.dir/PropertiesPanel/PropertyEditWidget.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PropertiesPanel/PropertyEditWidget.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/PropertiesPanel/PropertyEditWidget.cpp
[ 55%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinCommon.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinCommon.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtBinCommon.cpp
[ 56%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/NumericEntry.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/NumericEntry.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/NumericEntry.cpp
[ 56%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtCmplx.cpp
[ 56%] Building CXX object gui/CMakeFiles/PothosGui.dir/MessageWindow/MessageWindowDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/MessageWindow/MessageWindowDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/MessageWindow/MessageWindowDock.cpp
[ 56%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/TextDisplay.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/TextDisplay.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/TextDisplay.cpp
[ 56%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtIndex.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtIndex.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtIndex.cpp
[ 56%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/DropDown.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/DropDown.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/DropDown.cpp
[ 57%] Building CXX object gui/CMakeFiles/PothosGui.dir/MessageWindow/LoggerDisplay.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/MessageWindow/LoggerDisplay.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/MessageWindow/LoggerDisplay.cpp
[ 57%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtMatrix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtMatrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtMatrix.cpp
[ 57%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/RadioGroup.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/RadioGroup.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/RadioGroup.cpp
[ 57%] Building CXX object gui/CMakeFiles/PothosGui.dir/MessageWindow/LoggerChannel.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/MessageWindow/LoggerChannel.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/MessageWindow/LoggerChannel.cpp
[ 57%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/PlanarSelect.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/PlanarSelect.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/PlanarSelect.cpp
[ 57%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtNonCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtNonCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtNonCmplx.cpp
[ 57%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/ChatBox.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/ChatBox.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/ChatBox.cpp
[ 57%] Building CXX object gui/CMakeFiles/PothosGui.dir/BlockTree/BlockTreeDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/BlockTree/BlockTreeDock.cpp
[ 57%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtPostfixCommon.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtPostfixCommon.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpOprtPostfixCommon.cpp
[ 57%] Building CXX object gui/CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidget.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidget.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/BlockTree/BlockTreeWidget.cpp
[ 57%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageCmplx.cpp
[ 57%] Building CXX object gui/CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidgetItem.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidgetItem.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/BlockTree/BlockTreeWidgetItem.cpp
[ 58%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCommon.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCommon.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageCommon.cpp
[ 58%] Building CXX object gui/CMakeFiles/PothosGui.dir/BlockTree/BlockCache.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/BlockTree/BlockCache.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/BlockTree/BlockCache.cpp
[ 59%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/PushButton.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/PushButton.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/PushButton.cpp
[ 59%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageMatrix.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageMatrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageMatrix.cpp
[ 59%] Building CXX object gui/CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZoneEditor.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZoneEditor.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/AffinitySupport/AffinityZoneEditor.cpp
[ 59%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/MyDoubleSlider.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/MyDoubleSlider.cpp.o -c /tmp/pothos20151101-97927-veej8d/widgets/MyDoubleSlider.cpp
[ 60%] Building CXX object gui/CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesMenu.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesMenu.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/AffinitySupport/AffinityZonesMenu.cpp
[ 60%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageNonCmplx.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageNonCmplx.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageNonCmplx.cpp
[ 60%] Building CXX object gui/CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesComboBox.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesComboBox.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/AffinitySupport/AffinityZonesComboBox.cpp
[ 60%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageStr.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageStr.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageStr.cpp
[ 60%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/ControlWidgetsDocs.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/ControlWidgetsDocs.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/widgets/ControlWidgetsDocs.cpp
[ 60%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageUnit.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageUnit.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpPackageUnit.cpp
[ 60%] Building CXX object widgets/CMakeFiles/ControlWidgets.dir/ControlWidgets_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Library/ENV/4.3/clang++ -DControlWidgets_EXPORTS -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/widgets -I/tmp/pothos20151101-97927-veej8d/widgets -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -fPIC -o CMakeFiles/ControlWidgets.dir/ControlWidgets_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/widgets/ControlWidgets_automoc.cpp
[ 60%] Building CXX object gui/CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/AffinitySupport/AffinityZonesDock.cpp
[ 60%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpParser.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParser.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpParser.cpp
[ 60%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserBase.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserBase.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpParserBase.cpp
[ 60%] Building CXX object gui/CMakeFiles/PothosGui.dir/AffinitySupport/CpuSelectionWidget.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/AffinitySupport/CpuSelectionWidget.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/AffinitySupport/CpuSelectionWidget.cpp
[ 60%] Linking CXX shared module libControlWidgets.so
cd /tmp/pothos20151101-97927-veej8d/build/widgets && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/ControlWidgets.dir/link.txt --verbose=1
[ 60%] Building CXX object gui/CMakeFiles/PothosGui.dir/HostExplorer/PluginModuleTree.cpp.o
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libControlWidgets.so CMakeFiles/ControlWidgets.dir/QStringSupport.cpp.o CMakeFiles/ControlWidgets.dir/Slider.cpp.o CMakeFiles/ControlWidgets.dir/NumericEntry.cpp.o CMakeFiles/ControlWidgets.dir/TextDisplay.cpp.o CMakeFiles/ControlWidgets.dir/DropDown.cpp.o CMakeFiles/ControlWidgets.dir/RadioGroup.cpp.o CMakeFiles/ControlWidgets.dir/PlanarSelect.cpp.o CMakeFiles/ControlWidgets.dir/ChatBox.cpp.o CMakeFiles/ControlWidgets.dir/PushButton.cpp.o CMakeFiles/ControlWidgets.dir/MyDoubleSlider.cpp.o CMakeFiles/ControlWidgets.dir/ControlWidgetsDocs.cpp.o CMakeFiles/ControlWidgets.dir/ControlWidgets_automoc.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/opt/qt5/lib/QtOpenGL.framework/QtOpenGL /usr/local/opt/qt5/lib/QtSvg.framework/QtSvg /usr/local/opt/qt5/lib/QtPrintSupport.framework/QtPrintSupport /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtCore.framework/QtCore
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/HostExplorer/PluginModuleTree.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/HostExplorer/PluginModuleTree.cpp
[ 61%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserMessageProvider.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserMessageProvider.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpParserMessageProvider.cpp
[ 61%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpRPN.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpRPN.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpRPN.cpp
[ 61%] Built target ControlWidgets
[ 61%] Building CXX object gui/CMakeFiles/PothosGui.dir/HostExplorer/PluginRegistryTree.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/HostExplorer/PluginRegistryTree.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/HostExplorer/PluginRegistryTree.cpp
[ 61%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpScriptTokens.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpScriptTokens.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpScriptTokens.cpp
[ 62%] Building CXX object gui/CMakeFiles/PothosGui.dir/HostExplorer/SystemInfoTree.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/HostExplorer/SystemInfoTree.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/HostExplorer/SystemInfoTree.cpp
[ 62%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpTest.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpTest.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpTest.cpp
[ 62%] Building CXX object gui/CMakeFiles/PothosGui.dir/HostExplorer/HostSelectionTable.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/HostExplorer/HostSelectionTable.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/HostExplorer/HostSelectionTable.cpp
[ 62%] Building CXX object gui/CMakeFiles/PothosGui.dir/HostExplorer/HostExplorerDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/HostExplorer/HostExplorerDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/HostExplorer/HostExplorerDock.cpp
[ 62%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphState.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphState.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphState.cpp
[ 62%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpTokenReader.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpTokenReader.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpTokenReader.cpp
[ 62%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpValReader.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValReader.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpValReader.cpp
[ 63%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpValue.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValue.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpValue.cpp
[ 63%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpValueCache.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValueCache.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpValueCache.cpp
[ 63%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTabs.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTabs.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditorTabs.cpp
[ 63%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditor.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditor.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditor.cpp
[ 63%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorSerialization.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorSerialization.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditorSerialization.cpp
[ 63%] Building CXX object util/CMakeFiles/EvalSupport.dir/muparserx/parser/mpVariable.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Library/ENV/4.3/clang++ -DEvalSupport_EXPORTS -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/util/muparserx/parser -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/EvalSupport.dir/muparserx/parser/mpVariable.cpp.o -c /tmp/pothos20151101-97927-veej8d/util/muparserx/parser/mpVariable.cpp
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorDeserialization.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorDeserialization.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditorDeserialization.cpp
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorRenderedDialog.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorRenderedDialog.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditorRenderedDialog.cpp
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTopologyStats.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTopologyStats.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphEditorTopologyStats.cpp
[ 64%] Linking CXX shared module libEvalSupport.so
cd /tmp/pothos20151101-97927-veej8d/build/util && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/EvalSupport.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -bundle -Wl,-headerpad_max_install_names -flat_namespace -o libEvalSupport.so CMakeFiles/EvalSupport.dir/EvalEnvironment.cpp.o CMakeFiles/EvalSupport.dir/EvalEnvironmentListParsers.cpp.o CMakeFiles/EvalSupport.dir/TestEvalExpression.cpp.o CMakeFiles/EvalSupport.dir/BlockEval.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpError.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncCommon.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncMatrix.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncNonCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpFuncStr.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpICallback.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIfThenElse.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIOprt.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIPackage.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIToken.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValReader.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpIValue.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinAssign.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtBinCommon.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtIndex.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtMatrix.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtNonCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpOprtPostfixCommon.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageCommon.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageMatrix.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageNonCmplx.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageStr.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpPackageUnit.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParser.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserBase.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpParserMessageProvider.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpRPN.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpScriptTokens.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpTest.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpTokenReader.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValReader.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValue.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpValueCache.cpp.o CMakeFiles/EvalSupport.dir/muparserx/parser/mpVariable.cpp.o ../library/lib/libPothos.0.3.0.dylib ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl -framework CoreFoundation
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphDraw.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphDraw.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphDraw.cpp
[ 64%] Built target EvalSupport
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphDrawSelection.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphDrawSelection.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphDrawSelection.cpp
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphEditor/GraphActionsDock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphEditor/GraphActionsDock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphEditor/GraphActionsDock.cpp
[ 64%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphEndpoint.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphEndpoint.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphEndpoint.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphObject.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphObject.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphObject.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphBlock.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphBlock.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphBlock.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphBlockUpdate.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphBlockUpdate.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphBlockUpdate.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphBreaker.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphBreaker.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphBreaker.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphConnection.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphConnection.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphConnection.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphWidget.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphWidget.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphWidget.cpp
[ 65%] Building CXX object gui/CMakeFiles/PothosGui.dir/GraphObjects/GraphWidgetContainer.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/GraphObjects/GraphWidgetContainer.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/GraphObjects/GraphWidgetContainer.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/EvalEngine.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/EvalEngine.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/EvalEngine.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/EvalEngineImpl.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/EvalEngineImpl.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/EvalEngineImpl.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/BlockEval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/BlockEval.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/BlockEval.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/ThreadPoolEval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/ThreadPoolEval.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/ThreadPoolEval.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/EnvironmentEval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/EnvironmentEval.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/EnvironmentEval.cpp
[ 66%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/TopologyEval.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/TopologyEval.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/TopologyEval.cpp
[ 67%] Building CXX object gui/CMakeFiles/PothosGui.dir/EvalEngine/TopologyTraversal.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/EvalEngine/TopologyTraversal.cpp.o -c /tmp/pothos20151101-97927-veej8d/gui/EvalEngine/TopologyTraversal.cpp
[ 67%] Building CXX object gui/CMakeFiles/PothosGui.dir/PothosGui_automoc.cpp.o
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Library/ENV/4.3/clang++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_WIDGETS_LIB -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/tmp/pothos20151101-97927-veej8d/build/gui -I/tmp/pothos20151101-97927-veej8d/gui -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -I/tmp/pothos20151101-97927-veej8d/gui/qtcolorpicker/src -isystem /usr/local/include -fPIC -o CMakeFiles/PothosGui.dir/PothosGui_automoc.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/gui/PothosGui_automoc.cpp
[ 67%] Linking CXX executable PothosGui
cd /tmp/pothos20151101-97927-veej8d/build/gui && /usr/local/Cellar/cmake/3.3.2/bin/cmake -E cmake_link_script CMakeFiles/PothosGui.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/PothosGui.dir/PothosGui.cpp.o CMakeFiles/PothosGui.dir/PothosGuiUtils.cpp.o CMakeFiles/PothosGui.dir/MainWindow.cpp.o CMakeFiles/PothosGui.dir/ColorUtils/ColorUtils.cpp.o CMakeFiles/PothosGui.dir/ColorUtils/ColorsDialog.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/PropertiesPanelDock.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/ConnectionPropertiesPanel.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/BlockPropertiesPanel.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/BreakerPropertiesPanel.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/GraphPropertiesPanel.cpp.o CMakeFiles/PothosGui.dir/PropertiesPanel/PropertyEditWidget.cpp.o CMakeFiles/PothosGui.dir/MessageWindow/MessageWindowDock.cpp.o CMakeFiles/PothosGui.dir/MessageWindow/LoggerDisplay.cpp.o CMakeFiles/PothosGui.dir/MessageWindow/LoggerChannel.cpp.o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeDock.cpp.o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidget.cpp.o CMakeFiles/PothosGui.dir/BlockTree/BlockTreeWidgetItem.cpp.o CMakeFiles/PothosGui.dir/BlockTree/BlockCache.cpp.o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZoneEditor.cpp.o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesMenu.cpp.o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesComboBox.cpp.o CMakeFiles/PothosGui.dir/AffinitySupport/AffinityZonesDock.cpp.o CMakeFiles/PothosGui.dir/AffinitySupport/CpuSelectionWidget.cpp.o CMakeFiles/PothosGui.dir/HostExplorer/PluginModuleTree.cpp.o CMakeFiles/PothosGui.dir/HostExplorer/PluginRegistryTree.cpp.o CMakeFiles/PothosGui.dir/HostExplorer/SystemInfoTree.cpp.o CMakeFiles/PothosGui.dir/HostExplorer/HostSelectionTable.cpp.o CMakeFiles/PothosGui.dir/HostExplorer/HostExplorerDock.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphState.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTabs.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditor.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorSerialization.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorDeserialization.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorRenderedDialog.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphEditorTopologyStats.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphDraw.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphDrawSelection.cpp.o CMakeFiles/PothosGui.dir/GraphEditor/GraphActionsDock.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphEndpoint.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphObject.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphBlock.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphBlockUpdate.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphBreaker.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphConnection.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphWidget.cpp.o CMakeFiles/PothosGui.dir/GraphObjects/GraphWidgetContainer.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/EvalEngine.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/EvalEngineImpl.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/BlockEval.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/ThreadPoolEval.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/EnvironmentEval.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/TopologyEval.cpp.o CMakeFiles/PothosGui.dir/EvalEngine/TopologyTraversal.cpp.o CMakeFiles/PothosGui.dir/PothosGui_automoc.cpp.o -o PothosGui libPothosQtColorPicker.0.dylib ../library/lib/libPothos.0.3.0.dylib -framework CoreFoundation ../serialization/libPothosSerialization.0.dylib /usr/local/lib/libPocoUtil.31.dylib /usr/local/lib/libPocoJSON.31.dylib /usr/local/lib/libPocoXML.31.dylib /usr/local/lib/libPocoNet.31.dylib /usr/local/lib/libPocoFoundation.31.dylib -ldl /usr/local/opt/qt5/lib/QtWidgets.framework/QtWidgets /usr/local/opt/qt5/lib/QtGui.framework/QtGui /usr/local/opt/qt5/lib/QtConcurrent.framework/QtConcurrent /usr/local/opt/qt5/lib/QtCore.framework/QtCore
[ 67%] Built target PothosGui
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 066e73db55c365f8c1b9a0bc01c0fad35600b847
Last commit: 2 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.0.1
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.8 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60, 1.6.0_65-b14-468
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local/opt/openssl:/usr/local/opt/qt5:/usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/opt/qt5/Frameworks:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig:/usr/local/opt/soapysdr/lib/pkgconfig:/usr/local/opt/qt5/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/graphviz/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/openssl/bin:/usr/local/opt/poco/bin:/usr/local/opt/soapysdr/bin:/usr/local/opt/qt5/bin:/usr/local/opt/libpng/bin:/usr/local/opt/graphviz/bin:/usr/bin:/bin:/usr/sbin:/sbin
This file has been truncated, but you can view the full file.
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/archive_exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/archive_exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_archive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_archive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_iserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/butterworth_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/butterworth_iir.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/butterworth_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/butterworth_iir.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_oserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev_iir.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev_iir.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_iserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_iserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev2_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev2_iir.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/chebyshev2_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/chebyshev2_iir.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/elliptic_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/elliptic_iir.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/elliptic_iir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/elliptic_iir.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_oserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_pointer_oserializer.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/find_roots.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/find_roots.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/find_roots.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/find_roots.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_serializer_map.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_serializer_map.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_coeff.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_coeff.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_iprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_iprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/iir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/iir_coeff.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/iir_coeff.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/iir_coeff.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_oprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_oprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/remez_fir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/remez_fir.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/remez_fir.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/remez_fir.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_inv_dft.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_inv_dft.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/comms/spuce/.. -o CMakeFiles/spucelib.dir/filters/fir_inv_dft.cpp.o -c /tmp/pothos20151101-97927-veej8d/comms/spuce/filters/fir_inv_dft.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_woprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_woprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_wiprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_text_wiprimitive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_xml_archive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/basic_xml_archive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/binary_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/codecvt_null.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/codecvt_null.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_no_rtti.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_no_rtti.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_typeid.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/extended_type_info_typeid.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_convert.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_convert.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_utf8_codecvt_facet.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/po_utf8_codecvt_facet.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/polymorphic_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/portable_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/shared_ptr_helper.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/shared_ptr_helper.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/stl_port.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/stl_port.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_legend.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_legend.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/text_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/utf8_codecvt_facet.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/utf8_codecvt_facet.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_scale_draw.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_slider.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_slider.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_abstract_slider.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_abstract_slider.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_analog_clock.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_analog_clock.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_analog_clock.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_analog_clock.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_arrow_button.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_arrow_button.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_arrow_button.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_arrow_button.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/void_cast.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/void_cast.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_archive_exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_archive_exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_clipper.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_clipper.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_clipper.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_clipper.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_color_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_color_map.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_color_map.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_color_map.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_grammar.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_grammar.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_column_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_column_symbol.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_column_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_column_symbol.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_iarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_oarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wgrammar.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wgrammar.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_wiarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_ALL_DYN_LINK -DPothosSerialization_EXPORTS -DPOTHOS_ARCHIVE_SOURCE -fPIC -I/tmp/pothos20151101-97927-veej8d/serialization/include -o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.cpp.o -c /tmp/pothos20151101-97927-veej8d/serialization/lib/xml_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass_rose.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass_rose.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_compass_rose.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_compass_rose.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_counter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_counter.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_counter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_counter.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_curve_fitter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_curve_fitter.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_curve_fitter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_curve_fitter.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_draw.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_draw.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_draw.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_engine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_engine.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_date_scale_engine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_date_scale_engine.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial_needle.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial_needle.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dial_needle.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dial_needle.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dyngrid_layout.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dyngrid_layout.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_dyngrid_layout.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_dyngrid_layout.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_event_pattern.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_event_pattern.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_event_pattern.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_event_pattern.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_graphic.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_graphic.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_graphic.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_graphic.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -dynamiclib -Wl,-headerpad_max_install_names -o libPothosSerialization.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/serialization/libPothosSerialization.0.dylib CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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 -o libPothosSerialization.0.dylib -install_name /tmp/pothos20151101-97927-veej8d/build/serialization/libPothosSerialization.0.dylib CMakeFiles/PothosSerialization.dir/lib/archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_iserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_pointer_oserializer.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_serializer_map.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_iprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_oprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_wiprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_text_woprimitive.cpp.o CMakeFiles/PothosSerialization.dir/lib/basic_xml_archive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/binary_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/codecvt_null.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_no_rtti.cpp.o CMakeFiles/PothosSerialization.dir/lib/extended_type_info_typeid.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_convert.cpp.o CMakeFiles/PothosSerialization.dir/lib/po_utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/polymorphic_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/portable_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/shared_ptr_helper.cpp.o CMakeFiles/PothosSerialization.dir/lib/stl_port.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/text_woarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/utf8_codecvt_facet.cpp.o CMakeFiles/PothosSerialization.dir/lib/void_cast.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_archive_exception.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_grammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_iarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_oarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wgrammar.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_wiarchive.cpp.o CMakeFiles/PothosSerialization.dir/lib/xml_woarchive.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include -L/usr/local/opt/openssl/lib -L/usr/local/opt/qt5/lib -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: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval_symbol.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_interval_symbol.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_interval_symbol.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_knob.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_knob.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_knob.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_knob.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_data.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_data.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_label.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_label.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_legend_label.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_legend_label.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfoOSX.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfoOSX.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ThreadConfigUnix.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ThreadConfigUnix.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Framework/ThreadConfigUnix.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Framework/ThreadConfigUnix.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Init.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Init.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Init.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Init.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_magnifier.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_magnifier.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_magnifier.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_magnifier.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_math.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_math.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_math.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_math.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_matrix_raster_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_matrix_raster_data.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_matrix_raster_data.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_matrix_raster_data.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Testing.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Testing.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Testing.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Testing.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_null_paintdevice.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_null_paintdevice.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_null_paintdevice.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_null_paintdevice.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Exception.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Logger.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/Logger.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Logger.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Version.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Version.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Version.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Paths.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Paths.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Paths.cpp.o -c /tmp/pothos20151101-97927-veej8d/build/library/lib/Paths.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter_command.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter_command.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_painter_command.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_painter_command.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/HostInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/HostInfo.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/HostInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/HostInfo.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_panner.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_panner.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_panner.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_panner.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfo.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/NumaInfo.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/NumaInfo.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/Exception.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/System/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/System/Exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker_machine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker_machine.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_picker_machine.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_picker_machine.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Object.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Object.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Object.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Object.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ObjectM.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ObjectM.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ObjectM.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ObjectM.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Hash.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Hash.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Hash.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Hash.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_pixel_matrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_pixel_matrix.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_pixel_matrix.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_pixel_matrix.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Compare.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Compare.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ToString.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ToString.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/ToString.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/ToString.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Convert.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Convert.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Convert.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_abstract_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_abstract_barchart.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_axis.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_axis.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_axis.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_axis.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_barchart.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_barchart.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_barchart.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_canvas.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_canvas.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_canvas.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_canvas.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_curve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_curve.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_curve.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_curve.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_dict.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_dict.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_dict.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_dict.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Serialize.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Serialize.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Serialize.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Serialize.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Exception.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Exception.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Exception.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Compare.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/Compare.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/Compare.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_directpainter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_directpainter.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_PRINTSUPPORT_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQWT_DLL -DQWT_MAKEDLL -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/build/plotters -I/tmp/pothos20151101-97927-veej8d/plotters -I/tmp/pothos20151101-97927-veej8d/library/include -iframework /usr/local/opt/qt5/lib -isystem /usr/local/opt/qt5/lib/QtWidgets.framework/Headers -isystem /usr/local/opt/qt5/lib/QtGui.framework/Headers -isystem /usr/local/opt/qt5/lib/QtCore.framework/Headers -isystem /usr/local/opt/qt5/./mkspecs/macx-clang -isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -isystem /usr/local/opt/qt5/lib/QtConcurrent.framework/Headers -isystem /usr/local/opt/qt5/lib/QtOpenGL.framework/Headers -isystem /usr/local/opt/qt5/lib/QtSvg.framework/Headers -isystem /usr/local/opt/qt5/lib/QtPrintSupport.framework/Headers -I/tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src -I/tmp/pothos20151101-97927-veej8d/plotters/PlotterUtils -fPIC -o CMakeFiles/PothosQwt.dir/qwt-6.1.2/src/qwt_plot_directpainter.cpp.o -c /tmp/pothos20151101-97927-veej8d/plotters/qwt-6.1.2/src/qwt_plot_directpainter.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntermediate.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertIntermediate.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntermediate.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertIntermediate.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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
clang++ called with: -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIBRARY_NAME="libPothos.0.3.0.dylib" -std=c++0x -Wc++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -fPIC -I/tmp/pothos20151101-97927-veej8d/library/lib -I/tmp/pothos20151101-97927-veej8d/library/include -I/tmp/pothos20151101-97927-veej8d/serialization/include -isystem /usr/local/include -o CMakeFiles/Pothos.dir/Object/Builtin/ConvertIntegers.cpp.o -c /tmp/pothos20151101-97927-veej8d/library/lib/Object/Builtin/ConvertIntegers.cpp
superenv removed: -Wc++11-extensions
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 -I/usr/local/opt/openssl/include -I/usr/local/opt/qt5/include
superenv executed: clang++ -pipe -w -Os -march=native -DPOTHOS_DLL_EXPORTS -DPOTHOS_LIB
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment