Cannot mix incompatible Qt library

Typically: "How do I... ", "How can I... " questions
Post Reply
alphaUser
Posts: 19
Joined: 12 Feb 2013, 15:24

Cannot mix incompatible Qt library

Post 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?

alphaUser
Posts: 19
Joined: 12 Feb 2013, 15:24

Re: Cannot mix incompatible Qt library

Post by alphaUser »

Hello again,

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

rm libQt*

and it works fine!

Thanks!!

Post Reply