[Tile-serving] [osm2pgsql] Providing Windows binaries/packages (#17)

martin-s notifications at github.com
Sat Aug 9 13:04:23 UTC 2014


I usually take a 3rdParty package which includes these most used libraries (zlib, libxml2 etc.), so I don't have control over the linker flags. But all projects that are under my control have correct linker flags (/MDd). I'll check your 3rdParties.

I didn't get if you have already patched your protobuf-c? Take a look at this diff from Edwards in the last days:

diff --git a/protobuf-c/protobuf-c.c b/protobuf-c/protobuf-c.c
index c7fb21d..b66ed93 100644
--- a/protobuf-c/protobuf-c.c
+++ b/protobuf-c/protobuf-c.c
@@ -2304,6 +2304,8 @@ parse_required_member(ScannedMember *scanned_member,
 			if (bd->data == NULL)
 				return FALSE;
 			memcpy(bd->data, data + pref_len, len - pref_len);
+		} else {
+			bd->data = NULL;
 		}
 		bd->len = len - pref_len;
 		return TRUE;

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/17#issuecomment-51686053
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140809/250a6876/attachment.html>


More information about the Tile-serving mailing list