ktship / liteide

Automatically exported from code.google.com/p/liteide
0 stars 0 forks source link

Abort due to incompatible Qt lib versions in F19 #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Fedora 19
2. Untar liteide x19
3. Attempt to run liteide

What is the expected output? What do you see instead?
Should start.

What version of the product are you using? On what operating system?
x19 on Fedora 19

Please provide any additional information below.
The failure is:
Cannot mix incompatible Qt library (version 0x40804) with this library (version 
0x40801)

Simply deleting (or moving in my case to test) the bundled qt libraries make it 
work just fine.

Original issue reported on code.google.com by marqui...@gmail.com on 19 Jul 2013 at 8:14

GoogleCodeExporter commented 9 years ago
Can you explicit the files to delete?

Original comment by didier.a...@gmail.com on 2 Oct 2013 at 5:16

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have the same message on Fedora 20

"QGtkStyle was unable to detect the current GTK+ theme.
Cannot mix incompatible Qt library (version 0x40805) with this library (version 
0x40801)"

Original comment by eduardo....@gmail.com on 18 Apr 2014 at 2:42

GoogleCodeExporter commented 9 years ago
I ended up just building liteide on Fedora rather than using the prebuilt 
binaries.

Original comment by marqui...@gmail.com on 18 Apr 2014 at 3:38

GoogleCodeExporter commented 9 years ago
Same for me on Ubuntu 12.04. I deleted all files from lib/liteide (except 
plugins directory) which fixed it.

Here is the error message: $ ./liteide
Cannot mix incompatible Qt library (version 0x40803) with this library (version 
0x40801)
Aborted

I can't find the version number in About, but the filename I downloaded was 
"liteidex22.linux-64.tar.bz2"

Original comment by lados.de...@gmail.com on 28 Apr 2014 at 8:01