As per my previous thread I am trying to build Mapnik 0.6 on Ubuntu Jaunty.

When I run $ python scons/scons.py, I am getting the following response:
-------------------------------------------------------------
Welcome to Mapnik...

Configuring build environment...
SCons CONFIG found: 'config.py', variables will be 
BOOST_INCLUDES=/home/eric/boost_1_41_0 BOOST_LIBS=/
Configuring on Linux in *release mode*...
Checking for freetype-config... yes
Checking for xml2-config... yes
Checking for pkg-config... yes
Checking for cairomm-1.0... 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 jpeg... yes
Checking for C library proj... yes
Checking for C++ library icuuc... yes
Searching for boost libs and headers... (cached) 
  *using default boost lib dir: /usr/lib
  *using default boost include dir: /usr/include
  *no lib naming extension found
Checking for Boost version >= 1.41... no
Boost version 1.41 or greater is requred
Checking for C++ library boost_system... no
---------------- snip ----------------------------------

As you can see from the fourth line, I am configuring a custom Boost library
location in config.py, which is being detected, but the 19th and 20th lines
show scons going to the default Boost library directories.

Am I somehow configuring these options incorrectly?  I have also tried this
on the command line:

$ python scons/scons.py configure BOOST_INCLUDES=/home/eric/boost_1_41_0
BOOST_LIBS=/home/eric/boost_1_41_0/stage/lib

with identical results.
-- 
View this message in context: 
http://old.nabble.com/scons-boost-configuration--tp26905237p26905237.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to