Page 1 of 1

Cannot mix incompatible Qt library

Posted: 12 Feb 2013, 15:54
by alphaUser
Hello,

I wanted spontaneously to test V-REP but I got an error when I started ./vrep.sh

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

The version of the Qt libs integrated in the V-REP files is 4.8.0. Ubuntu 12.04 includes 4.8.1. Do I have to replace the existing Qt libraries by an older one or is their a trick to use both in parallel?

Re: Cannot mix incompatible Qt library

Posted: 12 Feb 2013, 16:38
by alphaUser
Hello again,

I just deleted all libQt files in the V-REP directory ...

rm libQt*

and it works fine!

Thanks!!