Skip to content

Instantly share code, notes, and snippets.

@apjanke
Created August 3, 2015 05:42
Show Gist options
  • Save apjanke/e784e553abf4b696fc23 to your computer and use it in GitHub Desktop.
Save apjanke/e784e553abf4b696fc23 to your computer and use it in GitHub Desktop.
2015-08-03 00:33:19 -0400
cmake
.
-DCMAKE_C_FLAGS_RELEASE=
-DCMAKE_CXX_FLAGS_RELEASE=
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cpp-netlib/0.11.1
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-- The C compiler identification is AppleClang 7.0.0.7000059
-- The CXX compiler identification is AppleClang 7.0.0.7000059
-- 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
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- unit_test_framework
-- system
-- regex
-- date_time
-- thread
-- filesystem
-- program_options
-- chrono
-- atomic
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
clang called with: CMakeCCompilerId.c
superenv added: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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++ -std=c++11 -stdlib=libc++ CMakeCXXCompilerId.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_e6d3d.dir/testCCompiler.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_e6d3d.dir/testCCompiler.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/testCCompiler.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e6d3d.dir/testCCompiler.c.o -o cmTC_e6d3d
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_e6d3d.dir/testCCompiler.c.o -o cmTC_e6d3d -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_84ec8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_84ec8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCCompilerABI.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.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_84ec8.dir/CMakeCCompilerABI.c.o -o cmTC_84ec8
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_84ec8.dir/CMakeCCompilerABI.c.o -o cmTC_84ec8 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c11 -o CMakeFiles/cmTC_9b0fb.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_9b0fb.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9b0fb.dir/feature_tests.c.o -o cmTC_9b0fb
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_9b0fb.dir/feature_tests.c.o -o cmTC_9b0fb -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c99 -o CMakeFiles/cmTC_c8f0a.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_c8f0a.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c8f0a.dir/feature_tests.c.o -o cmTC_c8f0a
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_c8f0a.dir/feature_tests.c.o -o cmTC_c8f0a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c90 -o CMakeFiles/cmTC_91867.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_91867.dir/feature_tests.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_91867.dir/feature_tests.c.o -o cmTC_91867
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_91867.dir/feature_tests.c.o -o cmTC_91867 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_decc8.dir/testCXXCompiler.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -o CMakeFiles/cmTC_decc8.dir/testCXXCompiler.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_decc8.dir/testCXXCompiler.cxx.o -o cmTC_decc8
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_decc8.dir/testCXXCompiler.cxx.o -o cmTC_decc8 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_88708.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -o CMakeFiles/cmTC_88708.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.3.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -isysroot /Applications/Xcode-beta.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_88708.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_88708
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_88708.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_88708 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++1y -o CMakeFiles/cmTC_3415d.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++1y -o CMakeFiles/cmTC_3415d.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3415d.dir/feature_tests.cxx.o -o cmTC_3415d
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3415d.dir/feature_tests.cxx.o -o cmTC_3415d -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++11 -o CMakeFiles/cmTC_945df.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++11 -o CMakeFiles/cmTC_945df.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_945df.dir/feature_tests.cxx.o -o cmTC_945df
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_945df.dir/feature_tests.cxx.o -o cmTC_945df -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -std=c++98 -o CMakeFiles/cmTC_b75d9.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++98 -o CMakeFiles/cmTC_b75d9.dir/feature_tests.cxx.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/feature_tests.cxx -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b75d9.dir/feature_tests.cxx.o -o cmTC_b75d9
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b75d9.dir/feature_tests.cxx.o -o cmTC_b75d9 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_d559d.dir/CheckIncludeFiles.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_d559d.dir/CheckIncludeFiles.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d559d.dir/CheckIncludeFiles.c.o -o cmTC_d559d
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_d559d.dir/CheckIncludeFiles.c.o -o cmTC_d559d -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -o CMakeFiles/cmTC_cbae1.dir/CheckSymbolExists.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_cbae1.dir/CheckSymbolExists.c.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang called with: -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cbae1.dir/CheckSymbolExists.c.o -o cmTC_cbae1
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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_cbae1.dir/CheckSymbolExists.c.o -o cmTC_cbae1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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-08-03 00:33:26 -0400
make
/usr/local/Cellar/cmake/3.3.0/bin/cmake -H/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -B/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_progress_start /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/CMakeFiles/progress.marks
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build.make libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/DependInfo.cmake --color=
Scanning dependencies of target cppnetlib-client-connections
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build.make libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/build
[ 1%] Building CXX object libs/network/src/CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/client.cpp
[ 2%] Linking CXX static library libcppnetlib-client-connections.a
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/cppnetlib-client-connections.dir/cmake_clean_target.cmake
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-client-connections.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-client-connections.a CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o
/usr/bin/ranlib libcppnetlib-client-connections.a
[ 2%] Built target cppnetlib-client-connections
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build.make libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/DependInfo.cmake --color=
Scanning dependencies of target cppnetlib-server-parsers
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build.make libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/build
[ 4%] Building CXX object libs/network/src/CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/server_request_parsers_impl.cpp
[ 5%] Linking CXX static library libcppnetlib-server-parsers.a
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/cppnetlib-server-parsers.dir/cmake_clean_target.cmake
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-server-parsers.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-server-parsers.a CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o
/usr/bin/ranlib libcppnetlib-server-parsers.a
[ 5%] Built target cppnetlib-server-parsers
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-uri.dir/build.make libs/network/src/CMakeFiles/cppnetlib-uri.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/CMakeFiles/cppnetlib-uri.dir/DependInfo.cmake --color=
Scanning dependencies of target cppnetlib-uri
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/src/CMakeFiles/cppnetlib-uri.dir/build.make libs/network/src/CMakeFiles/cppnetlib-uri.dir/build
[ 7%] Building CXX object libs/network/src/CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/uri.cpp
[ 8%] Building CXX object libs/network/src/CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/schemes.cpp
[ 10%] Linking CXX static library libcppnetlib-uri.a
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -P CMakeFiles/cppnetlib-uri.dir/cmake_clean_target.cmake
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cppnetlib-uri.dir/link.txt --verbose=1
/usr/bin/ar cq libcppnetlib-uri.a CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o
/usr/bin/ranlib libcppnetlib-uri.a
[ 10%] Built target cppnetlib-uri
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-message_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/build
[ 11%] Building CXX object libs/network/test/CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_test.cpp
[ 13%] Linking CXX executable ../../../tests/cpp-netlib-message_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-message_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -o ../../../tests/cpp-netlib-message_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
[ 13%] Built target cpp-netlib-message_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-message_transform_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/build
[ 14%] Building CXX object libs/network/test/CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_transform_test.cpp
[ 15%] Linking CXX executable ../../../tests/cpp-netlib-message_transform_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-message_transform_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -o ../../../tests/cpp-netlib-message_transform_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
[ 15%] Built target cpp-netlib-message_transform_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-utils_thread_pool
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/build.make libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/build
[ 17%] Building CXX object libs/network/test/CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/utils_thread_pool.cpp
[ 18%] Linking CXX executable ../../../tests/cpp-netlib-utils_thread_pool
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-utils_thread_pool.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -o ../../../tests/cpp-netlib-utils_thread_pool /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
[ 18%] Built target cpp-netlib-utils_thread_pool
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-relative_uri_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/build
[ 20%] Building CXX object libs/network/test/uri/CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/relative_uri_test.cpp
[ 21%] Linking CXX executable ../../../../tests/cpp-netlib-relative_uri_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-relative_uri_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -o ../../../../tests/cpp-netlib-relative_uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 21%] Built target cpp-netlib-relative_uri_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-uri_builder_stream_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/build
[ 23%] Building CXX object libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_stream_test.cpp
[ 24%] Linking CXX executable ../../../../tests/cpp-netlib-uri_builder_stream_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_stream_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 24%] Built target cpp-netlib-uri_builder_stream_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-uri_builder_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/build
[ 26%] Building CXX object libs/network/test/uri/CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_test.cpp
[ 27%] Linking CXX executable ../../../../tests/cpp-netlib-uri_builder_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-uri_builder_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 27%] Built target cpp-netlib-uri_builder_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-uri_encoding_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/build
[ 28%] Building CXX object libs/network/test/uri/CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_encoding_test.cpp
[ 30%] Linking CXX executable ../../../../tests/cpp-netlib-uri_encoding_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-uri_encoding_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -o ../../../../tests/cpp-netlib-uri_encoding_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 30%] Built target cpp-netlib-uri_encoding_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-uri_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/build.make libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/build
[ 31%] Building CXX object libs/network/test/uri/CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_test.cpp
[ 33%] Linking CXX executable ../../../../tests/cpp-netlib-uri_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-uri_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -o ../../../../tests/cpp-netlib-uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 33%] Built target cpp-netlib-uri_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-client_constructor_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/build
[ 34%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_constructor_test.cpp
[ 36%] Linking CXX executable ../../../../tests/cpp-netlib-http-client_constructor_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-client_constructor_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_constructor_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
[ 36%] Built target cpp-netlib-http-client_constructor_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-client_get_different_port_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/build
[ 37%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_different_port_test.cpp
[ 39%] Linking CXX executable ../../../../tests/cpp-netlib-http-client_get_different_port_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_different_port_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
[ 39%] Built target cpp-netlib-http-client_get_different_port_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-client_get_streaming_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/build
[ 40%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_streaming_test.cpp
[ 42%] Linking CXX executable ../../../../tests/cpp-netlib-http-client_get_streaming_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_streaming_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
[ 42%] Built target cpp-netlib-http-client_get_streaming_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-client_get_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/build
[ 43%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_test.cpp
[ 44%] Linking CXX executable ../../../../tests/cpp-netlib-http-client_get_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-client_get_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
[ 44%] Built target cpp-netlib-http-client_get_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-client_get_timeout_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/build
[ 46%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_timeout_test.cpp
[ 47%] Linking CXX executable ../../../../tests/cpp-netlib-http-client_get_timeout_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_timeout_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
[ 47%] Built target cpp-netlib-http-client_get_timeout_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-request_incremental_parser_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/build
[ 49%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_incremental_parser_test.cpp
[ 50%] Linking CXX executable ../../../../tests/cpp-netlib-http-request_incremental_parser_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 50%] Built target cpp-netlib-http-request_incremental_parser_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-request_linearize_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/build
[ 52%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_linearize_test.cpp
[ 53%] Linking CXX executable ../../../../tests/cpp-netlib-http-request_linearize_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-request_linearize_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_linearize_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 53%] Built target cpp-netlib-http-request_linearize_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-response_incremental_parser_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/build
[ 55%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/response_incremental_parser_test.cpp
[ 56%] Linking CXX executable ../../../../tests/cpp-netlib-http-response_incremental_parser_test
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_link_script CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/link.txt --verbose=1
/usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-response_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
[ 56%] Built target cpp-netlib-http-response_incremental_parser_test
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/depend
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final && /usr/local/Cellar/cmake/3.3.0/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/DependInfo.cmake --color=
Scanning dependencies of target cpp-netlib-http-server_async_run_stop_concurrency
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/build.make libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/build
[ 57%] Building CXX object libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/server_async_run_stop_concurrency.cpp.o
cd /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http && /usr/local/Library/ENV/4.3/clang++ -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/server_async_run_stop_concurrency.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/server_async_run_stop_concurrency.cpp
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/server_async_run_stop_concurrency.cpp:6:
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/boost/network/include/http/server.hpp:11:
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/boost/network/protocol/http/server.hpp:14:
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/boost/network/protocol/http/server/sync_server.hpp:18:
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/boost/network/protocol/http/server/storage_base.hpp:11:
In file included from /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/boost/network/protocol/http/server/options.hpp:13:
In file included from /usr/local/include/boost/asio/ssl.hpp:19:
In file included from /usr/local/include/boost/asio/ssl/context.hpp:27:
In file included from /usr/local/include/boost/asio/ssl/context_base.hpp:19:
/usr/local/include/boost/asio/ssl/detail/openssl_types.hpp:19:10: fatal error: 'openssl/conf.h' file not found
#include <openssl/conf.h>
^
1 error generated.
make[2]: *** [libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/server_async_run_stop_concurrency.cpp.o] Error 1
make[1]: *** [libs/network/test/http/CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 65522a481b40484c37528a3e666add384e741d76
Last commit: 21 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit arrandale
OS X: 10.11-x86_64
Xcode: 7.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby
Java: 1.8.0_51
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/icu4c:/usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/icu4c/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
HOMEBREW_MAKE_JOBS: 1
HOMEBREW_SDKROOT: /Applications/Xcode-beta.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/icu4c/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/client.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-client-connections.dir/client.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/client.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/server_request_parsers_impl.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-server-parsers.dir/server_request_parsers_impl.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/server_request_parsers_impl.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/uri.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/uri.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/uri.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/schemes.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cppnetlib-uri.dir/uri/schemes.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/src/uri/schemes.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -o ../../../tests/cpp-netlib-message_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_test.dir/message_test.cpp.o -o ../../../tests/cpp-netlib-message_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_transform_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/message_transform_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -o ../../../tests/cpp-netlib-message_transform_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-message_transform_test.dir/message_transform_test.cpp.o -o ../../../tests/cpp-netlib-message_transform_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/utils_thread_pool.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/utils_thread_pool.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -o ../../../tests/cpp-netlib-utils_thread_pool /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-utils_thread_pool.dir/utils_thread_pool.cpp.o -o ../../../tests/cpp-netlib-utils_thread_pool /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/relative_uri_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/relative_uri_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -o ../../../../tests/cpp-netlib-relative_uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-relative_uri_test.dir/relative_uri_test.cpp.o -o ../../../../tests/cpp-netlib-relative_uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_stream_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_stream_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_stream_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_stream_test.dir/uri_builder_stream_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_stream_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_builder_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_builder_test.dir/uri_builder_test.cpp.o -o ../../../../tests/cpp-netlib-uri_builder_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_encoding_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_encoding_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -o ../../../../tests/cpp-netlib-uri_encoding_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_encoding_test.dir/uri_encoding_test.cpp.o -o ../../../../tests/cpp-netlib-uri_encoding_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/uri/uri_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -o ../../../../tests/cpp-netlib-uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-uri_test.dir/uri_test.cpp.o -o ../../../../tests/cpp-netlib-uri_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_constructor_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_constructor_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_constructor_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_constructor_test.dir/client_constructor_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_constructor_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_different_port_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_different_port_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_different_port_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_different_port_test.dir/client_get_different_port_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_different_port_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_streaming_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_streaming_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_streaming_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_streaming_test.dir/client_get_streaming_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_streaming_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_test.dir/client_get_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_timeout_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/client_get_timeout_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_timeout_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-client_get_timeout_test.dir/client_get_timeout_test.cpp.o -o ../../../../tests/cpp-netlib-http-client_get_timeout_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a ../../src/libcppnetlib-client-connections.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_incremental_parser_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_incremental_parser_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_incremental_parser_test.dir/request_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_linearize_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/request_linearize_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_linearize_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-request_linearize_test.dir/request_linearize_test.cpp.o -o ../../../../tests/cpp-netlib-http-request_linearize_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/response_incremental_parser_test.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/response_incremental_parser_test.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
clang++ called with: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-response_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a
superenv removed: -Wall
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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 -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cpp-netlib-http-response_incremental_parser_test.dir/response_incremental_parser_test.cpp.o -o ../../../../tests/cpp-netlib-http-response_incremental_parser_test /usr/local/lib/libboost_unit_test_framework-mt.a /usr/local/lib/libboost_system-mt.a /usr/local/lib/libboost_regex-mt.a /usr/local/lib/libboost_date_time-mt.a /usr/local/lib/libboost_thread-mt.a /usr/local/lib/libboost_filesystem-mt.a /usr/local/lib/libboost_program_options-mt.a /usr/local/lib/libboost_chrono-mt.a /usr/local/lib/libboost_atomic-mt.a ../../src/libcppnetlib-uri.a -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include -L/usr/local/opt/icu4c/lib -L/usr/local/lib -L/Applications/Xcode-beta.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: -Wall -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -I/usr/local/include -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/server_async_run_stop_concurrency.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/server_async_run_stop_concurrency.cpp
superenv removed: -Wall -I/usr/local/include
superenv added: -pipe -w -Os -march=native --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -ftemplate-depth=256 -std=c++11 -stdlib=libc++ -I/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final -o CMakeFiles/cpp-netlib-http-server_async_run_stop_concurrency.dir/server_async_run_stop_concurrency.cpp.o -c /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final/libs/network/test/http/server_async_run_stop_concurrency.cpp -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk --sysroot=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -isystem/usr/local/include -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2 -isystem/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/icu4c/include
# This is the CMakeCache file.
# For build in directory: /tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
# It was generated by CMake: /usr/local/Cellar/cmake/3.3.0/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.
########################
# EXTERNAL cache entries
########################
//Boost atomic library (debug)
Boost_ATOMIC_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_atomic-mt.a
//Boost atomic library (release)
Boost_ATOMIC_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_atomic-mt.a
//Boost chrono library (debug)
Boost_CHRONO_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_chrono-mt.a
//Boost chrono library (release)
Boost_CHRONO_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_chrono-mt.a
//Boost date_time library (debug)
Boost_DATE_TIME_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_date_time-mt.a
//Boost date_time library (release)
Boost_DATE_TIME_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_date_time-mt.a
//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND
//Boost filesystem library (debug)
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_filesystem-mt.a
//Boost filesystem library (release)
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_filesystem-mt.a
//Path to a file.
Boost_INCLUDE_DIR:PATH=/usr/local/include
//Boost library directory DEBUG
Boost_LIBRARY_DIR_DEBUG:PATH=/usr/local/lib
//Boost library directory RELEASE
Boost_LIBRARY_DIR_RELEASE:PATH=/usr/local/lib
//Boost program_options library (debug)
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_program_options-mt.a
//Boost program_options library (release)
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_program_options-mt.a
//Boost regex library (debug)
Boost_REGEX_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_regex-mt.a
//Boost regex library (release)
Boost_REGEX_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_regex-mt.a
//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_system-mt.a
//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_system-mt.a
//Boost thread library (debug)
Boost_THREAD_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_thread-mt.a
//Boost thread library (release)
Boost_THREAD_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_thread-mt.a
//Boost unit_test_framework library (debug)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=/usr/local/lib/libboost_unit_test_framework-mt.a
//Boost unit_test_framework library (release)
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=/usr/local/lib/libboost_unit_test_framework-mt.a
//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release
//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/local/Library/ENV/4.3/clang++
//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=
//Flags used by the compiler during release builds with debug info.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/local/Library/ENV/4.3/clang
//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=
//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g
//Flags used by the compiler during release builds for minimum
// size.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
//Flags used by the compiler during release builds.
CMAKE_C_FLAGS_RELEASE:STRING=
//Flags used by the compiler during release builds with debug info.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
//No help, variable specified on the command line.
CMAKE_FIND_FRAMEWORK:UNINITIALIZED=LAST
//user executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin
//read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=
//read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share
//documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=
//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include
//info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=
//object code libraries (lib)
CMAKE_INSTALL_LIBDIR:PATH=lib
//program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
//locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=
//modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
//man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=
//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/cpp-netlib/0.11.1
//system admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin
//modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
//read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/local/Library/ENV/4.3/ld
//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/local/Library/ENV/4.3/gmake
//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm
//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND
//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=
//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=CPP-NETLIB
//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO
//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=
//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip
//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF
//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON
//Value Computed by CMake
CPP-NETLIB_BINARY_DIR:STATIC=/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
//Build the cpp-netlib project examples.
CPP-NETLIB_BUILD_EXAMPLES:BOOL=ON
//Build cpp-netlib as shared libraries.
CPP-NETLIB_BUILD_SHARED_LIBS:BOOL=OFF
//Build the cpp-netlib project tests.
CPP-NETLIB_BUILD_TESTS:BOOL=ON
//Value Computed by CMake
CPP-NETLIB_SOURCE_DIR:STATIC=/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
//Installation directory for CMake files
INSTALL_CMAKE_DIR:PATH=lib/cmake/cppnetlib
//Path to a library.
OPENSSL_CRYPTO_LIBRARY:FILEPATH=/usr/lib/libcrypto.dylib
//Path to a file.
OPENSSL_INCLUDE_DIR:PATH=OPENSSL_INCLUDE_DIR-NOTFOUND
//Path to a library.
OPENSSL_SSL_LIBRARY:FILEPATH=/usr/lib/libssl.dylib
//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/local/bin/pkg-config
//Dependencies for target
cppnetlib-client-connections_LIB_DEPENDS:STATIC=
//Dependencies for target
cppnetlib-server-parsers_LIB_DEPENDS:STATIC=
//Dependencies for target
cppnetlib-uri_LIB_DEPENDS:STATIC=
########################
# INTERNAL cache entries
########################
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_DEBUG
Boost_ATOMIC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_ATOMIC_LIBRARY_RELEASE
Boost_ATOMIC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_DEBUG
Boost_CHRONO_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_CHRONO_LIBRARY_RELEASE
Boost_CHRONO_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_DEBUG
Boost_DATE_TIME_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DATE_TIME_LIBRARY_RELEASE
Boost_DATE_TIME_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG
Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE
Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_DEBUG
Boost_REGEX_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_REGEX_LIBRARY_RELEASE
Boost_REGEX_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_DEBUG
Boost_THREAD_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_THREAD_LIBRARY_RELEASE
Boost_THREAD_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE
Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=3
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.3.0/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.3.0/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.3.0/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.3.0/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/cpp-netlib20150803-76542-xsxh3o/cpp-netlib-0.11.1-final
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=8
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.3.0/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//ADVANCED property for variable: OPENSSL_CRYPTO_LIBRARY
OPENSSL_CRYPTO_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_INCLUDE_DIR
OPENSSL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: OPENSSL_SSL_LIBRARY
OPENSSL_SSL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=atomic;chrono;date_time;filesystem;program_options;regex;system;thread;unit_test_framework
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/local/include
//Last used Boost_LIBRARY_DIR_DEBUG value.
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/usr/local/lib
//Last used Boost_LIBRARY_DIR_RELEASE value.
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/usr/local/lib
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
//Last used Boost_USE_STATIC_LIBS value.
_Boost_USE_STATIC_LIBS_LAST:INTERNAL=ON
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local/Cellar/cpp-netlib/0.11.1
_OPENSSL_CFLAGS:INTERNAL=
_OPENSSL_CFLAGS_I:INTERNAL=
_OPENSSL_CFLAGS_OTHER:INTERNAL=
_OPENSSL_FOUND:INTERNAL=1
_OPENSSL_INCLUDEDIR:INTERNAL=/usr/include
_OPENSSL_INCLUDE_DIRS:INTERNAL=
_OPENSSL_LDFLAGS:INTERNAL=-lssl;-lcrypto;-lz
_OPENSSL_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_LIBDIR:INTERNAL=/usr/lib
_OPENSSL_LIBRARIES:INTERNAL=ssl;crypto;z
_OPENSSL_LIBRARY_DIRS:INTERNAL=
_OPENSSL_LIBS:INTERNAL=
_OPENSSL_LIBS_L:INTERNAL=
_OPENSSL_LIBS_OTHER:INTERNAL=
_OPENSSL_LIBS_PATHS:INTERNAL=
_OPENSSL_PREFIX:INTERNAL=/usr
_OPENSSL_STATIC_CFLAGS:INTERNAL=
_OPENSSL_STATIC_CFLAGS_I:INTERNAL=
_OPENSSL_STATIC_CFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_INCLUDE_DIRS:INTERNAL=
_OPENSSL_STATIC_LDFLAGS:INTERNAL=-lssl;-lcrypto;-lz
_OPENSSL_STATIC_LDFLAGS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBDIR:INTERNAL=
_OPENSSL_STATIC_LIBRARIES:INTERNAL=ssl;crypto;z
_OPENSSL_STATIC_LIBRARY_DIRS:INTERNAL=
_OPENSSL_STATIC_LIBS:INTERNAL=
_OPENSSL_STATIC_LIBS_L:INTERNAL=
_OPENSSL_STATIC_LIBS_OTHER:INTERNAL=
_OPENSSL_STATIC_LIBS_PATHS:INTERNAL=
_OPENSSL_VERSION:INTERNAL=0.9.8zg
_OPENSSL_openssl_INCLUDEDIR:INTERNAL=
_OPENSSL_openssl_LIBDIR:INTERNAL=
_OPENSSL_openssl_PREFIX:INTERNAL=
_OPENSSL_openssl_VERSION:INTERNAL=
__pkg_config_checked__OPENSSL:INTERNAL=1
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 967355c741d4f8a69bea56bb871cba31b375c6a8
Last commit: 10 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit arrandale
OS X: 10.11-x86_64
Xcode: 7.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: N/A
Clang: 7.0 build 700
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.2/bin/ruby
Java: 1.8.0_51
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
coreutils
crystax-ndk
cspice
dsocks
freeling
fsharp
fswatch
gconf
gdal
gnome-common
go-app-engine-64
google-app-engine
groovysdk
hello
ice
jbigkit
kes
mecab-ko
nikto
open-cobol
openhmd
pkcrack
putty
rancid
rhino
rtmpdump
speech-tools
submarine
talk-filters
telepathy-mission-control
tpl
vcodex
vmalloc
voltdb
yaml-cpp
Warning: You are using OS X 10.11.
We do not provide support for this pre-release version.
You may encounter build failures or other breakage.
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: Some installed formula are missing dependencies.
You should `brew install` the missing dependencies:
brew install android-sdk disco
Run `brew missing` for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment