-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library for getting stacktraces from arbitrary exceptions #147
Conversation
This doesn't build on macOS
and Windows
(https://github.com/boostorg/boost/actions/runs/7812285701/job/21309026607) Your CI seems incomplete. :-) |
Now that this has been merged to master, it breaks the master build of Boost as well. |
Ouch. Fixing that... |
Should be fixed in develop and master now |
Isn't, although the errors are different this time. :-) https://github.com/boostorg/boost/actions/runs/7876917683
on macOS, and
on Windows. As I said you need Mac/Windows CI. :-) |
There is a windows CI :) stacktrace/.github/workflows/ci.yml Lines 109 to 121 in f6d4e11
The failure is about something different. The library should not build at all at Windows, but it does. Looks like some error in my Jamfile, some |
I see nothing in the build/Jamfile that would prevent the library from building on Windows. |
Oh, it does not build in tests because the tests for that particular library are disabled on Windows. However, that does not prevents from building the library itself. My fault, fix is coming... |
Fixes build on mingw where the posix/dlsym path will fail to build even if a dlfcn wrapper is provided , its simpler to just use the msvc path for all windows targets /cc @apolukhin from boostorg#147
No description provided.