CogRob / catkin_grpc

Integrates gRPC into Catkin/ROS ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protobuf needs zlib

BillWSY opened this issue · comments

The ROS official build does not have zlib, so protobuf is compiled with HAVE_ZLIB=0, which disables gzip stream.

We should make this package depend on zlib

Or we just set HAVE_ZLIB in $PROTOBUF_CPPFLAGS_EXTRA