Skip to content

BOOST_STACKTRACE_USE_WINDBG_CACHED does not work with MinGW #36

@githubuser0xFFFF

Description

@githubuser0xFFFF

We use the MinGW toolchain that ships with the Qt Libraries. This is the output of gcc -v

Thread model: posix
gcc version 5.3.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project)

Using BOOST_STACKTRACE_USE_WINDBG_CACHED results in the following compiler error:

../boost/stacktrace/detail/frame_msvc.ipp(167): fatal error C1189: #error: Your compiler does not support C++11 thread_local storage. It's impossible to build with BOOST_STACKTRACE_USE_WINDBG_CACHED.

These are the compiller settings:

 -O0 -g3 -Wall -c -fmessage-length=0 -std=c++14

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions