On Jun 20, 2009, at 2:25 PM, Andrew Ayre wrote:

>>>
>>> Can't seem to get it to compile.
>> How are you trying to compile it?
>> If you do:
>> python scons/scons.py -h
>> You'll see the at the bottom, the instructions for how to build it  
>> (which is not enabled by default since it is experimental) which are:
>> python scons/scons.py PGSQL2SQLITE=True
>
> OK, I've installed all the dependencies, then run scons.py and I get:
>
> /usr/include/boost/python/detail/signature.hpp:98: error: too many  
> initializers for âconst boost::python::detail::signature_elementâ
>

That's odd. You get that during the compile of pgsql2sqlite?  
Pgsql2sqlite a c++ app and should not be needing boost/python (which  
is only used for the compilation of the python bindings)

> Any ideas what to try next?


Try cleaning your build and recompiling everything:

python scons/scons.py -c

Dane

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

Reply via email to