HBPVIS / ZeroEQ

Cross-platform C++ library for fast binary and REST messaging
https://hbpvis.github.io/
Other
41 stars 25 forks source link

Fix build with clang 3.5 (Apple LLVM 6.0) #212

Closed rdumusc closed 7 years ago

rdumusc commented 7 years ago

However the http-server tests fail on my mac, I haven't been able to figure out why:

libc++abi.dylib: terminating with uncaught exception of type std::__1::bad_function_call: std::exception unknown location:0: fatal error: in "get_serializable": signal: SIGABRT (application abort requested) ../ZeroEQ/tests/http/server.cpp:458: last checkpoint unknown location:0: fatal error: in "get_event": memory access violation at address: 0x09f14cb0: no mapping at fault address ../ZeroEQ/tests/http/server.cpp:467: last checkpoint: "get_event" entry.

tribal-tec commented 7 years ago

which OSX version do you have? for me the mac build work fine on latest sierra.

rdumusc commented 7 years ago

10.10 Yosemite, c++ = Apple LLVM 6.0 (clang-600.0.54), zmq 4.1.4