Release 0.5.1
Hello all, I'm pleased to announce 0.5.1 release.
This is a minor bugfix release; it is a recommended upgrade for users of 0.5.0. This release includes the following changes:
- builds with GCC 4.3
- re-enables regex support, which was inadvertently disabled in 0.5.0
- add better error handling to shapeindex
- support ppc64 builds
- fix division by zero error in placement_finder.cpp with multiple loops
Big thanks to Dominic Hargreaves for making it happen!
Posted by Artem Pavlenko on April 15, 2008
Comments
Artem Pavlenko April 22, 2008 at 8:41 a.m.
Try using BOOST_INCLUDES=... and BOOST_LIBS=.. (and possibly BOOST_TOOLKIT) . Better discussing this on mapnik-users.
HTH
Wolfi April 22, 2008 at 11:31 a.m.
I had a similar problem on CentOS 5.1 (RHEL 5 clone).
The distribution's boost libraries are not named in accordance with the boost getting started guide, but as system libraries, i.e. boost_filesystem.so, instead of boost_filesystem-mt* (-mt for multi-threaded).
I went through all of the SConscript files that contained the pattern 'thread_suffix' and changed that from '-mt' to ''.
mclbbhhzyve July 18, 2008 at 9:24 p.m.
TjeVHU <a href="http://ceivbtlvjfcm.com/">ceivbtlvjfcm</a>, [url=http://bsyzfaxvecrz.com/]bsyzfaxvecrz[/url], [link=http://iyzogwjpmbwr.com/]iyzogwjpmbwr[/link], http://zfgfwhosrwda.com/



DP April 20, 2008 at 9:19 p.m.
Hello,
I can't get it running on SuSE 10.3
When I run scons.py I get the error message:
"Could not find header or shared library for boost filesystem."
Boost is installed.