-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
I attempted to build this library on macOS (Xcode 7.3.1) and found that there were a few includes missing:
example/assert_handler.cpp: missing<cstdlib>forstd::exit()example/terminate_handler.cpp: missing<cstdlib>forstd::exit()include/boost/stacktrace/detail/backend_linux.hpp: missing<signal.h>forkill()
Aside from that the code seems to work great on macOS (tested on 10.11.6 with Xcode 7.3.1 -- clang-703.0.31) using the Linux backend, based on my limited testing using your examples and test code.
Thanks!
Reactions are currently unavailable