Created
April 17, 2011 16:02
-
-
Save javierarce/924161 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
ubuntu@ip-10-98-93-183:~/grid_renderer$ python scons/scons.py configure | |
scons: Reading SConscript files ... | |
Welcome to Mapnik... | |
********************************************* | |
You are compiling Mapnik trunk (aka Mapnik2) | |
See important details at: | |
http://trac.mapnik.org/wiki/Mapnik2 | |
********************************************* | |
Configuring build environment... | |
Configuring on Linux in *release mode*... | |
Checking for freetype-config... yes | |
Checking for xml2-config... yes | |
Sorting lib and inc compiler paths by priority... internal,other,frameworks,user,system(cached) yes | |
Checking for C library m... yes | |
Checking for C library ltdl... yes | |
Checking for C library png... yes | |
Checking for C library tiff... yes | |
Checking for C library z... yes | |
Checking for C library proj... yes | |
Checking for C++ library icuuc... yes | |
Checking for C library jpeg... yes | |
Checking for ICU version >= 4.2... | |
Found icu version... 4.2 | |
(cached) Searching for boost libs and headers... (cached) | |
*libs found: /usr/lib | |
*headers found: /usr/include | |
*no lib naming extension found | |
Checking for Boost version >= 1.41... yes | |
Found boost lib version... 1_42 | |
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 requested plugins dependencies... | |
Checking for C library sqlite3... yes | |
Checking if SQLite supports RTREE... (cached) no | |
Checking if gdal is ogr enabled... yes | |
Checking for name of ogr library... gdal1.6.0 | |
Checking for gdal-config --libs... yes | |
Checking for gdal-config --cflags... yes | |
Checking for name of gdal library... gdal1.6.0 | |
Checking for pg_config... yes | |
Checking for pkg-config... yes | |
Checking for cairomm-1.0... yes | |
Checking for C++ header file boost/python/detail/config.hpp... yes | |
Checking for pkg-config... yes | |
Checking for pycairo... yes | |
All Required dependencies found! | |
Saving new file 'config.py'... | |
Will hold custom path variables from commandline and python config file(s)... | |
Note: will build without these OPTIONAL dependencies: | |
- sqlite_rtree (The SQLite plugin requires libsqlite3 built with RTREE support (-DSQLITE_ENABLE_RTREE=1)) | |
Checking for C header file Python.h... yes | |
Bindings Python version... 2.6 | |
Python 2.6 prefix... /usr | |
Python bindings will install in... /usr/lib/python2.6/dist-packages | |
*Configure complete* | |
Now run "python scons/scons.py" to build or "python scons/scons.py install" to install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment