zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

socket_base: fix 'va_list' has not been declared error #31

Closed ynezz closed 12 years ago

ynezz commented 12 years ago

This patches tries to fix following compile error with gcc 4.7.1/uClibc 0.9.33.2 on ARM (OpenWRT):

In file included from device.cpp:51:0:
socket_base.hpp:105:35: error: 'va_list' has not been declared
make[5]: *** [libzmq_la-device.lo] Error 1

Signed-off-by: Petr Štetiar ynezz@true.cz

hintjens commented 12 years ago

Could you please raise an issue for this, or tell me which issue this fixes? Thanks.

ynezz commented 12 years ago

https://zeromq.jira.com/browse/LIBZMQ-416

hintjens commented 12 years ago

Great, thanks!