Due to my development environment, I'm trying to b...
# community-help
s
Due to my development environment, I'm trying to build a Typesense using CMakeList. So I used ExternalProject_Add to install the libraries that Typesense wanted in order and finally built Typesense. > /usr/local/include/braft/storage.h1169: error: 'COMPACT_GOOGLE_LOG_NOTICE' was not declared in this scope; did you mean 'COMPACT_GOOGLE_LOG_FATAL'? > 116 | LOG(NOTICE) << "Target path not exist, so no need to gc, path: " I get an error like this, have you ever seen an error like this?
k
I don't remember the exact details, but when building braft you have to add some flag to make it use glog over their internal logging framework.