zeromq / zbroker

Elastic pipes
Mozilla Public License 2.0
50 stars 11 forks source link

Problem: libzbroker_cli has artificial deps on czmq #71

Closed rpedde closed 10 years ago

rpedde commented 10 years ago

When trying to build a "light" client that only uses libzbroker_cli, there are compile-time deps on czmq.h (prelude, really) for "CZMQ_EXPORT" and "bool".

Probably these should be more self-contained.

hintjens commented 10 years ago

I've removed the use of CZMQ_EXPORT. bool and other things we need are defined in zmtp_prelude.h, which should be installed as part of libzmtp, and included with