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: dev-unsubscr...@brpc.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org