Cannot mix incompatible Qt library [How to Solve]

Running liteside today gave the following error.

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

Solution:

cd liteide/lib/liteide; mkdir qt; mv *Qt* qt

The same is true for other software. Delete or move the QT related dynamic library in the software directory

If it’s not OK, install it

apt-get install libxi-dev libxmu-dev

Similar Posts: