Skip to content

Instantly share code, notes, and snippets.

@subblue
Created November 29, 2013 08:10
Show Gist options
  • Save subblue/7702809 to your computer and use it in GitHub Desktop.
Save subblue/7702809 to your computer and use it in GitHub Desktop.
Mapnik brew build error config.log
» more /Users/tom/Library/Logs/Homebrew/mapnik/config.log
file /private/tmp/mapnik-e1l3/mapnik-v2.2.0/SConstruct,line 1032:
Configure(confdir = .sconf_temp)
scons: Configure: Checking for freetype-config...
freetype-config --libs --cflags
-I/usr/local/Cellar/freetype/2.5.1/include/freetype2
-L/usr/local/Cellar/freetype/2.5.1/lib -lfreetype -lz -lbz2 -lpng15
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 -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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.c
"clang" -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -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 -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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.cpp
"clang++" -o .sconf_temp/conftest_3 .sconf_temp/conftest_3.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc
scons: Configure: yes
scons: Configure: Checking for C library jpeg...
.sconf_temp/conftest_4.c <-
|
|
|#include "stdio.h"
|#include "jpeglib.h"
|
|int
|main() {
|
|return 0;
|}
|
"clang" -o .sconf_temp/conftest_4.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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.c
"clang" -o .sconf_temp/conftest_4 .sconf_temp/conftest_4.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg
scons: Configure: yes
scons: Configure: Checking for C library proj...
.sconf_temp/conftest_5.c <-
|
|
|#include "proj_api.h"
|
|int
|main() {
|
|return 0;
|}
|
"clang" -o .sconf_temp/conftest_5.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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_5.c
"clang" -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj
scons: Configure: yes
scons: Configure: Checking for C library png...
.sconf_temp/conftest_6.c <-
|
|
|#include "png.h"
|
|int
|main() {
|
|return 0;
|}
|
"clang" -o .sconf_temp/conftest_6.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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.c
scons: Configure: Caught exception while building ".sconf_temp/conftest_6":
Traceback (most recent call last):
File "/private/tmp/mapnik-e1l3/mapnik-v2.2.0/scons/scons-local-2.3.0/SCons/Job.py", line 199, in start
task.prepare()
File "/private/tmp/mapnik-e1l3/mapnik-v2.2.0/scons/scons-local-2.3.0/SCons/Taskmaster.py", line 195, in prepare
t.prepare()
File "/private/tmp/mapnik-e1l3/mapnik-v2.2.0/scons/scons-local-2.3.0/SCons/Node/FS.py", line 2811, in prepare
SCons.Node.Node.prepare(self)
File "/private/tmp/mapnik-e1l3/mapnik-v2.2.0/scons/scons-local-2.3.0/SCons/Node/__init__.py", line 357, in prepare
raise SCons.Errors.StopError(msg % (i, self))
SCons.Errors.StopError: Implicit dependency `/usr/lib/libpng.dylib' not found, needed by target `.sconf_temp/conftest_6'.
scons: Configure: no
scons: Configure: Checking for C library tiff...
.sconf_temp/conftest_7.c <-
|
|
|#include "tiff.h"
|
|int
|main() {
|
|return 0;
|}
|
"clang" -o .sconf_temp/conftest_7.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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.c
"clang" -o .sconf_temp/conftest_7 .sconf_temp/conftest_7.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff
scons: Configure: yes
.sconf_temp/conftest_8.cpp <-
|
|
|#include <unicode/uversion.h>
|#include <iostream>
|
|int main()
|{
| std::cout << U_ICU_VERSION_MAJOR_NUM << "." << U_ICU_VERSION_MINOR_NUM << std::endl;
| return 0;
|}
|
|
"clang++" -o .sconf_temp/conftest_8.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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
"clang++" -o .sconf_temp/conftest_8 .sconf_temp/conftest_8.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff
.sconf_temp/conftest_8 > .sconf_temp/conftest_8.out
scons: Configure: Checking for ICU version >= 4.2...
scons: Configure: (cached) Searching for boost libs and headers...
scons: Configure: (cached) ESC[94m
Found boost libs: /usr/local/opt/boost/lib
Found boost headers: /usr/local/opt/boost/include
Found boost lib name extension: -mtESC[0m
scons: Configure: Checking for C++ header file boost/version.hpp...
.sconf_temp/conftest_9.cpp <-
|
|#include <boost/version.hpp>
|
|
"clang++" -o .sconf_temp/conftest_9.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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/boost/1.55.0/include .sconf_temp/conftest_9.cpp
scons: Configure: yes
.sconf_temp/conftest_10.cpp <-
|
|
|#include <boost/version.hpp>
|#include <iostream>
|
|int main()
|{
|
|std::cout << BOOST_LIB_VERSION << std::endl;
|return 0;
|}
|
|
"clang++" -o .sconf_temp/conftest_10.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/icu4c/52.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/boost/1.55.0/include .sconf_temp/conftest_10.cpp
"clang++" -o .sconf_temp/conftest_10 .sconf_temp/conftest_10.o -Lsrc -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/lib -L/usr/local/Cellar/boost/1.55.0/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff
.sconf_temp/conftest_10 > .sconf_temp/conftest_10.out
scons: Configure: Checking for Boost version >= 1.47...
.sconf_temp/conftest_11.cpp <-
|
|
|#include <boost/version.hpp>
|
|int main()
|{
| return BOOST_VERSION >= 104700 ? 0 : 1;
|}
|
|
"clang++" -o .sconf_temp/conftest_11.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/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
"clang++" -o .sconf_temp/conftest_11 .sconf_temp/conftest_11.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff
.sconf_temp/conftest_11 > .sconf_temp/conftest_11.out
scons: Configure: yes
scons: Configure: Checking for C++ library boost_system-mt...
.sconf_temp/conftest_12.cpp <-
|
|
|#include "boost/system/system_error.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"clang++" -o .sconf_temp/conftest_12.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/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
"clang++" -o .sconf_temp/conftest_12 .sconf_temp/conftest_12.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_filesystem-mt...
.sconf_temp/conftest_13.cpp <-
|
|
|#include "boost/filesystem/operations.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"clang++" -o .sconf_temp/conftest_13.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_13.cpp
"clang++" -o .sconf_temp/conftest_13 .sconf_temp/conftest_13.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_regex-mt...
.sconf_temp/conftest_14.cpp <-
|
|
|#include "boost/regex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"clang++" -o .sconf_temp/conftest_14.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_14.cpp
"clang++" -o .sconf_temp/conftest_14 .sconf_temp/conftest_14.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_program_options-mt...
.sconf_temp/conftest_15.cpp <-
|
|
|#include "boost/program_options.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"clang++" -o .sconf_temp/conftest_15.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_15.cpp
"clang++" -o .sconf_temp/conftest_15 .sconf_temp/conftest_15.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt
scons: Configure: yes
scons: Configure: Checking for C++ library boost_thread-mt...
.sconf_temp/conftest_16.cpp <-
|
|
|#include "boost/thread/mutex.hpp"
|
|int
|main() {
|
|return 0;
|}
|
"clang++" -o .sconf_temp/conftest_16.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_16.cpp
"clang++" -o .sconf_temp/conftest_16 .sconf_temp/conftest_16.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt
scons: Configure: yes
.sconf_temp/conftest_17.cpp <-
|
|
|#include <boost/regex/icu.hpp>
|#include <unicode/unistr.h>
|
|int main()
|{
| UnicodeString ustr;
| try {
| boost::u32regex pattern = boost::make_u32regex(ustr);
| }
| // an exception is fine, still indicates support is
| // likely compiled into regex
| catch (...) {
| return 0;
| }
| return 0;
|}
|
|
"clang++" -o .sconf_temp/conftest_17.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_17.cpp
"clang++" -o .sconf_temp/conftest_17 .sconf_temp/conftest_17.o -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -L/usr/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -licui18n
Undefined symbols for architecture x86_64:
"boost::basic_regex<int, boost::icu_regex_traits>::do_assign(int const*, int const*, unsigned int)", referenced from:
boost::basic_regex<int, boost::icu_regex_traits>::assign(int const*, int const*, unsigned int) in conftest_17.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: Configure: Checking if boost_regex was built with ICU unicode support...
scons: Configure: (cached) no
scons: Configure: Checking for pkg-config...
pkg-config --atleast-pkgconfig-version=0.15.0
scons: Configure: yes
scons: Configure: Checking for C library sqlite3...
.sconf_temp/conftest_19.c <-
|
|
|#include "sqlite3.h"
|
|int
|main() {
|
|return 0;
|}
|
"clang" -o .sconf_temp/conftest_19.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_19.c
"clang" -o .sconf_temp/conftest_19 .sconf_temp/conftest_19.o -L/usr/lib -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -licui18n -lsqlite3
scons: Configure: yes
.sconf_temp/conftest_20.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_20.o -c -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -I/usr/include -Iinclude -I. -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_20.c
"clang" -o .sconf_temp/conftest_20 .sconf_temp/conftest_20.o -L/usr/lib -Lsrc -L/usr/local/Cellar/boost/1.55.0/lib -L/usr/local/Cellar/icu4c/52.1/lib -L/usr/local/Cellar/freetype/2.5.1/lib -L/usr/local/Cellar/jpeg/8d/lib -L/usr/local/Cellar/proj/4.8.0/lib -L/usr/local/Cellar/libtiff/4.0.3/lib -lfreetype -lz -lbz2 -lpng15 -lz -licuuc -ljpeg -lproj -ltiff -lboost_system-mt -lboost_filesystem-mt -lboost_regex-mt -lboost_program_options-mt -lboost_thread-mt -licui18n -lsqlite3
.sconf_temp/conftest_20 > .sconf_temp/conftest_20.out
scons: Configure: Checking if SQLite supports RTREE...
scons: Configure: (cached) yes
scons: Configure: Checking if gdal is ogr enabled...
gdal-config --ogr-enabled
sh: gdal-config: command not found
scons: Configure: no
scons: Configure: Checking for pg_config...
pg_config
sh: pg_config: command not found
scons: Configure: error: no result
scons: Configure: no
scons: Configure: Checking for gdal-config --libs...
gdal-config --libs
sh: gdal-config: command not found
scons: Configure: error: no result
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 -DHAVE_JPEG -DMAPNIK_USE_PROJ4 -DHAVE_PNG -DHAVE_TIFF -DBIGINT -Ideps -Ideps/clipper/include -Ideps/agg/include -I. -Iinclude -I/usr/include -I/usr/local/Cellar/boost/1.55.0/include -I/usr/local/Cellar/icu4c/52.1/include -I/usr/local/Cellar/freetype/2.5.1/include/freetype2 -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2 .sconf_temp/conftest_24.cpp
scons: Configure: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment