zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
318 stars 108 forks source link

boost 1.60 undefined reference #125

Closed ahundt closed 8 years ago

ahundt commented 8 years ago

I tried building azmq on boost 1.60 and ran into an undefined reference in Boost.regex.

build logs here: https://gist.github.com/1158a864123d02097954bd34b4dcfe0c

rodgert commented 8 years ago

brew install icu4c

Maybe?

On Tue, Jul 12, 2016 at 4:37 AM, Andrew Hundt notifications@github.com wrote:

I tried building azmq on boost 1.60 and ran into an undefined reference in Boost.regex.

build logs here: https://gist.github.com/1158a864123d02097954bd34b4dcfe0c

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeromq/azmq/issues/125, or mute the thread https://github.com/notifications/unsubscribe/AAHYB8jKnmSMq87mG2k3BiI8v_0m7DkSks5qU2BOgaJpZM4JKNdE .

oliora commented 8 years ago

Try to run brew link --force icu4c then completely cleanup the workspace dir and run CMake again.

rodgert commented 8 years ago

Assuming this is a non-issue and closing

ahundt commented 8 years ago

@rodgert yeah hasn't been a problem, thanks!