Great work, Dane!
On OS X 10.6 + gcc version 4.0.1 (Apple Inc. build 5465) 32-bit I get: Ran 84 tests in 1.620s OK (TODO=5) And output from rundemo.py : ..... 9 maps have been rendered in the current directory: - demo.png - demo256.png - demo64_binary_transparency.png - demo128_colors_hextree_no_alpha.png - demo_high.jpg - demo_low.jpg - demo.svg - demo.pdf - demo.ps ..... I'll test on 64-bit OS X, Ubuntu 9.10 and Vista later on. Windows build needs some attention but otherwise 0.7.1 is looking good. Regards, Artem On 15 March 2010 23:30, Dane Springmeyer <[email protected]> wrote: > I'm excited to announce that all tickets have been closed against Mapnik > 0.7.1, a bugfix release and the last planned release in the 0.7.x series. > > We are looking to tag the release and have new Windows and OS X binaries > available by the end of this week. > > If you are able, please help by compiling, installing, and running the unit > tests to try to catch any problems that should be addressed before > releasing. > > Report any problems compiling, any test failures, or any runtime issues with > your applications to the mailing list or as Trac tickets. > > Detailed instructions below. > > * Note that Mapnik 0.7.1 does not change any of the current dependencies > needed to compile. Many of you are aware that current trunk (aka Mapnik2) > requires at least Boost 1.41, but this is not the case with 0.7.1. > > Dane > > [1] http://trac.mapnik.org/milestone/0.7.1 > > ======================= > > Download the sources here: > > svn co http://svn.mapnik.org/branches/0.7.1-dev/ > > Then compile sources and install > > $ cd 0.7.1-dev/ > $ python scons/scons.py install > > Finally, install nose from > http://somethingaboutorange.com/mrl/projects/nose/0.11.1/. > > And in the 0.7.1-dev/ folder run the tests: > > $ python tests/run_tests.py > > At the end of the verbose output you should get: > > 'OK (TODO=5)' > _______________________________________________ > Mapnik-devel mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/mapnik-devel > _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

