zeromq / czmqpp

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

Build warns and fails in configure on clang/yosemite. #30

Closed evoskuil closed 9 years ago

evoskuil commented 9 years ago

Flags weren't checked and -fvisibility=internal caused failure on OSX. Early positioning of AC_USE_SYSTEM_EXTENSIONS caused configure warning. Fix above, add comments, set tools prereq.