You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably make the traceback stuff toggleable with an ifdef, and turn it off by default, since it isn't a feature that we use much
For now you could comment out the #define UNIX_PLATFORM line and it should build fine in your distro
Compile log:
This can be fixed by linking against
libexecinfo
(i.e. ensuringlibexecinfo-dev
is installed and adding-lexecinfo
to LDFLAGS).I'm happy to submit a PR, but it feels a little awkward to determine the flavour of Linux in the Makefile - open to suggestions!
The text was updated successfully, but these errors were encountered: