Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
有如下错误:google::LogMessage::LogMessage(char const*, int, int, unsigned long, void ........ 原因可能是和之前自己安装过glog冲突了。
1.手动安装的话 直接手动把头文件的路径和相关库删了
sudo rm -rf /usr/local/lib/libglog* sudo rm -rf /usr/include/glog
2.指令安装的就remove指令
sudo apt-get remove libgoogle-glog-dev