haoyouxiaoju opened a new issue, #2874:
URL: https://github.com/apache/brpc/issues/2874
/usr/include/butil/reloadable_flags.h: In function ‘bool
butil::RegisterFlagValidatorOrDieImpl(const T*, bool (*)(const char*, T))’:
/usr/include/butil/reloadable_flags.h:63:9: error: ‘GFLAGS_NS’ has not been
declared
63 | if (GFLAGS_NS::RegisterFlagValidator(flag, validate_fn)) {
|
从我的下载的gflags里面查找没有GFLAGS_NS,只看到了GFLAGS_NAMESPACE
/usr/include/gflags/gflags.h:
GFLAGS_NAMESPACE::RegisterFlagValidator(&FLAGS_##name, validator)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]