Created
October 15, 2013 21:39
-
-
Save incanus/6999102 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file /Users/incanus/src/mapnik/SConstruct,line 1047: | |
| Configure(confdir = .sconf_temp) | |
| scons: Configure: Checking for freetype-config... | |
| freetype-config --libs --cflags | |
| -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include | |
| -L/usr/local/Cellar/freetype/2.5.0.1/lib -lfreetype -lz -lbz2 | |
| scons: Configure: yes | |
| scons: Configure: Checking for xml2-config... | |
| xml2-config --cflags | |
| -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 | |
| scons: Configure: yes | |
| scons: Configure: Checking for C library z... | |
| .sconf_temp/conftest_2.c <- | |
| | | |
| | | |
| |#include "zlib.h" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang -o .sconf_temp/conftest_2.o -c -DSHAPE_MEMORY_MAPPED_FILE -Iinclude -I. -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_2.c | |
| clang -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -Lsrc -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz | |
| scons: Configure: yes | |
| scons: Configure: Checking for C++ library icuuc... | |
| .sconf_temp/conftest_3.cpp <- | |
| | | |
| | | |
| |#include "unicode/unistr.h" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_3.o -c -DSHAPE_MEMORY_MAPPED_FILE -Iinclude -I. -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_3.cpp | |
| .sconf_temp/conftest_3.cpp:3:10: fatal error: 'unicode/unistr.h' file not found | |
| #include "unicode/unistr.h" | |
| ^ | |
| 1 error generated. | |
| scons: Configure: no | |
| scons: Configure: Searching for boost libs and headers... | |
| scons: Configure: (cached) [94m | |
| Found boost libs: /usr/local/lib | |
| Found boost headers: /usr/local/include | |
| Found boost lib name extension: -mt[0m | |
| scons: Configure: Checking for C++ header file boost/version.hpp... | |
| .sconf_temp/conftest_4.cpp <- | |
| | | |
| |#include <boost/version.hpp> | |
| | | |
| | | |
| clang++ -o .sconf_temp/conftest_4.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/include .sconf_temp/conftest_4.cpp | |
| scons: Configure: yes | |
| .sconf_temp/conftest_5.cpp <- | |
| | | |
| | | |
| |#include <boost/version.hpp> | |
| |#include <iostream> | |
| | | |
| |int main() | |
| |{ | |
| | | |
| |std::cout << BOOST_LIB_VERSION << std::endl; | |
| |return 0; | |
| |} | |
| | | |
| | | |
| clang++ -o .sconf_temp/conftest_5.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/include .sconf_temp/conftest_5.cpp | |
| clang++ -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -Lsrc -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -L/usr/local/lib -lfreetype -lz -lbz2 -lz | |
| .sconf_temp/conftest_5 > .sconf_temp/conftest_5.out | |
| scons: Configure: Checking for Boost version >= 1.47... | |
| .sconf_temp/conftest_6.cpp <- | |
| | | |
| | | |
| |#include <boost/version.hpp> | |
| | | |
| |int main() | |
| |{ | |
| | return BOOST_VERSION >= 104700 ? 0 : 1; | |
| |} | |
| | | |
| | | |
| clang++ -o .sconf_temp/conftest_6.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_6.cpp | |
| clang++ -o .sconf_temp/conftest_6 .sconf_temp/conftest_6.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz | |
| .sconf_temp/conftest_6 > .sconf_temp/conftest_6.out | |
| scons: Configure: yes | |
| scons: Configure: Checking for C++ library boost_system-mt... | |
| .sconf_temp/conftest_7.cpp <- | |
| | | |
| | | |
| |#include "boost/system/system_error.hpp" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_7.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_7.cpp | |
| clang++ -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz -lboost_system-mt | |
| scons: Configure: yes | |
| scons: Configure: Checking for C++ library boost_filesystem-mt... | |
| .sconf_temp/conftest_8.cpp <- | |
| | | |
| | | |
| |#include "boost/filesystem/operations.hpp" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| scons: Configure: no | |
| scons: Configure: Checking for C++ library boost_regex-mt... | |
| .sconf_temp/conftest_9.cpp <- | |
| | | |
| | | |
| |#include "boost/regex.hpp" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_9.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_9.cpp | |
| clang++ -o .sconf_temp/conftest_9 .sconf_temp/conftest_9.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz -lboost_system-mt -lboost_regex-mt | |
| scons: Configure: yes | |
| scons: Configure: Checking for C++ library boost_program_options-mt... | |
| .sconf_temp/conftest_10.cpp <- | |
| | | |
| | | |
| |#include "boost/program_options.hpp" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_10.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_10.cpp | |
| clang++ -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz -lboost_system-mt -lboost_regex-mt -lboost_program_options-mt | |
| scons: Configure: yes | |
| scons: Configure: Checking for C++ library boost_thread-mt... | |
| .sconf_temp/conftest_11.cpp <- | |
| | | |
| | | |
| |#include "boost/thread/mutex.hpp" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_11.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_11.cpp | |
| scons: Configure: no | |
| scons: Configure: Checking for pkg-config... | |
| pkg-config --atleast-pkgconfig-version=0.15.0 | |
| scons: Configure: yes | |
| scons: Configure: Checking for gdal-config --libs... | |
| gdal-config --libs | |
| -L/usr/local/Cellar/gdal/1.10.1/lib -lgdal | |
| scons: Configure: yes | |
| scons: Configure: Checking for gdal-config --cflags... | |
| gdal-config --cflags | |
| -I/usr/local/Cellar/gdal/1.10.1/include | |
| scons: Configure: yes | |
| scons: Configure: Checking for name of gdal library... | |
| gdal-config --libs | |
| -L/usr/local/Cellar/gdal/1.10.1/lib -lgdal | |
| scons: Configure: gdal | |
| scons: Configure: Checking for C++ library gdal... | |
| .sconf_temp/conftest_16.cpp <- | |
| | | |
| | | |
| |#include "gdal_priv.h" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_16.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/Cellar/gdal/1.10.1/include .sconf_temp/conftest_16.cpp | |
| scons: Configure: no | |
| scons: Configure: Checking if gdal is ogr enabled... | |
| gdal-config --ogr-enabled | |
| yes | |
| scons: Configure: yes | |
| scons: Configure: Checking for name of ogr library... | |
| gdal-config --libs | |
| -L/usr/local/Cellar/gdal/1.10.1/lib -lgdal | |
| scons: Configure: gdal | |
| scons: Configure: Checking for C++ library gdal... | |
| .sconf_temp/conftest_19.cpp <- | |
| | | |
| | | |
| |#include "ogrsf_frmts.h" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang++ -o .sconf_temp/conftest_19.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/Cellar/gdal/1.10.1/include .sconf_temp/conftest_19.cpp | |
| scons: Configure: no | |
| scons: Configure: Checking for pg_config... | |
| pg_config | |
| BINDIR = /usr/local/Cellar/postgresql/9.3.0/bin | |
| DOCDIR = /usr/local/Cellar/postgresql/9.3.0/share/doc/postgresql | |
| HTMLDIR = /usr/local/Cellar/postgresql/9.3.0/share/doc/postgresql | |
| INCLUDEDIR = /usr/local/Cellar/postgresql/9.3.0/include | |
| PKGINCLUDEDIR = /usr/local/Cellar/postgresql/9.3.0/include | |
| INCLUDEDIR-SERVER = /usr/local/Cellar/postgresql/9.3.0/include/server | |
| LIBDIR = /usr/local/Cellar/postgresql/9.3.0/lib | |
| PKGLIBDIR = /usr/local/Cellar/postgresql/9.3.0/lib | |
| LOCALEDIR = /usr/local/Cellar/postgresql/9.3.0/share/locale | |
| MANDIR = /usr/local/Cellar/postgresql/9.3.0/share/man | |
| SHAREDIR = /usr/local/Cellar/postgresql/9.3.0/share/postgresql | |
| SYSCONFDIR = /usr/local/Cellar/postgresql/9.3.0/etc | |
| PGXS = /usr/local/Cellar/postgresql/9.3.0/lib/pgxs/src/makefiles/pgxs.mk | |
| CONFIGURE = '--disable-debug' '--prefix=/usr/local/Cellar/postgresql/9.3.0' '--datadir=/usr/local/Cellar/postgresql/9.3.0/share/postgresql' '--docdir=/usr/local/Cellar/postgresql/9.3.0/share/doc/postgresql' '--enable-thread-safety' '--with-bonjour' '--with-gssapi' '--with-krb5' '--with-ldap' '--with-openssl' '--with-pam' '--with-libxml' '--with-libxslt' '--with-ossp-uuid' '--with-python' '--with-perl' '--with-tcl' 'CC=cc' 'CFLAGS=-I/usr/local/Cellar/ossp-uuid/1.6.2/include' 'LDFLAGS=-L/usr/local/Cellar/ossp-uuid/1.6.2/lib' 'LIBS=-luuid' | |
| CC = cc | |
| CPPFLAGS = -I/usr/include/libxml2 | |
| CFLAGS = -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv | |
| CFLAGS_SL = | |
| LDFLAGS = -L../../../src/common -L/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs | |
| LDFLAGS_EX = | |
| LDFLAGS_SL = | |
| LIBS = -lpgport -lpgcommon -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid | |
| VERSION = PostgreSQL 9.3.0 | |
| scons: Configure: yes | |
| scons: Configure: Checking for C library sqlite3... | |
| .sconf_temp/conftest_21.c <- | |
| | | |
| | | |
| |#include "sqlite3.h" | |
| | | |
| |int | |
| |main() { | |
| | | |
| |return 0; | |
| |} | |
| | | |
| clang -o .sconf_temp/conftest_21.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/Cellar/gdal/1.10.1/include -I/usr/local/Cellar/postgresql/9.3.0/include .sconf_temp/conftest_21.c | |
| clang -o .sconf_temp/conftest_21 .sconf_temp/conftest_21.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/gdal/1.10.1/lib -L/usr/local/Cellar/postgresql/9.3.0/lib -lfreetype -lbz2 -lz -lboost_system-mt -lboost_regex-mt -lboost_program_options-mt -lpq -lsqlite3 | |
| scons: Configure: yes | |
| .sconf_temp/conftest_22.c <- | |
| | | |
| | | |
| |#include <sqlite3.h> | |
| |#include <stdio.h> | |
| | | |
| |int main() | |
| |{ | |
| | sqlite3* db; | |
| | int rc; | |
| | rc = sqlite3_open(":memory:", &db); | |
| | if (rc != SQLITE_OK) | |
| | { | |
| | printf("error 1: %s\n", sqlite3_errmsg(db)); | |
| | } | |
| | const char * sql = "create virtual table foo using rtree(pkid, xmin, xmax, ymin, ymax)"; | |
| | rc = sqlite3_exec(db, sql, 0, 0, 0); | |
| | if (rc != SQLITE_OK) | |
| | { | |
| | printf("error 2: %s\n", sqlite3_errmsg(db)); | |
| | } | |
| | else | |
| | { | |
| | printf("yes, has rtree!\n"); | |
| | return 0; | |
| | } | |
| | | |
| | return -1; | |
| |} | |
| | | |
| | | |
| clang -o .sconf_temp/conftest_22.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/Cellar/gdal/1.10.1/include -I/usr/local/Cellar/postgresql/9.3.0/include .sconf_temp/conftest_22.c | |
| clang -o .sconf_temp/conftest_22 .sconf_temp/conftest_22.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/gdal/1.10.1/lib -L/usr/local/Cellar/postgresql/9.3.0/lib -lfreetype -lbz2 -lz -lboost_system-mt -lboost_regex-mt -lboost_program_options-mt -lpq -lsqlite3 | |
| .sconf_temp/conftest_22 > .sconf_temp/conftest_22.out | |
| scons: Configure: Checking if SQLite supports RTREE... | |
| scons: Configure: (cached) yes | |
| scons: Configure: Checking for cairo... | |
| pkg-config --exists 'cairo' | |
| scons: Configure: no | |
| scons: Configure: Checking for C++ header file boost/python/detail/config.hpp... | |
| .sconf_temp/conftest_24.cpp <- | |
| | | |
| |#include <boost/python/detail/config.hpp> | |
| | | |
| | | |
| clang++ -o .sconf_temp/conftest_24.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/local/include -I/usr/local/Cellar/freetype/2.5.0.1/include/freetype2 -I/usr/local/Cellar/freetype/2.5.0.1/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 -I/usr/local/Cellar/gdal/1.10.1/include -I/usr/local/Cellar/postgresql/9.3.0/include .sconf_temp/conftest_24.cpp | |
| scons: Configure: yes | |
| scons: Configure: Checking for pycairo... | |
| pkg-config --exists 'pycairo' | |
| scons: Configure: no | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment