[zeromq-dev] Building CZMQ with disable-drafts
Osiris Pedroso
opedroso at gmail.com
Fri Apr 22 23:00:25 CEST 2016
Found example in czmq/ci_build.sh
```
./autogen.sh
./configure --with-drafts=[yes|no]
```
Reason for question is the latest CZMQ repository does not build in Windows
with option --disable-drafts.
It has compilation errors in ztrie.c, which should not even be compiled
since draft API is turned off.
Compilation works fine in Linux for both draft APIs or not.
On Fri, Apr 22, 2016 at 3:44 PM Osiris Pedroso <opedroso at gmail.com> wrote:
> How can I build CZMQ with disable-drafts in Ubuntu?
>
> In Windows, I run czmq/builds/msvc/configure.bat --disable-drafts to
> accomplish that.
>
> Thanks
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20160422/375abc16/attachment.htm>
More information about the zeromq-dev
mailing list