Skip to content

Instantly share code, notes, and snippets.

@ekelleyv
Created June 20, 2014 18:20
Show Gist options
  • Save ekelleyv/78efd3fa90fd23465d6b to your computer and use it in GitHub Desktop.
Save ekelleyv/78efd3fa90fd23465d6b to your computer and use it in GitHub Desktop.
Configure output
vagrant@precise64:/vagrant/mapnik$ export CXX="g++-4.8" && export CC="gcc-4.8";
vagrant@precise64:/vagrant/mapnik$ ./configure CXX=${CXX} CC=${CC}
scons: Reading SConscript files ...
Welcome to Mapnik...
Configuring build environment...
SCons CONFIG found: 'config.py', variables will be inherited...
Configuring on Linux in *release mode*...
Checking for freetype-config... yes
Checking for xml2-config... yes
Checking if compiler (g++-4.8) supports -std=c++11 flag... (cached) yes
Checking for C library z... yes
Checking for C++ library icuuc... yes
Checking for C++ library harfbuzz... yes
Checking for ICU version >= 4.2... found: icu 4.8
(cached) Searching for boost libs and headers... (cached)
Found boost libs: /usr/lib
Found boost headers: /usr/include
Checking for C++ header file boost/version.hpp... yes
Checking for Boost version >= 1.47... yes
Found boost lib version... 1_48
Checking for C++ library boost_system... yes
Checking for C++ library boost_filesystem... yes
Checking for C++ library boost_regex... yes
Checking for C++ library boost_program_options... yes
Checking for C++ library boost_thread... yes
Checking if boost_regex was built with ICU unicode support... (cached) yes
Checking for C library jpeg... yes
Checking for C library proj... yes
Checking for C library png... yes
Checking for C library webp... no
Could not find optional header or shared library for webp
Checking for C library tiff... yes
Checking for pkg-config... yes
Checking for requested plugins dependencies...
Checking for gdal-config --libs... yes
Checking for gdal-config --cflags... yes
Checking for name of gdal library... gdal1.7.0
Checking for C++ library gdal1.7.0... yes
Checking if gdal is ogr enabled... yes
Checking for gdal-config --libs... yes
Checking for gdal-config --cflags... yes
Checking for name of ogr library... gdal1.7.0
Checking for C++ library gdal1.7.0... yes
Checking for pg_config... yes
Checking for C library sqlite3... yes
Checking if SQLite supports RTREE... (cached) yes
Checking for cairo... yes
Checking for cairo lib and include paths... yes
Checking for cairo freetype font support ... yes
Checking for C++ header file boost/python/detail/config.hpp... yes
Checking for pycairo... yes
All Required dependencies found!
Overwriting and re-saving file 'config.py'...
Will hold custom path variables from commandline and python config file(s)...
Note: will build without these OPTIONAL dependencies:
- webp (WEBP C library | configure with WEBP_LIBS & WEBP_INCLUDES)
Checking for C header file Python.h... yes
Bindings Python version... 2.7
Python 2.7 prefix... /usr
Python bindings will install in... /usr/lib/python2.7/dist-packages
Configure completed: run `make` to build or `make install`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment