kinto wrote: > I tried to run the script qtjambi.sh but I get the error: > "Cannot mix incompatible Qt libraries" >
Hi, this error indicates that Qt's dynamic libraries are being loaded from two different sources, and that they are incompatible. We've made an effort to prevent this from happening, so I'm not sure why it happens in your case, but do you happen to have any version of Qt in your LD_LIBRARY_PATH or is your QT_PLUGIN_PATH set to anything in particular? If so, could you try unsetting those two environment variables and see if that solves the problem? -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
