Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created November 19, 2013 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/7553684 to your computer and use it in GitHub Desktop.
Save tmcw/7553684 to your computer and use it in GitHub Desktop.
file /Users/tmcw/src/mapnik/SConstruct,line 1080:
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
.sconf_temp/conftest_2.cpp <-
|
|
|int main()
|{
|#if __cplusplus >= 201103
| return 0;
|#else
| return -1;
|#endif
|}
|
|
clang++ -o .sconf_temp/conftest_2.o -c -std=c++11 -stdlib=libc++ -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/local/Cellar/icu4c/4.8.1.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_2.cpp
clang++ -o .sconf_temp/conftest_2 -stdlib=libc++ .sconf_temp/conftest_2.o -Lsrc -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/4.8.1.1/lib -L/usr/lib -lfreetype -lz -lbz2
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
.sconf_temp/conftest_2 > .sconf_temp/conftest_2.out
scons: Configure: Checking if compiler (clang++) supports -std=c++11 flag...
scons: Configure: (cached) yes
scons: Configure: Checking for C library z...
.sconf_temp/conftest_3.c <-
|
|
|#include "zlib.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/local/Cellar/icu4c/4.8.1.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_3.c
clang -o .sconf_temp/conftest_3 -stdlib=libc++ .sconf_temp/conftest_3.o -Lsrc -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/local/Cellar/icu4c/4.8.1.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
scons: Configure: yes
scons: Configure: Checking for C++ library icuuc...
.sconf_temp/conftest_4.cpp <-
|
|
|#include "unicode/unistr.h"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_4.o -c -std=c++11 -stdlib=libc++ -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/local/Cellar/icu4c/4.8.1.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_4.cpp
In file included from .sconf_temp/conftest_4.cpp:3:
In file included from /usr/local/include/unicode/unistr.h:31:
/usr/local/include/unicode/std_string.h:30:10: fatal error: 'string' file not found
#include <string>
^
1 error generated.
scons: Configure: no
scons: Configure: Searching for boost libs and headers...
scons: Configure: (cached) 
Found boost libs: /usr/local/lib
Found boost headers: /usr/local/include
Found boost lib name extension: -mt
scons: Configure: Checking for C++ header file boost/version.hpp...
.sconf_temp/conftest_5.cpp <-
|
|#include <boost/version.hpp>
|
|
clang++ -o .sconf_temp/conftest_5.o -c -std=c++11 -stdlib=libc++ -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/local/Cellar/icu4c/4.8.1.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/include .sconf_temp/conftest_5.cpp
scons: Configure: yes
.sconf_temp/conftest_6.cpp <-
|
|
|#include <boost/version.hpp>
|#include <iostream>
|
|int main()
|{
|
|std::cout << BOOST_LIB_VERSION << std::endl;
|return 0;
|}
|
|
clang++ -o .sconf_temp/conftest_6.o -c -std=c++11 -stdlib=libc++ -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/local/Cellar/icu4c/4.8.1.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/include .sconf_temp/conftest_6.cpp
.sconf_temp/conftest_6.cpp:4:10: fatal error: 'iostream' file not found
#include <iostream>
^
1 error generated.
scons: Configure: Checking for Boost version >= 1.47...
.sconf_temp/conftest_7.cpp <-
|
|
|#include <boost/version.hpp>
|
|int main()
|{
| return BOOST_VERSION >= 104700 ? 0 : 1;
|}
|
|
clang++ -o .sconf_temp/conftest_7.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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 -stdlib=libc++ .sconf_temp/conftest_7.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/4.8.1.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lz
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
.sconf_temp/conftest_7 > .sconf_temp/conftest_7.out
scons: Configure: yes
scons: Configure: Checking for C++ library boost_system-mt...
.sconf_temp/conftest_8.cpp <-
|
|
|#include "boost/system/system_error.hpp"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_8.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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_8.cpp
In file included from .sconf_temp/conftest_8.cpp:3:
/usr/local/include/boost/system/system_error.hpp:11:10: fatal error: 'string' file not found
#include <string>
^
1 error generated.
scons: Configure: no
scons: Configure: Checking for C++ library boost_filesystem-mt...
.sconf_temp/conftest_9.cpp <-
|
|
|#include "boost/filesystem/operations.hpp"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_9.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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
In file included from .sconf_temp/conftest_9.cpp:3:
In file included from /usr/local/include/boost/filesystem/operations.hpp:18:
In file included from /usr/local/include/boost/config.hpp:40:
/usr/local/include/boost/config/select_stdlib_config.hpp:18:12: fatal error: 'cstddef' file not found
# include <cstddef>
^
1 error generated.
scons: Configure: no
scons: Configure: Checking for C++ library boost_regex-mt...
.sconf_temp/conftest_10.cpp <-
|
|
|#include "boost/regex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_10.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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
In file included from .sconf_temp/conftest_10.cpp:3:
In file included from /usr/local/include/boost/regex.hpp:28:
In file included from /usr/local/include/boost/regex/config.hpp:43:
In file included from /usr/local/include/boost/config.hpp:40:
/usr/local/include/boost/config/select_stdlib_config.hpp:18:12: fatal error: 'cstddef' file not found
# include <cstddef>
^
1 error generated.
scons: Configure: no
scons: Configure: Checking for C++ library boost_program_options-mt...
.sconf_temp/conftest_11.cpp <-
|
|
|#include "boost/program_options.hpp"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_11.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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
In file included from .sconf_temp/conftest_11.cpp:3:
In file included from /usr/local/include/boost/program_options.hpp:15:
In file included from /usr/local/include/boost/program_options/options_description.hpp:11:
In file included from /usr/local/include/boost/program_options/config.hpp:10:
In file included from /usr/local/include/boost/config.hpp:40:
/usr/local/include/boost/config/select_stdlib_config.hpp:18:12: fatal error: 'cstddef' file not found
# include <cstddef>
^
1 error generated.
scons: Configure: no
scons: Configure: Checking for C++ library boost_thread-mt...
.sconf_temp/conftest_12.cpp <-
|
|
|#include "boost/thread/mutex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_12.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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_12.cpp
In file included from .sconf_temp/conftest_12.cpp:3:
In file included from /usr/local/include/boost/thread/mutex.hpp:12:
In file included from /usr/local/include/boost/thread/detail/platform.hpp:14:
In file included from /usr/local/include/boost/config.hpp:40:
/usr/local/include/boost/config/select_stdlib_config.hpp:18:12: fatal error: 'cstddef' file not found
# include <cstddef>
^
1 error generated.
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_17.cpp <-
|
|
|#include "gdal_priv.h"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_17.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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_17.cpp
In file included from .sconf_temp/conftest_17.cpp:3:
In file included from /usr/local/Cellar/gdal/1.10.1/include/gdal_priv.h:57:
/usr/local/Cellar/gdal/1.10.1/include/cpl_string.h:189:10: fatal error: 'string' file not found
#include <string>
^
1 error generated.
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_20.cpp <-
|
|
|#include "ogrsf_frmts.h"
|
|int
|main() {
|
|return 0;
|}
|
clang++ -o .sconf_temp/conftest_20.o -c -std=c++11 -stdlib=libc++ -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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_20.cpp
In file included from .sconf_temp/conftest_20.cpp:3:
In file included from /usr/local/Cellar/gdal/1.10.1/include/ogrsf_frmts.h:34:
In file included from /usr/local/Cellar/gdal/1.10.1/include/ogr_feature.h:34:
In file included from /usr/local/Cellar/gdal/1.10.1/include/ogr_featurestyle.h:34:
/usr/local/Cellar/gdal/1.10.1/include/cpl_string.h:189:10: fatal error: 'string' file not found
#include <string>
^
1 error generated.
scons: Configure: no
scons: Configure: Checking for C library curl...
.sconf_temp/conftest_21.c <-
|
|
|#include "curl/curl.h"
|
|int
|main() {
|
|return 0;
|}
|
clang -o .sconf_temp/conftest_21.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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_21.c
clang -o .sconf_temp/conftest_21 -stdlib=libc++ .sconf_temp/conftest_21.o -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/4.8.1.1/lib -L/usr/local/Cellar/freetype/2.5.0.1/lib -L/usr/lib -L/usr/local/Cellar/gdal/1.10.1/lib -lfreetype -lbz2 -lz -lcurl
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
scons: Configure: yes
scons: Configure: Checking for pg_config...
pg_config
BINDIR = /usr/local/Cellar/postgresql/9.2.4/bin
DOCDIR = /usr/local/Cellar/postgresql/9.2.4/share/doc/postgresql
HTMLDIR = /usr/local/Cellar/postgresql/9.2.4/share/doc/postgresql
INCLUDEDIR = /usr/local/Cellar/postgresql/9.2.4/include
PKGINCLUDEDIR = /usr/local/Cellar/postgresql/9.2.4/include
INCLUDEDIR-SERVER = /usr/local/Cellar/postgresql/9.2.4/include/server
LIBDIR = /usr/local/Cellar/postgresql/9.2.4/lib
PKGLIBDIR = /usr/local/Cellar/postgresql/9.2.4/lib
LOCALEDIR = /usr/local/Cellar/postgresql/9.2.4/share/locale
MANDIR = /usr/local/Cellar/postgresql/9.2.4/share/man
SHAREDIR = /usr/local/Cellar/postgresql/9.2.4/share/postgresql
SYSCONFDIR = /usr/local/Cellar/postgresql/9.2.4/etc
PGXS = /usr/local/Cellar/postgresql/9.2.4/lib/pgxs/src/makefiles/pgxs.mk
CONFIGURE = '--disable-debug' '--prefix=/usr/local/Cellar/postgresql/9.2.4' '--datadir=/usr/local/Cellar/postgresql/9.2.4/share/postgresql' '--docdir=/usr/local/Cellar/postgresql/9.2.4/share/doc/postgresql' '--enable-thread-safety' '--with-bonjour' '--with-gssapi' '--with-krb5' '--with-ldap' '--with-openssl' '--with-pam' '--with-tcl' '--with-libxml' '--with-libxslt' '--with-ossp-uuid' '--with-python' '--with-perl' 'ARCHFLAGS='''-arch x86_64'''' '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/usr/local/Cellar/ossp-uuid/1.6.2/lib -Wl,-dead_strip_dylibs
LDFLAGS_EX =
LDFLAGS_SL =
LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid
VERSION = PostgreSQL 9.2.4
scons: Configure: yes
scons: Configure: Checking for C library sqlite3...
.sconf_temp/conftest_23.c <-
|
|
|#include "sqlite3.h"
|
|int
|main() {
|
|return 0;
|}
|
clang -o .sconf_temp/conftest_23.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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.2.4/include .sconf_temp/conftest_23.c
clang -o .sconf_temp/conftest_23 -stdlib=libc++ .sconf_temp/conftest_23.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/4.8.1.1/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.2.4/lib -lfreetype -lbz2 -lz -lcurl -lpq -lsqlite3
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
scons: Configure: yes
.sconf_temp/conftest_24.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_24.o -c -DSHAPE_MEMORY_MAPPED_FILE -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/include -I/usr/local/Cellar/icu4c/4.8.1.1/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.2.4/include .sconf_temp/conftest_24.c
clang -o .sconf_temp/conftest_24 -stdlib=libc++ .sconf_temp/conftest_24.o -L/usr/lib -Lsrc -L/usr/local/lib -L/usr/local/Cellar/icu4c/4.8.1.1/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.2.4/lib -lfreetype -lbz2 -lz -lcurl -lpq -lsqlite3
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
.sconf_temp/conftest_24 > .sconf_temp/conftest_24.out
scons: Configure: Checking if SQLite supports RTREE...
scons: Configure: (cached) yes
scons: Configure: Checking for cairo...
pkg-config --exists 'cairo'
scons: Configure: yes
scons: Configure: Checking for cairo freetype font support ...
.sconf_temp/conftest_26.cpp <-
|
|
|#include <cairo-features.h>
|
|int main()
|{
| #ifdef CAIRO_HAS_FT_FONT
| return 0;
| #else
| return 1;
| #endif
|}
|
|
clang++ -o .sconf_temp/conftest_26.o -c -std=c++11 -stdlib=libc++ -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/icu4c/4.8.1.1/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.2.4/include -I/opt/X11/include/cairo -I/opt/X11/include/pixman-1 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include/libpng15 .sconf_temp/conftest_26.cpp
clang++ -o .sconf_temp/conftest_26 -stdlib=libc++ .sconf_temp/conftest_26.o -Ldeps/agg -Lsrc -L/usr/lib -L/usr/local/lib -L/usr/local/Cellar/icu4c/4.8.1.1/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.2.4/lib -lfreetype -lbz2 -lz -lcurl -lpq -lsqlite3
ld: warning: directory not found for option '-L/usr/local/Cellar/icu4c/4.8.1.1/lib'
.sconf_temp/conftest_26 > .sconf_temp/conftest_26.out
scons: Configure: yes
scons: Configure: Checking for C++ header file boost/python/detail/config.hpp...
.sconf_temp/conftest_27.cpp <-
|
|#include <boost/python/detail/config.hpp>
|
|
clang++ -o .sconf_temp/conftest_27.o -c -std=c++11 -stdlib=libc++ -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/icu4c/4.8.1.1/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.2.4/include .sconf_temp/conftest_27.cpp
In file included from .sconf_temp/conftest_27.cpp:2:
In file included from /usr/local/include/boost/python/detail/config.hpp:15:
In file included from /usr/local/include/boost/config.hpp:40:
/usr/local/include/boost/config/select_stdlib_config.hpp:18:12: fatal error: 'cstddef' file not found
# include <cstddef>
^
1 error generated.
scons: Configure: no
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