zeromq / czmqpp

C++ wrapper for czmq. Aims to be minimal, simple and consistent.
Other
45 stars 27 forks source link

Build error #19

Closed justusranvier closed 8 years ago

justusranvier commented 10 years ago

I'm attempting to create an ebuild that will compile czmq++ on Gentoo Linux, and it currently fails with the following when attempting to build the master branch:

justusranvier commented 10 years ago
>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build"
 * econf: updating czmqpp-9999/build-aux/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating czmqpp-9999/build-aux/config.guess with /usr/share/gnuconfig/config.guess
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --docdir=/usr/share/doc/czmqpp-9999 --enable-shared --disable-static
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking the archiver (x86_64-pc-linux-gnu-ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B
checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-pc-linux-gnu-ar... (cached) x86_64-pc-linux-gnu-ar
checking for archiver @FILE support... @
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sysroot... no
checking for x86_64-pc-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... (cached) yes
checking dependency style of x86_64-pc-linux-gnu-g++... (cached) none
checking whether x86_64-pc-linux-gnu-g++ supports C++11 features by default... no
checking whether x86_64-pc-linux-gnu-g++ supports C++11 features with -std=c++11... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libczmq... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/czmq++/Makefile
config.status: creating src/Makefile
config.status: creating libczmq++.pc
config.status: executing depfiles commands
config.status: executing libtool commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build"
make -j1 -l4 
Making all in include/czmq++
make[1]: Entering directory `/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build/include/czmq++'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build/include/czmq++'
Making all in src
make[1]: Entering directory `/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build/src'
/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"libczmqpp\" -DPACKAGE_TARNAME=\"libczmqpp\" -DPACKAGE_VERSION=\"0.4.0\" -DPACKAGE_STRING=\"libczmqpp\ 0.4.0\" -DPACKAGE_BUGREPORT=\"genjix@riseup.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libczmqpp\" -DVERSION=\"0.4.0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -I. -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src  -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include   -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -O2 -pipe -march=native -std=c++11 -c -o authenticator.lo /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/authenticator.cpp
libtool: compile:  x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"libczmqpp\" -DPACKAGE_TARNAME=\"libczmqpp\" -DPACKAGE_VERSION=\"0.4.0\" "-DPACKAGE_STRING=\"libczmqpp 0.4.0\"" -DPACKAGE_BUGREPORT=\"genjix@riseup.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libczmqpp\" -DVERSION=\"0.4.0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -I. -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -O2 -pipe -march=native -std=c++11 -c /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/authenticator.cpp  -fPIC -DPIC -o .libs/authenticator.o
/bin/sh ../libtool  --tag=CXX   --mode=compile x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"libczmqpp\" -DPACKAGE_TARNAME=\"libczmqpp\" -DPACKAGE_VERSION=\"0.4.0\" -DPACKAGE_STRING=\"libczmqpp\ 0.4.0\" -DPACKAGE_BUGREPORT=\"genjix@riseup.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libczmqpp\" -DVERSION=\"0.4.0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -I. -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src  -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include   -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -O2 -pipe -march=native -std=c++11 -c -o certificate.lo /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/certificate.cpp
libtool: compile:  x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"libczmqpp\" -DPACKAGE_TARNAME=\"libczmqpp\" -DPACKAGE_VERSION=\"0.4.0\" "-DPACKAGE_STRING=\"libczmqpp 0.4.0\"" -DPACKAGE_BUGREPORT=\"genjix@riseup.net\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -D__EXTENSIONS__=1 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D_POSIX_PTHREAD_SEMANTICS=1 -D_TANDEM_SOURCE=1 -DPACKAGE=\"libczmqpp\" -DVERSION=\"0.4.0\" -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_CXX11=1 -I. -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src -I/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include -ggdb -g3 -Wall -Wno-missing-braces -pedantic -Wextra -fstack-protector-all -DDEBUG -O2 -pipe -march=native -std=c++11 -c /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/certificate.cpp  -fPIC -DPIC -o .libs/certificate.o
In file included from /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket.hpp:44:0,
                 from /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/certificate.hpp:26,
                 from /var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/certificate.cpp:20:
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::tos()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:12:29: error: 'zsocket_tos' was not declared in this scope
     return zsocket_tos(self_);
                             ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::plain_server()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:15:38: error: 'zsocket_plain_server' was not declared in this scope
     return zsocket_plain_server(self_);
                                      ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::plain_username()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:18:31: error: 'zsocket_plain_username' was not declared in this scope
     return _get_string_option(zsocket_plain_username);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::plain_password()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:21:31: error: 'zsocket_plain_password' was not declared in this scope
     return _get_string_option(zsocket_plain_password);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::curve_server()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:24:38: error: 'zsocket_curve_server' was not declared in this scope
     return zsocket_curve_server(self_);
                                      ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::curve_publickey()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:27:31: error: 'zsocket_curve_publickey' was not declared in this scope
     return _get_string_option(zsocket_curve_publickey);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::curve_secretkey()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:30:31: error: 'zsocket_curve_secretkey' was not declared in this scope
     return _get_string_option(zsocket_curve_secretkey);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::curve_serverkey()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:33:31: error: 'zsocket_curve_serverkey' was not declared in this scope
     return _get_string_option(zsocket_curve_serverkey);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'std::string czmqpp::socket::zap_domain()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:36:31: error: 'zsocket_zap_domain' was not declared in this scope
     return _get_string_option(zsocket_zap_domain);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::mechanism()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:39:35: error: 'zsocket_mechanism' was not declared in this scope
     return zsocket_mechanism(self_);
                                   ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::ipv6()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:42:30: error: 'zsocket_ipv6' was not declared in this scope
     return zsocket_ipv6(self_);
                              ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'int czmqpp::socket::immediate()':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:45:35: error: 'zsocket_immediate' was not declared in this scope
     return zsocket_immediate(self_);
                                   ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_tos(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:129:31: error: 'zsocket_set_tos' was not declared in this scope
     zsocket_set_tos(self_, tos);
                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_router_handover(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:132:55: error: 'zsocket_set_router_handover' was not declared in this scope
     zsocket_set_router_handover(self_, router_handover);
                                                       ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_router_mandatory(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:135:57: error: 'zsocket_set_router_mandatory' was not declared in this scope
     zsocket_set_router_mandatory(self_, router_mandatory);
                                                         ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_probe_router(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:138:49: error: 'zsocket_set_probe_router' was not declared in this scope
     zsocket_set_probe_router(self_, probe_router);
                                                 ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_req_relaxed(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:141:47: error: 'zsocket_set_req_relaxed' was not declared in this scope
     zsocket_set_req_relaxed(self_, req_relaxed);
                                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_req_correlate(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:144:51: error: 'zsocket_set_req_correlate' was not declared in this scope
     zsocket_set_req_correlate(self_, req_correlate);
                                                   ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_conflate(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:147:41: error: 'zsocket_set_conflate' was not declared in this scope
     zsocket_set_conflate(self_, conflate);
                                         ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_plain_server(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:150:49: error: 'zsocket_set_plain_server' was not declared in this scope
     zsocket_set_plain_server(self_, plain_server);
                                                 ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_plain_username(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:153:61: error: 'zsocket_set_plain_username' was not declared in this scope
     zsocket_set_plain_username(self_, plain_username.c_str());
                                                             ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_plain_password(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:156:61: error: 'zsocket_set_plain_password' was not declared in this scope
     zsocket_set_plain_password(self_, plain_password.c_str());
                                                             ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_curve_server(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:159:49: error: 'zsocket_set_curve_server' was not declared in this scope
     zsocket_set_curve_server(self_, curve_server);
                                                 ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_curve_publickey(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:162:63: error: 'zsocket_set_curve_publickey' was not declared in this scope
     zsocket_set_curve_publickey(self_, curve_publickey.c_str());
                                                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_curve_secretkey(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:166:63: error: 'zsocket_set_curve_secretkey' was not declared in this scope
     zsocket_set_curve_secretkey(self_, curve_secretkey.c_str());
                                                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_curve_serverkey(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:170:63: error: 'zsocket_set_curve_serverkey' was not declared in this scope
     zsocket_set_curve_serverkey(self_, curve_serverkey.c_str());
                                                               ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_zap_domain(const string&)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:174:53: error: 'zsocket_set_zap_domain' was not declared in this scope
     zsocket_set_zap_domain(self_, zap_domain.c_str());
                                                     ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_ipv6(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:177:33: error: 'zsocket_set_ipv6' was not declared in this scope
     zsocket_set_ipv6(self_, ipv6);
                                 ^
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp: In member function 'void czmqpp::socket::set_immediate(int)':
/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999/src/../include/czmq++/socket_opt.hpp:180:43: error: 'zsocket_set_immediate' was not declared in this scope
     zsocket_set_immediate(self_, immediate);
                                           ^
make[1]: *** [certificate.lo] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-libs/czmqpp-9999/work/czmqpp-9999_build/src'
make: *** [all-recursive] Error 1
kdomanski commented 9 years ago

You are building against old zeromq.

PabloCastellano commented 8 years ago

@justusranvier Did you solve it? This issue is quite old now and I guess it can be closed.