[Tile-serving] [osm2pgsql] fails to detect latest protobuf-c (#129)
davideberra
notifications at github.com
Wed Apr 30 09:34:30 UTC 2014
New ```libprotobuf``` lead to a compile problem too. The following line is not present anymore in ```protobuf-c/protobuf-c.h``` (```protobuf-c-1.0.0-rc1```)
```extern PROTOBUF_C_API ProtobufCAllocator protobuf_c_system_allocator;```
so we got the following compile issue while compiling ```parse-pbf.c``` :
```
parse-pbf.c: In function âprocessOsmHeaderâ:
parse-pbf.c:239: error: âprotobuf_c_system_allocatorâ undeclared (first use in this function)
parse-pbf.c:239: error: (Each undeclared identifier is reported only once
parse-pbf.c:239: error: for each function it appears in.)
```
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/129#issuecomment-41777679
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140430/bd5e237b/attachment.html>
More information about the Tile-serving
mailing list