You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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)) {
|
/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)
The text was updated successfully, but these errors were encountered: