[zeromq-dev] czmq head failing against libzmq head
Brian Knox
briank at talksum.com
Sun Jun 24 19:33:56 CEST 2012
Hello zmq'ers. I just wanted to pass along that czmq (from git head) is
currently not building against libzmq (from git head today as well).
Here's the break:
/bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H
-I. -I../include -pedantic -Werror -Wall -Wno-unused -D_GNU_SOURCE -DLINUX
-D_REENTRANT -D_THREAD_SAFE -march=x86-64 -mtune=generic -O2 -pipe
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT
zsockopt.lo -MD -MP -MF .deps/zsockopt.Tpo -c -o zsockopt.lo zsockopt.c
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../include
-pedantic -Werror -Wall -Wno-unused -D_GNU_SOURCE -DLINUX -D_REENTRANT
-D_THREAD_SAFE -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT zsockopt.lo -MD -MP -MF
.deps/zsockopt.Tpo -c zsockopt.c -fPIC -DPIC -o .libs/zsockopt.o
zsockopt.c: In function 'zsocket_set_fail_unroutable':
zsockopt.c:970:38: error: 'ZMQ_FAIL_UNROUTABLE' undeclared (first use in
this function)
zsockopt.c:970:38: note: each undeclared identifier is reported only once
for each function it appears in
make[2]: *** [zsockopt.lo] Error 1
make[2]: Leaving directory
`/home/laotse/src/talksum/BAT/research/briank/abs/czmq/src/czmq-build/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/laotse/src/talksum/BAT/research/briank/abs/czmq/src/czmq-build/src'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120624/f00d7b91/attachment.htm>
More information about the zeromq-dev
mailing list