Vitalts / golangide

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

liteide 19 crushes on kubuntu 13.10 as "Cannot mix incompatible Qt library" #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when executed liteide , error ocurred as following:
-------------------------------------------------------
liteide/bin/liteide 
Cannot mix incompatible Qt library (version 0x40804) with this library (version 
0x40801)
Aborted (core dumped)
-----------------------------------------------------------------

And I find an answer here : 
https://code.google.com/p/golangide/issues/detail?id=32
"if Qt library version >= 4.7.0, can remove liteide/lib"

Then liteide can runs up but losts many GUI parts.
Even after "export QTLIB=/media/liuqm/F/app/Qt5.1.1/5.1.1/gcc_64/lib".

please help to fix this problem. Thank you!!

Original issue reported on code.google.com by lingxin...@gmail.com on 14 Nov 2013 at 10:25

GoogleCodeExporter commented 9 years ago
solved, thanks "Project Member #1 Visua...@gmail.com"
https://code.google.com/p/golangide/issues/detail?id=99

cd liteide/lib/liteide && mkdir bak && mv *Qt* bak/

and it works!

Original comment by lingxin...@gmail.com on 14 Nov 2013 at 10:35