fatal error C1189: #error : ERROR macro is defined. Define GLOG_NO_ABBREVIATED_SEVERITIES before including logging.h. See the document for detail.
解决的方案:项目属性->C/C++ ->预处理器->预处理器定义 加 GLOG_NO_ABBREVIATED_SEVERITIES即可 如图:
fatal error C1189: #error : ERROR macro is defined. Define GLOG_NO_ABBREVIATED_SEVERITIES before including logging.h. See the document for detail.
解决的方案:项目属性->C/C++ ->预处理器->预处理器定义 加 GLOG_NO_ABBREVIATED_SEVERITIES即可 如图: