摘要: Linux下c/c++头文件和动态库的搜索 https://stibel.icu/md/c++/tips/c++-tips-search-head-lib.html https://kerneltravel.net/blog/2020/c_c-_path/ https://www.cnblogs.c 阅读全文
posted @ 2024-10-23 16:38 michaelchengjl 阅读(19) 评论(0) 推荐(0)
摘要: Protocol Buffer Error on compile during GOOGLE_PROTOBUF_MIN_PROTOC_VERSION check 出现这个问题 一般是安装了多个版本 protobuf https://stackoverflow.com/questions/357445 阅读全文
posted @ 2024-10-23 15:10 michaelchengjl 阅读(60) 评论(0) 推荐(0)
摘要: Ubuntu下 卸载protobuf并安装指定版本的protobuf 如果用pip 源安装, 同时用手动安装, 版本不一致,会导致报错: Protoc Version 版本冲突 卸载 执行以下命令把protobuf相关文件夹及库文件删除即可 sudo rm /usr/local/bin/protoc 阅读全文
posted @ 2024-10-23 15:06 michaelchengjl 阅读(1020) 评论(0) 推荐(0)