错误:Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602) 已放弃

今天在编译完deepin最新的软件包安装器,运行的时候出现Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602) 已放弃这个错误,搜索了一下,发现网上的解决方法寥寥无几,但最终还是找到了方法成功解决了。

错误:Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602)
已放弃

方法如下:

找到Qt的安装位置,找到lib文件夹,在该文件夹下建立一个qt文件夹

cd /opt/Qt5.6.2/5.6/gcc_64/lib
sudo mkdir qt
sudo mv *Qt* qt

然后再去运行就成功了。

时间: 2024-10-06 05:37:15

错误:Cannot mix incompatible Qt library (version 0x50601) with this library (version 0x50602) 已放弃的相关文章

[Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version

最近genymotion提示更新,我就更新了,Ubuntu系统下,发现更新后不能正常打开了-提示错误如下: [Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40804) 于是乎,上百度查找半天,说是要安装QT什么的,但是我旧版本明明是可以用的啊,然后装各种东西,但是还是无法打开,后面想想,去官网看看吧,没想到真的有用. 解决方法 When

解决 Cannot mix incompatible Qt library 错误

今天运行 liteide 出现错误: Cannot mix incompatible Qt library (version 0x40802) with this library (version 0x40801) 解决办法: cd liteide/lib/liteide; mkdir qt; mv *Qt* qt 其它软件也是相同的道理,把软件目录下的Qt相关的动态库删除或移动即可. 如果还不OK,安装一下: apt-get install libxi-dev libxmu-dev

Cannot mix incompatible Qt library (version 0x40801) with this library (version 0x40804)

安装EMAN2(单颗粒重构的软件)之后,运行e2projectmanager.py来启动程序出现了这个错误. 去网上找了一下,发现一个靠谱的方案,这个问题出现是由于EMAN2这个程序自带了Qt的库,而如果机器上已经安装了Qt库且版本不同,可能就会发生冲突. 所以只需去这个软件的安装目录下找到含有libQt名字的库删除即可. 比如我这个软件的Qt库位置在: ~/software/EMAN2/extlib/lib 直接 rm libQt* 如此问题即可解决.

Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 10 declared in library

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 9 cannot be smaller than version 10 declared in library [org.piwik.sdk:piwik-sdk:0.0.3] /Users/weichunsheng/Documents/android_app/app/build

the rendering library is more recent than your version of android studio

最近更新了自己Android Studio中的SDK到最新版本,AS的一部分配置修改了. 然后 在打开布局文件的时候 会出现 渲染错误 Rendering problem the rendering library is more recent than your version of android studio 提示:如上所示.这个是由于更新了SDK之后渲染版本自动改变了,当前工程的配置的版本与渲染设置的版本不同. 解决办法如下. 打开任意布局文件,切换到Design视图 点击如图所示的图标

This version of the rendering library is more recent than your version of IntelliJ IDEA.

今天往idea里导入其他项目时又遇到了一个问题,单独标记一下. 导入后打开一个布局xml文件,发现不能渲染,报错为: This version of the rendering library is more recent than your version of IntelliJ IDEA. Please update IntelliJ IDEA 看字面意思就是idea的渲染库版本不对,让你升级idea.因为之前升级过android sdk,就想到了以前eclipse的老问题:adt的升级.难

This version of the rendering library is more ....

地址:http://stackoverflow.com/questions/18852983/eclipse-reports-rendering-library-more-recent-than-adt-plug-in This version of the rendering library is more recent than your version of ADT plug-in. Please update 预览layout.xml文件时提示: This version of the

Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6.

Loaded APR based Apache Tomcat Native library 1.1.24 using APR version 1.4.6. 我复制的几个地方: MySql C:\WINDOWS\system32\ jdk \bin文件夹下都要复制此文件

【转】This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in

原文网址:http://1982106a.blog.163.com/blog/static/8436495620149239361692/ 预览layout.xml文件时提示: This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in 导致无法正常预览布局文件: 问题根源:SDK版本过高,ADT版本低: 解决办法有好几种,如下: