google / glog

C++ implementation of the Google logging module
http://google.github.io/glog/
BSD 3-Clause "New" or "Revised" License
7.01k stars 2.05k forks source link

HAVE_SYMBOLIZE missing on linux with bazel #1084

Closed wzheng21 closed 2 months ago

wzheng21 commented 6 months ago

Hi When integrating latest glog to our codebase, we saw the following message

warning: Symbolize functionality is not available for target platform: stack dump will contain empty frames. [-W#pragma-messages]
#  pragma message( \
          ^
1 warning generated.

It turns out to be a missing HAVE_LINK_H macro on symbolize.h#83. Will send a patch soon