OK, mapnik 0.7.1 compiles and runs on windows. I'm on 32-bit vista
(running as a guest using VirtualBox on Mac). Here is more details
about my setup : vc90 (came with windows SDK) + Python 2.6 +
boost_1_41

Regards,
Artem

On 16 March 2010 12:23, artem <[email protected]> wrote:
> Thanks for your feedback, Nicolas. There is rint() in global.hpp which can
> be used instead of round. I'm planning towork on windows later on today and
> I'll post about my experience.
>
> Regards,
>
> -- Artem
>
> On 16 Mar 2010, at 09:25, Nicolas Gillet <[email protected]>
> wrote:
>
>>
>> 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
>
_______________________________________________
Mapnik-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/mapnik-users

Reply via email to