[Tile-serving] [osm2pgsql] Providing Windows binaries/packages (#17)
alex85k
notifications at github.com
Mon Sep 15 15:28:51 UTC 2014
Here is the rebased-o-latest Windows-comaptible source:
https://github.com/alex85k/osm2pgsql/commits/msvc-september2014
Considering the ``Result too large`` error: I am afraid it is about 32 bit parameters in ``read`` function on Windows (no size_t...) http://msdn.microsoft.com/ru-ru/library/wyssk1bs.aspx
They have 64 bit seek, but not real 64 bit read...
However, ``READ_NODE_BLOCK_SIZE * sizeof(struct ramNode)`` is certainly < 2Gb (correct ?) - do not understand.
Maybe we shoud try using fread on Windows?
http://msdn.microsoft.com/ru-ru/library/kt0etdcs.aspx
(POSIX support is rather poor)
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/17#issuecomment-55607238
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140915/d8fac565/attachment.html>
More information about the Tile-serving
mailing list