Created
May 18, 2015 17:07
-
-
Save dunn/b7cddcecc45f54f3c97c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-18 10:04:30 -0700 | |
cmake | |
-DCMAKE_C_FLAGS_RELEASE= | |
-DCMAKE_CXX_FLAGS_RELEASE= | |
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/soci/HEAD | |
-DCMAKE_BUILD_TYPE=Release | |
-DCMAKE_FIND_FRAMEWORK=LAST | |
-DCMAKE_VERBOSE_MAKEFILE=ON | |
-Wno-dev | |
. | |
-DWITH_SQLITE3:BOOL=ON | |
-DWITH_BOOST:BOOL=OFF | |
-DWITH_MYSQL:BOOL=OFF | |
-DWITH_ORACLE:BOOL=OFF | |
-DWITH_ODBC:BOOL=OFF | |
-DWITH_PG:BOOL=OFF | |
-- The C compiler identification is AppleClang 6.1.0.6020049 | |
-- The CXX compiler identification is AppleClang 6.1.0.6020049 | |
-- 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 | |
-- Looking for __i386__ | |
-- Looking for __i386__ - not found | |
-- Looking for __x86_64__ | |
-- Looking for __x86_64__ - found | |
-- Looking for __arm__ | |
-- Looking for __arm__ - not found | |
-- [1;4;34mConfiguring SOCI:[0m | |
-- SOCI_VERSION = 4.0.0 | |
-- SOCI_ABI_VERSION = 4.0 | |
-- SOCI_SHARED = ON | |
-- SOCI_STATIC = ON | |
-- SOCI_TESTS = ON | |
-- [1;4;34mLooking for SOCI dependencies:[0m | |
-- [1;36mThreads:[0m | |
-- CMAKE_THREAD_LIBS_INIT = | |
-- [1;31mBoost:[0m [31mdisabled, since WITH_BOOST=OFF[0m | |
-- [1;31mMySQL:[0m [31mdisabled, since WITH_MYSQL=OFF[0m | |
-- [1;31mODBC:[0m [31mdisabled, since WITH_ODBC=OFF[0m | |
-- [1;31mOracle:[0m [31mdisabled, since WITH_ORACLE=OFF[0m | |
-- [1;36mPostgreSQL:[0m | |
-- POSTGRESQL_INCLUDE_DIR = /usr/local/include | |
-- POSTGRESQL_LIBRARIES = /usr/local/lib/libpq.dylib | |
-- POSTGRESQL_VERSION = 9.4.1 | |
-- [1;36mSQLite3:[0m | |
-- SQLITE3_INCLUDE_DIR = /usr/include | |
-- SQLITE3_LIBRARIES = /usr/lib/libsqlite3.dylib | |
-- [1;36mFirebird:[0m | |
-- SOCI_FIREBIRD_EMBEDDED = OFF | |
-- [4;31mWARNING:[0m | |
-- [31mFirebird not found, some libraries or features will be disabled.[0m | |
-- [31mSee the documentation for Firebird or manually set these variables:[0m | |
-- FIREBIRD_INCLUDE_DIR = FIREBIRD_INCLUDE_DIR-NOTFOUND | |
-- FIREBIRD_LIBRARIES = FIREBIRD_LIBRARIES-NOTFOUND | |
-- FIREBIRD_VERSION = | |
-- [1;36mDB2:[0m | |
-- [4;31mWARNING:[0m | |
-- [31mDB2 not found, some libraries or features will be disabled.[0m | |
-- [31mSee the documentation for DB2 or manually set these variables:[0m | |
-- DB2_INCLUDE_DIR = DB2_INCLUDE_DIR-NOTFOUND | |
-- DB2_LIBRARIES = DB2_LIBRARY-NOTFOUND | |
-- [1;4;34mConfiguring SOCI core library:[0m | |
-- SOCI_CORE_TARGET = soci_core | |
-- SOCI_CORE_TARGET_OUTPUT_NAME = soci_core | |
-- SOCI_CORE_DEPS_LIBS = /usr/lib/libdl.dylib | |
-- SOCI_CORE_INCLUDE_DIRS = /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/include /tmp/soci20150518-43404-1jz6095/include/private /tmp/soci20150518-43404-1jz6095/src/core | |
-- WITH_BOOST = OFF | |
-- COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4.0" HAVE_DL=1 SOCI_LIB_PREFIX="libsoci_" SOCI_LIB_SUFFIX=".dylib" | |
-- | |
-- [1;4;34mConfiguring SOCI backend libraries:[0m | |
-- [1;32mEmpty - SOCI backend skeleton for new backends development[0m | |
-- SOCI_EMPTY = ON | |
-- SOCI_EMPTY_TARGET = soci_empty | |
-- SOCI_EMPTY_OUTPUT_NAME = soci_empty | |
-- SOCI_EMPTY_COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4.0" HAVE_DL=1 | |
-- SOCI_EMPTY_INCLUDE_DIRECTORIES = /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/include /tmp/soci20150518-43404-1jz6095/include/private /tmp/soci20150518-43404-1jz6095/include/private | |
-- [1;32mPostgreSQL - SOCI backend for PostgreSQL[0m | |
-- SOCI_POSTGRESQL = ON | |
-- SOCI_POSTGRESQL_TARGET = soci_postgresql | |
-- SOCI_POSTGRESQL_OUTPUT_NAME = soci_postgresql | |
-- SOCI_POSTGRESQL_COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4.0" HAVE_DL=1 HAVE_POSTGRESQL=1 | |
-- SOCI_POSTGRESQL_INCLUDE_DIRECTORIES = /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/include /tmp/soci20150518-43404-1jz6095/include/private /tmp/soci20150518-43404-1jz6095/include/private /usr/local/include | |
-- SOCI_POSTGRESQL_NOPARAMS = OFF | |
-- SOCI_POSTGRESQL_NOBINDBYNAME = OFF | |
-- SOCI_POSTGRESQL_NOPREPARE = OFF | |
-- [1;32mSQLite3 - SOCI backend for SQLite 3[0m | |
-- SOCI_SQLITE3 = ON | |
-- SOCI_SQLITE3_TARGET = soci_sqlite3 | |
-- SOCI_SQLITE3_OUTPUT_NAME = soci_sqlite3 | |
-- SOCI_SQLITE3_COMPILE_DEFINITIONS = SOCI_ABI_VERSION="4.0" HAVE_DL=1 HAVE_SQLITE3=1 | |
-- SOCI_SQLITE3_INCLUDE_DIRECTORIES = /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/include /tmp/soci20150518-43404-1jz6095/include/private /tmp/soci20150518-43404-1jz6095/include/private /usr/include | |
-- | |
-- [1;4;34mConfiguring SOCI tests:[0m | |
-- SOCI_EMPTY_TEST_CONNSTR = dummy | |
-- MS Access test disabled on non-Windows platform | |
-- SOCI_POSTGRESQL_TEST_CONNSTR = dbname=soci_test | |
-- SOCI_SQLITE3_TEST_CONNSTR = :memory: | |
-- | |
-- Configuring done | |
-- Generating done | |
CMake Warning: | |
Manually-specified variables were not used by the project: | |
WITH_PG | |
-- Build files have been written to: /tmp/soci20150518-43404-1jz6095 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: CMakeCCompilerId.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang CMakeCCompilerId.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: CMakeCXXCompilerId.cpp | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ CMakeCXXCompilerId.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec124190064.dir/testCCompiler.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/testCCompiler.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec124190064.dir/testCCompiler.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec124190064.dir/testCCompiler.c.o -o cmTryCompileExec124190064 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec124190064.dir/testCCompiler.c.o -o cmTryCompileExec124190064 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3275490614.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCCompilerABI.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3275490614.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec3275490614.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3275490614 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec3275490614.dir/CMakeCCompilerABI.c.o -o cmTryCompileExec3275490614 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -std=c11 -o CMakeFiles/cmTryCompileExec287646432.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTryCompileExec287646432.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec287646432.dir/feature_tests.c.o -o cmTryCompileExec287646432 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec287646432.dir/feature_tests.c.o -o cmTryCompileExec287646432 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -std=c99 -o CMakeFiles/cmTryCompileExec2015095128.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTryCompileExec2015095128.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2015095128.dir/feature_tests.c.o -o cmTryCompileExec2015095128 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2015095128.dir/feature_tests.c.o -o cmTryCompileExec2015095128 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -std=c90 -o CMakeFiles/cmTryCompileExec45643434.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTryCompileExec45643434.dir/feature_tests.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec45643434.dir/feature_tests.c.o -o cmTryCompileExec45643434 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec45643434.dir/feature_tests.c.o -o cmTryCompileExec45643434 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec2244538506.dir/testCXXCompiler.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/testCXXCompiler.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2244538506.dir/testCXXCompiler.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2244538506.dir/testCXXCompiler.cxx.o -o cmTryCompileExec2244538506 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2244538506.dir/testCXXCompiler.cxx.o -o cmTryCompileExec2244538506 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec1700715644.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1700715644.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.2.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec1700715644.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1700715644 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTryCompileExec1700715644.dir/CMakeCXXCompilerABI.cpp.o -o cmTryCompileExec1700715644 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -std=c++1y -o CMakeFiles/cmTryCompileExec3887135979.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -std=c++1y -o CMakeFiles/cmTryCompileExec3887135979.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3887135979.dir/feature_tests.cxx.o -o cmTryCompileExec3887135979 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3887135979.dir/feature_tests.cxx.o -o cmTryCompileExec3887135979 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -std=c++11 -o CMakeFiles/cmTryCompileExec203916916.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -o CMakeFiles/cmTryCompileExec203916916.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec203916916.dir/feature_tests.cxx.o -o cmTryCompileExec203916916 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec203916916.dir/feature_tests.cxx.o -o cmTryCompileExec203916916 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -std=c++98 -o CMakeFiles/cmTryCompileExec1823785391.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -std=c++98 -o CMakeFiles/cmTryCompileExec1823785391.dir/feature_tests.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/feature_tests.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1823785391.dir/feature_tests.cxx.o -o cmTryCompileExec1823785391 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1823785391.dir/feature_tests.cxx.o -o cmTryCompileExec1823785391 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec3064568609.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3064568609.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -o CMakeFiles/cmTryCompileExec2220070502.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec2220070502.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2220070502.dir/CheckSymbolExists.cxx.o -o cmTryCompileExec2220070502 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec2220070502.dir/CheckSymbolExists.cxx.o -o cmTryCompileExec2220070502 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o CMakeFiles/cmTryCompileExec1044262077.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1044262077.dir/CheckSymbolExists.cxx.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o CMakeFiles/cmTryCompileExec1386838191.dir/CheckIncludeFiles.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckIncludeFiles.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec1386838191.dir/CheckIncludeFiles.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckIncludeFiles.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1386838191.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1386838191 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec1386838191.dir/CheckIncludeFiles.c.o -o cmTryCompileExec1386838191 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o CMakeFiles/cmTryCompileExec3494925241.dir/CheckSymbolExists.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTryCompileExec3494925241.dir/CheckSymbolExists.c.o -c /tmp/soci20150518-43404-1jz6095/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3494925241.dir/CheckSymbolExists.c.o -o cmTryCompileExec3494925241 | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTryCompileExec3494925241.dir/CheckSymbolExists.c.o -o cmTryCompileExec3494925241 -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-18 10:04:34 -0700 | |
make | |
install | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -H/tmp/soci20150518-43404-1jz6095 -B/tmp/soci20150518-43404-1jz6095 --check-build-system CMakeFiles/Makefile.cmake 0 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_start /tmp/soci20150518-43404-1jz6095/CMakeFiles /tmp/soci20150518-43404-1jz6095/CMakeFiles/progress.marks | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/core/CMakeFiles/soci_core.dir/build.make src/core/CMakeFiles/soci_core.dir/depend | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/core/CMakeFiles/soci_core_static.dir/build.make src/core/CMakeFiles/soci_core_static.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/core /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/core /tmp/soci20150518-43404-1jz6095/src/core/CMakeFiles/soci_core_static.dir/DependInfo.cmake --color= | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/empty/CMakeFiles/soci_empty.dir/build.make src/backends/empty/CMakeFiles/soci_empty.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/core /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/core /tmp/soci20150518-43404-1jz6095/src/core/CMakeFiles/soci_core.dir/DependInfo.cmake --color= | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/empty/CMakeFiles/soci_empty_static.dir/build.make src/backends/empty/CMakeFiles/soci_empty_static.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/empty /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/empty /tmp/soci20150518-43404-1jz6095/src/backends/empty/CMakeFiles/soci_empty.dir/DependInfo.cmake --color= | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/empty /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/empty /tmp/soci20150518-43404-1jz6095/src/backends/empty/CMakeFiles/soci_empty_static.dir/DependInfo.cmake --color= | |
Scanning dependencies of target soci_empty | |
Scanning dependencies of target soci_core_static | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/empty/CMakeFiles/soci_empty.dir/build.make src/backends/empty/CMakeFiles/soci_empty.dir/build | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/core/CMakeFiles/soci_core_static.dir/build.make src/core/CMakeFiles/soci_core_static.dir/build | |
Scanning dependencies of target soci_core | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/core/CMakeFiles/soci_core.dir/build.make src/core/CMakeFiles/soci_core.dir/build | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 36 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 18 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles | |
[ 1%] [ 2%] [ 2%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/blob.cpp.o | |
Building CXX object src/core/CMakeFiles/soci_core_static.dir/backend-loader.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp | |
Building CXX object src/core/CMakeFiles/soci_core.dir/backend-loader.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp | |
Scanning dependencies of target soci_empty_static | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/empty/CMakeFiles/soci_empty_static.dir/build.make src/backends/empty/CMakeFiles/soci_empty_static.dir/build | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 45 | |
[ 3%] Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 46 | |
[ 4%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 37 | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/factory.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp | |
[ 5%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/factory.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 47 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 38 | |
[ 6%] [ 7%] Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/row-id.cpp.o | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/row-id.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 19 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 1 | |
[ 8%] [ 9%] Building CXX object src/core/CMakeFiles/soci_core.dir/blob.cpp.o | |
Building CXX object src/core/CMakeFiles/soci_core_static.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 48 | |
[ 10%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 39 | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp | |
[ 11%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 40 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 49 | |
[ 12%] [ 13%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/standard-into-type.cpp.o | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/standard-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 2 | |
[ 14%] Building CXX object src/core/CMakeFiles/soci_core.dir/connection-parameters.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 20 | |
[ 15%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 50 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 41 | |
[ 17%] [ 17%] Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/standard-use-type.cpp.o | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/standard-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 3 | |
[ 18%] Building CXX object src/core/CMakeFiles/soci_core.dir/connection-pool.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 21 | |
[ 19%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles | |
Building CXX object src/core/CMakeFiles/soci_core_static.dir/connection-pool.cpp.o | |
[ 19%] cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp | |
Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 42 | |
[ 20%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 51 | |
[ 21%] Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/vector-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 43 | |
[ 22%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/vector-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 52 | |
[ 23%] Building CXX object src/backends/empty/CMakeFiles/soci_empty_static.dir/vector-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 44 | |
[ 24%] Building CXX object src/backends/empty/CMakeFiles/soci_empty.dir/vector-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 4 | |
[ 25%] Building CXX object src/core/CMakeFiles/soci_core.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 22 | |
[ 26%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp | |
Linking CXX static library ../../../lib/libsoci_empty.a | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/soci_empty_static.dir/cmake_clean_target.cmake | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_empty_static.dir/link.txt --verbose=1 | |
Linking CXX shared library ../../../lib/libsoci_empty.dylib | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_empty.dir/link.txt --verbose=1 | |
/usr/bin/ar cq ../../../lib/libsoci_empty.a CMakeFiles/soci_empty_static.dir/blob.cpp.o CMakeFiles/soci_empty_static.dir/factory.cpp.o CMakeFiles/soci_empty_static.dir/row-id.cpp.o CMakeFiles/soci_empty_static.dir/session.cpp.o CMakeFiles/soci_empty_static.dir/standard-into-type.cpp.o CMakeFiles/soci_empty_static.dir/standard-use-type.cpp.o CMakeFiles/soci_empty_static.dir/statement.cpp.o CMakeFiles/soci_empty_static.dir/vector-into-type.cpp.o CMakeFiles/soci_empty_static.dir/vector-use-type.cpp.o | |
/usr/local/Library/ENV/4.3/clang++ -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_empty.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_empty.4.0.dylib CMakeFiles/soci_empty.dir/blob.cpp.o CMakeFiles/soci_empty.dir/factory.cpp.o CMakeFiles/soci_empty.dir/row-id.cpp.o CMakeFiles/soci_empty.dir/session.cpp.o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o CMakeFiles/soci_empty.dir/statement.cpp.o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o | |
/usr/bin/ranlib ../../../lib/libsoci_empty.a | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 45 46 47 48 49 50 51 52 | |
[ 26%] Built target soci_empty_static | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 23 | |
[ 27%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/empty && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_symlink_library ../../../lib/libsoci_empty.4.0.0.dylib ../../../lib/libsoci_empty.4.0.dylib ../../../lib/libsoci_empty.dylib | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 36 37 38 39 40 41 42 43 44 | |
[ 27%] Built target soci_empty | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/postgresql/CMakeFiles/soci_postgresql.dir/build.make src/backends/postgresql/CMakeFiles/soci_postgresql.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/postgresql /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/postgresql /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/CMakeFiles/soci_postgresql.dir/DependInfo.cmake --color= | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 5 | |
[ 28%] Building CXX object src/core/CMakeFiles/soci_core.dir/into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 24 | |
[ 29%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/build.make src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/postgresql /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/postgresql /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/DependInfo.cmake --color= | |
Scanning dependencies of target soci_postgresql_static | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/build.make src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/build | |
Scanning dependencies of target soci_postgresql | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/postgresql/CMakeFiles/soci_postgresql.dir/build.make src/backends/postgresql/CMakeFiles/soci_postgresql.dir/build | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 66 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 55 | |
[ 30%] [ 31%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 6 | |
[ 32%] Building CXX object src/core/CMakeFiles/soci_core.dir/once-temp-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 25 | |
[ 33%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles | |
[ 33%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 56 | |
[ 34%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/common.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/common.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 7 | |
[ 35%] Building CXX object src/core/CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 26 | |
[ 36%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 57 | |
[ 37%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/procedure.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 67 | |
[ 38%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 58 | |
[ 39%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/factory.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 68 | |
[ 40%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/factory.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 8 | |
[ 41%] Building CXX object src/core/CMakeFiles/soci_core.dir/procedure.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 27 | |
[ 42%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 59 | |
[ 43%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/row-id.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 69 | |
[ 44%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/row-id.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 9 | |
[ 45%] Building CXX object src/core/CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 28 | |
[ 46%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 60 | |
[ 47%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 70 | |
[ 48%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 10 | |
[ 49%] Building CXX object src/core/CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 29 | |
[ 50%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/row.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 61 | |
[ 51%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 71 | |
[ 52%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/standard-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 11 | |
[ 53%] Building CXX object src/core/CMakeFiles/soci_core.dir/row.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 62 | |
[ 54%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 72 | |
[ 55%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/standard-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 30 | |
[ 56%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/rowid.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 63 | |
[ 57%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 73 | |
[ 58%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 12 | |
[ 59%] Building CXX object src/core/CMakeFiles/soci_core.dir/rowid.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 31 | |
[ 60%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 13 | |
[ 61%] Building CXX object src/core/CMakeFiles/soci_core.dir/session.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 74 | |
[ 62%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/vector-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 64 | |
[ 63%] /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 32 | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp | |
[ 64%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/soci-simple.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 14 | |
[ 65%] Building CXX object src/core/CMakeFiles/soci_core.dir/soci-simple.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 65 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 75 | |
[ 67%] [ 67%] Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o | |
Building CXX object src/backends/postgresql/CMakeFiles/soci_postgresql_static.dir/vector-use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp | |
Linking CXX shared library ../../../lib/libsoci_postgresql.dylib | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_postgresql.dir/link.txt --verbose=1 | |
/usr/local/Library/ENV/4.3/clang++ -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_postgresql.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_postgresql.4.0.dylib CMakeFiles/soci_postgresql.dir/blob.cpp.o CMakeFiles/soci_postgresql.dir/common.cpp.o CMakeFiles/soci_postgresql.dir/error.cpp.o CMakeFiles/soci_postgresql.dir/factory.cpp.o CMakeFiles/soci_postgresql.dir/row-id.cpp.o CMakeFiles/soci_postgresql.dir/session.cpp.o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o CMakeFiles/soci_postgresql.dir/statement.cpp.o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o /usr/local/lib/libpq.dylib | |
Linking CXX static library ../../../lib/libsoci_postgresql.a | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/soci_postgresql_static.dir/cmake_clean_target.cmake | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_postgresql_static.dir/link.txt --verbose=1 | |
/usr/bin/ar cq ../../../lib/libsoci_postgresql.a CMakeFiles/soci_postgresql_static.dir/blob.cpp.o CMakeFiles/soci_postgresql_static.dir/common.cpp.o CMakeFiles/soci_postgresql_static.dir/error.cpp.o CMakeFiles/soci_postgresql_static.dir/factory.cpp.o CMakeFiles/soci_postgresql_static.dir/row-id.cpp.o CMakeFiles/soci_postgresql_static.dir/session.cpp.o CMakeFiles/soci_postgresql_static.dir/standard-into-type.cpp.o CMakeFiles/soci_postgresql_static.dir/standard-use-type.cpp.o CMakeFiles/soci_postgresql_static.dir/statement.cpp.o CMakeFiles/soci_postgresql_static.dir/vector-into-type.cpp.o CMakeFiles/soci_postgresql_static.dir/vector-use-type.cpp.o | |
/usr/bin/ranlib ../../../lib/libsoci_postgresql.a | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 66 67 68 69 70 71 72 73 74 75 | |
[ 67%] Built target soci_postgresql_static | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/build.make src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/DependInfo.cmake --color= | |
Scanning dependencies of target soci_sqlite3 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/build.make src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/build | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 78 | |
[ 68%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/postgresql && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_symlink_library ../../../lib/libsoci_postgresql.4.0.0.dylib ../../../lib/libsoci_postgresql.4.0.dylib ../../../lib/libsoci_postgresql.dylib | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 55 56 57 58 59 60 61 62 63 64 65 | |
[ 68%] Built target soci_postgresql | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/build.make src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/depend | |
cd /tmp/soci20150518-43404-1jz6095 && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 /tmp/soci20150518-43404-1jz6095 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/DependInfo.cmake --color= | |
Scanning dependencies of target soci_sqlite3_static | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/build.make src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/build | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 88 | |
[ 69%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/blob.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 79 | |
[ 70%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/common.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 89 | |
[ 71%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/common.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 80 | |
[ 72%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 90 | |
[ 73%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/error.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3 && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION=\"4.0\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp | |
/tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp:10:10: fatal error: 'error.h' file not found | |
#include "error.h" | |
^ | |
1 error generated. | |
make[2]: *** [src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/error.cpp.o] Error 1 | |
make[1]: *** [src/backends/sqlite3/CMakeFiles/soci_sqlite3.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 33 | |
[ 74%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp | |
/tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp:10:10: fatal error: 'error.h' file not found | |
#include "error.h" | |
^ | |
1 error generated. | |
make[2]: *** [src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/error.cpp.o] Error 1 | |
make[1]: *** [src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/all] Error 2 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 15 | |
[ 75%] Building CXX object src/core/CMakeFiles/soci_core.dir/statement.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles | |
[ 75%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/transaction.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 34 | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 16 | |
[ 76%] [ 77%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp | |
Building CXX object src/core/CMakeFiles/soci_core.dir/transaction.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles | |
[ 77%] Building CXX object src/core/CMakeFiles/soci_core.dir/use-type.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 35 | |
[ 78%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/values.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 17 | |
[ 79%] Building CXX object src/core/CMakeFiles/soci_core.dir/values.cpp.o | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Library/ENV/4.3/clang++ -DHAVE_DL=1 -DSOCI_ABI_VERSION=\"4.0\" -DSOCI_LIB_PREFIX=\"libsoci_\" -DSOCI_LIB_SUFFIX=\".dylib\" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp | |
Linking CXX static library ../../lib/libsoci_core.a | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Cellar/cmake/3.2.2/bin/cmake -P CMakeFiles/soci_core_static.dir/cmake_clean_target.cmake | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_core_static.dir/link.txt --verbose=1 | |
/usr/bin/ar cq ../../lib/libsoci_core.a CMakeFiles/soci_core_static.dir/backend-loader.cpp.o CMakeFiles/soci_core_static.dir/blob.cpp.o CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o CMakeFiles/soci_core_static.dir/connection-pool.cpp.o CMakeFiles/soci_core_static.dir/error.cpp.o CMakeFiles/soci_core_static.dir/into-type.cpp.o CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o CMakeFiles/soci_core_static.dir/procedure.cpp.o CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o CMakeFiles/soci_core_static.dir/row.cpp.o CMakeFiles/soci_core_static.dir/rowid.cpp.o CMakeFiles/soci_core_static.dir/session.cpp.o CMakeFiles/soci_core_static.dir/soci-simple.cpp.o CMakeFiles/soci_core_static.dir/statement.cpp.o CMakeFiles/soci_core_static.dir/transaction.cpp.o CMakeFiles/soci_core_static.dir/use-type.cpp.o CMakeFiles/soci_core_static.dir/values.cpp.o | |
/usr/bin/ranlib ../../lib/libsoci_core.a | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | |
[ 79%] Built target soci_core_static | |
Linking CXX shared library ../../lib/libsoci_core.dylib | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_link_script CMakeFiles/soci_core.dir/link.txt --verbose=1 | |
/usr/local/Library/ENV/4.3/clang++ -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../lib/libsoci_core.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_core.4.0.dylib CMakeFiles/soci_core.dir/backend-loader.cpp.o CMakeFiles/soci_core.dir/blob.cpp.o CMakeFiles/soci_core.dir/connection-parameters.cpp.o CMakeFiles/soci_core.dir/connection-pool.cpp.o CMakeFiles/soci_core.dir/error.cpp.o CMakeFiles/soci_core.dir/into-type.cpp.o CMakeFiles/soci_core.dir/once-temp-type.cpp.o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o CMakeFiles/soci_core.dir/procedure.cpp.o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o CMakeFiles/soci_core.dir/row.cpp.o CMakeFiles/soci_core.dir/rowid.cpp.o CMakeFiles/soci_core.dir/session.cpp.o CMakeFiles/soci_core.dir/soci-simple.cpp.o CMakeFiles/soci_core.dir/statement.cpp.o CMakeFiles/soci_core.dir/transaction.cpp.o CMakeFiles/soci_core.dir/use-type.cpp.o CMakeFiles/soci_core.dir/values.cpp.o /usr/lib/libdl.dylib | |
cd /tmp/soci20150518-43404-1jz6095/src/core && /usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_symlink_library ../../lib/libsoci_core.4.0.0.dylib ../../lib/libsoci_core.4.0.dylib ../../lib/libsoci_core.dylib | |
/usr/local/Cellar/cmake/3.2.2/bin/cmake -E cmake_progress_report /tmp/soci20150518-43404-1jz6095/CMakeFiles 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
[ 79%] Built target soci_core | |
make: *** [all] Error 2 | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 56959166f6d7c639fcd96ef2a68f610ea3b60438 | |
Last commit: 22 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
GCC-4.2: build 0 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby | |
Java: 1.8.0_20 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/cmake/bin:/usr/local/opt/git/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/backend-loader.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/backend-loader.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/factory.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/row-id.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-parameters.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/standard-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/connection-pool.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/connection-pool.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_empty_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/empty/vector-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_empty.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_empty.4.0.dylib CMakeFiles/soci_empty.dir/blob.cpp.o CMakeFiles/soci_empty.dir/factory.cpp.o CMakeFiles/soci_empty.dir/row-id.cpp.o CMakeFiles/soci_empty.dir/session.cpp.o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o CMakeFiles/soci_empty.dir/statement.cpp.o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -ansi -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_empty.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_empty.4.0.dylib CMakeFiles/soci_empty.dir/blob.cpp.o CMakeFiles/soci_empty.dir/factory.cpp.o CMakeFiles/soci_empty.dir/row-id.cpp.o CMakeFiles/soci_empty.dir/session.cpp.o CMakeFiles/soci_empty.dir/standard-into-type.cpp.o CMakeFiles/soci_empty.dir/standard-use-type.cpp.o CMakeFiles/soci_empty.dir/statement.cpp.o CMakeFiles/soci_empty.dir/vector-into-type.cpp.o CMakeFiles/soci_empty.dir/vector-use-type.cpp.o -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/once-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/once-temp-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/common.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/prepare-temp-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/factory.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/factory.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/procedure.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/procedure.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/row-id.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/row-id.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-prepare-info.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/ref-counted-statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/standard-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/row.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/row.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/standard-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/standard-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/rowid.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/rowid.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/session.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/session.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-into-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/soci-simple.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/soci-simple.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_postgresql_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/usr/local/include -o CMakeFiles/soci_postgresql_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -I/usr/local/include | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_POSTGRESQL=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_postgresql_static.dir/vector-use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/postgresql/vector-use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_postgresql.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_postgresql.4.0.dylib CMakeFiles/soci_postgresql.dir/blob.cpp.o CMakeFiles/soci_postgresql.dir/common.cpp.o CMakeFiles/soci_postgresql.dir/error.cpp.o CMakeFiles/soci_postgresql.dir/factory.cpp.o CMakeFiles/soci_postgresql.dir/row-id.cpp.o CMakeFiles/soci_postgresql.dir/session.cpp.o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o CMakeFiles/soci_postgresql.dir/statement.cpp.o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o /usr/local/lib/libpq.dylib | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -ansi -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -Wl,-flat_namespace -Wl,-undefined -Wl,suppress -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../../lib/libsoci_postgresql.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_postgresql.4.0.dylib CMakeFiles/soci_postgresql.dir/blob.cpp.o CMakeFiles/soci_postgresql.dir/common.cpp.o CMakeFiles/soci_postgresql.dir/error.cpp.o CMakeFiles/soci_postgresql.dir/factory.cpp.o CMakeFiles/soci_postgresql.dir/row-id.cpp.o CMakeFiles/soci_postgresql.dir/session.cpp.o CMakeFiles/soci_postgresql.dir/standard-into-type.cpp.o CMakeFiles/soci_postgresql.dir/standard-use-type.cpp.o CMakeFiles/soci_postgresql.dir/statement.cpp.o CMakeFiles/soci_postgresql.dir/vector-into-type.cpp.o CMakeFiles/soci_postgresql.dir/vector-use-type.cpp.o /usr/local/lib/libpq.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/blob.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/blob.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/common.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/common.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -Dsoci_sqlite3_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DHAVE_SQLITE3=1 -DSOCI_ABI_VERSION="4.0" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -o CMakeFiles/soci_sqlite3_static.dir/error.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/backends/sqlite3/error.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/statement.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/statement.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/transaction.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/transaction.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/use-type.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/use-type.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -ansi -Wno-long-long -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core_static.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -w -Os -march=native -DHAVE_DL=1 -DSOCI_ABI_VERSION="4.0" -DSOCI_LIB_PREFIX="libsoci_" -DSOCI_LIB_SUFFIX=".dylib" -Dsoci_core_EXPORTS -ansi -Wno-long-long -fPIC -I/tmp/soci20150518-43404-1jz6095 -I/tmp/soci20150518-43404-1jz6095/include -I/tmp/soci20150518-43404-1jz6095/include/private -I/tmp/soci20150518-43404-1jz6095/src/core -o CMakeFiles/soci_core.dir/values.cpp.o -c /tmp/soci20150518-43404-1jz6095/src/core/values.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -pedantic -ansi -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../lib/libsoci_core.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_core.4.0.dylib CMakeFiles/soci_core.dir/backend-loader.cpp.o CMakeFiles/soci_core.dir/blob.cpp.o CMakeFiles/soci_core.dir/connection-parameters.cpp.o CMakeFiles/soci_core.dir/connection-pool.cpp.o CMakeFiles/soci_core.dir/error.cpp.o CMakeFiles/soci_core.dir/into-type.cpp.o CMakeFiles/soci_core.dir/once-temp-type.cpp.o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o CMakeFiles/soci_core.dir/procedure.cpp.o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o CMakeFiles/soci_core.dir/row.cpp.o CMakeFiles/soci_core.dir/rowid.cpp.o CMakeFiles/soci_core.dir/session.cpp.o CMakeFiles/soci_core.dir/soci-simple.cpp.o CMakeFiles/soci_core.dir/statement.cpp.o CMakeFiles/soci_core.dir/transaction.cpp.o CMakeFiles/soci_core.dir/use-type.cpp.o CMakeFiles/soci_core.dir/values.cpp.o /usr/lib/libdl.dylib | |
superenv removed: -pedantic -Wall -Wpointer-arith -Wcast-align -Wcast-qual -Wfloat-equal -Wredundant-decls | |
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
superenv executed: clang++ -pipe -w -Os -march=native -ansi -Wno-long-long -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 4.0.0 -current_version 4.0.0 -o ../../lib/libsoci_core.4.0.0.dylib -install_name /tmp/soci20150518-43404-1jz6095/lib/libsoci_core.4.0.dylib CMakeFiles/soci_core.dir/backend-loader.cpp.o CMakeFiles/soci_core.dir/blob.cpp.o CMakeFiles/soci_core.dir/connection-parameters.cpp.o CMakeFiles/soci_core.dir/connection-pool.cpp.o CMakeFiles/soci_core.dir/error.cpp.o CMakeFiles/soci_core.dir/into-type.cpp.o CMakeFiles/soci_core.dir/once-temp-type.cpp.o CMakeFiles/soci_core.dir/prepare-temp-type.cpp.o CMakeFiles/soci_core.dir/procedure.cpp.o CMakeFiles/soci_core.dir/ref-counted-prepare-info.cpp.o CMakeFiles/soci_core.dir/ref-counted-statement.cpp.o CMakeFiles/soci_core.dir/row.cpp.o CMakeFiles/soci_core.dir/rowid.cpp.o CMakeFiles/soci_core.dir/session.cpp.o CMakeFiles/soci_core.dir/soci-simple.cpp.o CMakeFiles/soci_core.dir/statement.cpp.o CMakeFiles/soci_core.dir/transaction.cpp.o CMakeFiles/soci_core.dir/use-type.cpp.o CMakeFiles/soci_core.dir/values.cpp.o /usr/lib/libdl.dylib -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# For build in directory: /tmp/soci20150518-43404-1jz6095 | |
# It was generated by CMake: /usr/local/Cellar/cmake/3.2.2/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 | |
######################## | |
//The directory to install binaries into. | |
BINDIR:PATH=bin | |
//Boost found | |
BOOST_FOUND:BOOL=FALSE | |
//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 | |
//Path to a program. | |
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool | |
//Install path prefix, prepended onto install directories. | |
CMAKE_INSTALL_PREFIX:PATH=/usr/local/Cellar/soci/HEAD | |
//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:STRING= | |
//Value Computed by CMake | |
CMAKE_PROJECT_NAME:STATIC=SOCI | |
//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 | |
//The directory to install data files into. | |
DATADIR:PATH=share | |
//Path to a file. | |
DB2_INCLUDE_DIR:PATH=DB2_INCLUDE_DIR-NOTFOUND | |
//Path to a library. | |
DB2_LIBRARY:FILEPATH=DB2_LIBRARY-NOTFOUND | |
//Path to a file. | |
DL_INCLUDE_DIR:PATH=/usr/include | |
//Path to a library. | |
DL_LIBRARY:FILEPATH=/usr/lib/libdl.dylib | |
//Path to a file. | |
FIREBIRD_INCLUDE_DIR:PATH=FIREBIRD_INCLUDE_DIR-NOTFOUND | |
//Path to a library. | |
FIREBIRD_LIBRARIES:FILEPATH=FIREBIRD_LIBRARIES-NOTFOUND | |
//The directory to install includes into. | |
INCLUDEDIR:PATH=include | |
//The directory to install libraries into. | |
LIBDIR:PATH=lib | |
//MySQL found | |
MYSQL_FOUND:BOOL=FALSE | |
//ODBC found | |
ODBC_FOUND:BOOL=FALSE | |
//Oracle found | |
ORACLE_FOUND:BOOL=FALSE | |
//Path to pg_config utility | |
PG_CONFIG:FILEPATH=/usr/local/bin/pg_config | |
//Path to a file. | |
POSTGRESQL_INCLUDE_DIR:PATH=/usr/local/include | |
//Path to a library. | |
POSTGRESQL_LIBRARIES:FILEPATH=/usr/local/lib/libpq.dylib | |
//Value Computed by CMake | |
SOCI_BINARY_DIR:STATIC=/tmp/soci20150518-43404-1jz6095 | |
//Attempt to build SOCI backend for Empty | |
SOCI_EMPTY:BOOL=ON | |
//Connection string for EMPTY test | |
SOCI_EMPTY_TEST_CONNSTR:STRING= | |
//Use embedded library in Firebird backend | |
SOCI_FIREBIRD_EMBEDDED:BOOL=OFF | |
//Attempt to build SOCI backend for PostgreSQL | |
SOCI_POSTGRESQL:BOOL=ON | |
//Disable query rewriting to native form. PostgreSQL 7.0 portability. | |
SOCI_POSTGRESQL_NOBINDBYNAME:BOOL=OFF | |
//Do not use input parameters. PostgreSQL 7.x portability. | |
SOCI_POSTGRESQL_NOPARAMS:BOOL=OFF | |
//Connection string for POSTGRESQL test | |
SOCI_POSTGRESQL_TEST_CONNSTR:STRING= | |
//Enable build of shared libraries | |
SOCI_SHARED:BOOL=ON | |
//Value Computed by CMake | |
SOCI_SOURCE_DIR:STATIC=/tmp/soci20150518-43404-1jz6095 | |
//Attempt to build SOCI backend for SQLite3 | |
SOCI_SQLITE3:BOOL=ON | |
//Connection string for SQLITE3 test | |
SOCI_SQLITE3_TEST_CONNSTR:STRING= | |
//Enable build of static libraries | |
SOCI_STATIC:BOOL=ON | |
//Enable build of collection of SOCI tests | |
SOCI_TESTS:BOOL=ON | |
//Path to a file. | |
SQLITE3_INCLUDE_DIR:PATH=/usr/include | |
//Path to a library. | |
SQLITE3_LIBRARY:FILEPATH=/usr/lib/libsqlite3.dylib | |
//Attempt to find and configure Boost | |
WITH_BOOST:BOOL=OFF | |
//Attempt to find and configure DB2 | |
WITH_DB2:BOOL=ON | |
//Attempt to find and configure Firebird | |
WITH_FIREBIRD:BOOL=ON | |
//Attempt to find and configure MySQL | |
WITH_MYSQL:BOOL=OFF | |
//Attempt to find and configure ODBC | |
WITH_ODBC:BOOL=OFF | |
//Attempt to find and configure Oracle | |
WITH_ORACLE:BOOL=OFF | |
//No help, variable specified on the command line. | |
WITH_PG:BOOL=OFF | |
//Attempt to find and configure PostgreSQL | |
WITH_POSTGRESQL:BOOL=ON | |
//Attempt to find and configure SQLite3 | |
WITH_SQLITE3:BOOL=ON | |
//Attempt to find and configure Threads | |
WITH_THREADS:BOOL=ON | |
//Run tests under valgrind | |
WITH_VALGRIND:BOOL=OFF | |
//Dependencies for the target | |
soci_core_LIB_DEPENDS:STATIC=general;/usr/lib/libdl.dylib; | |
//Dependencies for target | |
soci_core_static_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
soci_empty_LIB_DEPENDS:STATIC= | |
//Dependencies for target | |
soci_empty_static_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
soci_postgresql_LIB_DEPENDS:STATIC=general;/usr/local/lib/libpq.dylib; | |
//Dependencies for target | |
soci_postgresql_static_LIB_DEPENDS:STATIC= | |
//Dependencies for the target | |
soci_sqlite3_LIB_DEPENDS:STATIC=general;/usr/lib/libsqlite3.dylib;general;/usr/lib/libsqlite3.dylib; | |
//Dependencies for target | |
soci_sqlite3_static_LIB_DEPENDS:STATIC= | |
######################## | |
# INTERNAL cache entries | |
######################## | |
//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/soci20150518-43404-1jz6095 | |
//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=2 | |
//Patch version of cmake used to create the current loaded cache | |
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 | |
//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.2.2/bin/cmake | |
//Path to cpack program executable. | |
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.2.2/bin/cpack | |
//Path to ctest program executable. | |
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.2.2/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.2.2/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 | |
//Start directory with the top level CMakeLists.txt file for this | |
// project | |
CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/soci20150518-43404-1jz6095 | |
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL | |
CMAKE_INSTALL_NAME_TOOL-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=16 | |
//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.2.2/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 | |
//ADVANCED property for variable: DB2_INCLUDE_DIR | |
DB2_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: DL_INCLUDE_DIR | |
DL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: DL_LIBRARY | |
DL_LIBRARY-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: FIREBIRD_INCLUDE_DIR | |
FIREBIRD_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: FIREBIRD_LIBRARIES | |
FIREBIRD_LIBRARIES-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: POSTGRESQL_INCLUDE_DIR | |
POSTGRESQL_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: POSTGRESQL_LIBRARIES | |
POSTGRESQL_LIBRARIES-ADVANCED:INTERNAL=1 | |
//Have symbol __arm__ | |
SOCI_TARGET_ARCH_ARM:INTERNAL= | |
//Have symbol __x86_64__ | |
SOCI_TARGET_ARCH_X64:INTERNAL=1 | |
//Have symbol __i386__ | |
SOCI_TARGET_ARCH_X86:INTERNAL= | |
//ADVANCED property for variable: SQLITE3_INCLUDE_DIR | |
SQLITE3_INCLUDE_DIR-ADVANCED:INTERNAL=1 | |
//ADVANCED property for variable: SQLITE3_LIBRARY | |
SQLITE3_LIBRARY-ADVANCED:INTERNAL=1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew.git | |
HEAD: 56959166f6d7c639fcd96ef2a68f610ea3b60438 | |
Last commit: 22 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit haswell | |
OS X: 10.10.3-x86_64 | |
Xcode: 6.3.1 | |
CLT: 6.3.1.0.1.1429149539 | |
Clang: 6.1 build 602 | |
X11: 2.7.7 => /opt/X11 | |
System Ruby: 2.0.0-p481 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/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_20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: You have a curlrc file | |
If you have trouble downloading packages with Homebrew, then maybe this | |
is the problem? If the following command doesn't work, then try removing | |
your curlrc: | |
curl http://github.com | |
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! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment