Hello, When I saw Dane's message about the upcoming release I made my tests to build http://svn.mapnik.org/branches/0.7.1-dev/ @ rev 1694 under Visual Sudio 2005.
I used my previous configuration that works for mapnik 0.7.0. and I had few little problems in hextree.hpp - @ line 427, 428 ant 429 the "round" function is undefined. -> fixed by adding this macro to the file : #define round(x) (x<0?ceil((x)-0.5):floor((x)+0.5)) - @ line 493 the call to "log" function is ambiguous -> fixed by casting the parameter : log((double)cur_node->pixel_count) With this, I built Mapnik, gdal, postgis, and shape plug-in's as well as the shape index tool. That was for the build part. About running my application against it everything works fine as far as I could see except when using a raster and a buffer size. Seems this problem isn't fixed in my case (Or I might did something wrong but i don't see what) :s http://trac.mapnik.org/ticket/502 About the bug Hope this report could help Nicolas. -- View this message in context: http://old.nabble.com/Mapnik-0.7.1-VC%2B%2B-build-report-tp27915154p27915154.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

