On 07/05/2011 04:57 PM, Dane Springmeyer wrote: > python scons/scons.py configure
>>> SNIP [richard@hosting mapniktrunk]$ 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... SCons CONFIG found: 'config.py', variables will be inherited... INPUT_PLUGINS=all BOOST_INCLUDES=/usr/include BOOST_LIBS=/usr/lib64 SYSTEM_FONTS=/usr/share/fonts/ BINDINGS=all 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.6 (cached) Searching for boost libs and headers... (cached) *libs found: /usr/lib64 *headers found: /usr/include *lib naming extension found: -mt Checking for Boost version >= 1.41... yes Found boost lib version... 1_41 Checking for C++ library boost_system-mt... yes Checking for C++ library boost_filesystem-mt... yes Checking for C++ library boost_regex-mt... yes Checking for C++ library boost_program_options-mt... yes Checking for C++ library boost_thread-mt... 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 gdal is ogr enabled... yes Checking for name of ogr library... gdal Checking for C library curl... yes Checking for C++ library ociei... no Checking for C library rasterlite... no Checking for gdal-config --libs... yes Checking for gdal-config --cflags... yes Checking for name of gdal library... gdal Checking for geos-config --ldflags --cflags... yes Checking for pg_config... yes Checking for pkg-config... yes Checking for cairo... yes Checking for cairomm-1.0... yes Checking for at least version 1.8.0 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! 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: - ociei (Oracle database library | configure with OCCI_LIBS & OCCI_INCLUDES | more info: http://trac.mapnik.org/wiki/OCCI) - rasterlite Checking for C header file Python.h... yes Bindings Python version... 2.6 Python 2.6 prefix... /usr Python bindings will install in... /usr/lib64/python2.6/site-packages *Configure complete* Now run "python scons/scons.py" to build or "python scons/scons.py install" to install <<<<<< / SNIP > I think this is due to http://trac.mapnik.org/ticket/766. > > Also, you should be able to work around it (basically skip the building of > that test) by doing: > > python scons/scons.py install Ok, thanks will try that! Regards, Richard _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

