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
I am reporting a bug encountered when attempting to build stacktrace with MinGW while the boost.stacktrace.from_exception feature is enabled. This issue does not occur with MSVC on Windows. The error was identified while trying to incorporate this feature into the Conan recipe for Boost in ConanCenterIndex
Summary
Greetings!
I am reporting a bug encountered when attempting to build stacktrace with MinGW while the
boost.stacktrace.from_exception
feature is enabled. This issue does not occur with MSVC on Windows. The error was identified while trying to incorporate this feature into the Conan recipe for Boost in ConanCenterIndexError Details:
During the build, the follow error occurs:
I see in the file
location_from_symbol.hpp
there is a conditional to avoid the very same error:https://github.com/boostorg/stacktrace/blob/boost-1.87.0.beta1/include/boost/stacktrace/detail/location_from_symbol.hpp#L15
The same is not present for
from_exception.cpp
, only an initial ifdef for_MSC_VER
, a define that's for MSVC.Environment
OS: Windows 10 Pro 22H2
Arch: amd64 (x86_64)
Build type: Release
Compiler: GCC 13
The MinGW version used by me can be found on Github: https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-mcf-seh-ucrt-rt_v11-rev1.7z
Attachments:
For further details, please refer to my full build log: boost-1.86.0-mingw.log
Thank you for your attention to this matter. I look forward to any guidance or solutions you might provide.
The text was updated successfully, but these errors were encountered: