麒麟系统中Qt Creator调用protobuf库时,版本冲突解决方法

本文解决了一个应用程序在启动阶段遇到的protobuf版本冲突问题。冲突源于编译时使用的protobuf版本(2.6.1)与系统安装的版本(3.11.4)不一致。文章提供了解决方案,包括使用静态库替代动态库,并详细介绍了如何卸载和重新安装特定版本的protobuf。

场景描述

1.用protoc 3将编写的proto文件生成对应***.pb.h和***.pb.cc文件

2.在Qt Creator中通过导入外部库的方式导入protobuf的库(动态、静态都可以)

3.代码编译通过,运行时提示protobuf版本冲突

问题现象


12:39:32: Starting /mnt/hgfs/VMshare/TestCode/****/build-***-Desktop_Qt_5_14_1_GCC_64bit-Debug/*** ...
[libprotobuf FATAL google/protobuf/stubs/common.cc:87] This program was compiled against version 2.6.1 of the Protocol Buffer runtime library, which is not compatible with the installed version (3.11.4).  Contact the program author for an update.  If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library.  (Version verification failed in "/build/mir-yHFhjH/mir-0.26.3+16.04.20170605/obj-x86_64-linux-gnu/src/protobuf/mir_protobuf.pb.cc".)
terminate called after throwing an instance of 'google::protobuf::FatalException'
  what():  This program was compiled against ve

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

文斗士

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值