stacktrace icon indicating copy to clipboard operation
stacktrace copied to clipboard

BOOST_STACKTRACE_USE_WINDBG is missing in windbg.cpp

Open deadlocklogic opened this issue 2 years ago • 1 comments

https://github.com/boostorg/stacktrace/blob/95065ca63883c0b1d6754bdb7bb106058c7532cb/src/windbg.cpp#L1-L10 is missing:

#define BOOST_STACKTRACE_USE_WINDBG 

deadlocklogic avatar Mar 29 '23 16:03 deadlocklogic

Just another issue: CMake doesn't take into consideration: BOOST_STACKTRACE_LINK flag, so the the .cpp file are compiled anyway which leads to multiple definition error on MINGW.

deadlocklogic avatar Mar 29 '23 17:03 deadlocklogic