Hello,

The problem i am facing is stated below:

I've installed Boost 1.39.
I've installed Cairo and Proj4 through yast.

Now when i run the command
python scons/scons.py BOOST_INCLUDES=~/Desktop/boost_1_39_0 
BOOST_LIBS=/usr/local/lib,

I get the following message :

________________________________________________
Exiting... the following required dependencies were not found:
   - proj
   - icuuc
   - icudata
   - boost filesystem

See the 'config.log' for details on possible problems.

Also, these optional dependencies were not found:
   - cairo
   - cairomm
   - boost system
   - pycairo

Set custom paths to these libraries and header files on the command-line or in 
a file called 'config.py'
    ie. $ python scons/scons.py BOOST_INCLUDES=/usr/local/include/boost-1_37 
BOOST_LIBS=/usr/local/lib
________________________________________________

I looked in yast for the installation path of Cairo and found this

/usr/lib/libcairo.so.2
/usr/lib/libcairo.so.2.11.5

I also issued the command locate cairo which showed me this
Code:

/usr/include/cairo
/usr/include/cairo/cairo-deprecated.h
/usr/include/cairo/cairo-features.h
/usr/include/cairo/cairo-ft.h
/usr/include/cairo/cairo-glitz.h
/usr/include/cairo/cairo.h

Therefore now for mapnick to find cairo I issued the following command combined 
with the boost one :

python scons/scons.py CAIRO_INCLUDES=/usr/include/cairo/ 
CAIRO_LIBS=/usr/lib/libcairo.so.1.0

But mapnick couldn't find cairo files and again showed the above message !!

Kindly help !!

regards,
anisha


-------------------------------------
Hi-Tech Gears Limited, Gurgaon, India

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

Reply via email to