<<< Fixed >>> Cannot mix incompatible Qt libraries
Moderators: XnTriq, helmut, xnview
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
<<< Fixed >>> Cannot mix incompatible Qt libraries
I am using linux Kubuntu 9.04.
When I run the xnview.sh, I receive the message "Cannot mix incompatible Qt libraries" and XnViewMP-0.20 don't start.
Whose libraries are incompatibles?
Where are they?
What can I do to solve the problem?
Interesting. XNView works perfectly on gnome.
Fails on KDE 4.3.1
Nobody can help?
Am I the only one with this problem?
When I run the xnview.sh, I receive the message "Cannot mix incompatible Qt libraries" and XnViewMP-0.20 don't start.
Whose libraries are incompatibles?
Where are they?
What can I do to solve the problem?
Interesting. XNView works perfectly on gnome.
Fails on KDE 4.3.1
Nobody can help?
Am I the only one with this problem?
Last edited by Elias on Fri Oct 09, 2009 1:08 pm, edited 1 time in total.
-
- Author of XnView
- Posts: 44616
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Cannot mix incompatible Qt libraries
In the xnview.sh add:
QT_PLUGIN_PATH=./
export QT_PLUGIN_PATH
QT_PLUGIN_PATH=./
export QT_PLUGIN_PATH
Pierre.
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
Hi Pierre.
I'm sorry to say it didn't work.
Maybe some other path?
Merci
I'm sorry to say it didn't work.
Maybe some other path?
Merci
-
- Author of XnView
- Posts: 44616
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Cannot mix incompatible Qt libraries
I've tried on Kubuntu9 tooElias wrote:I'm sorry to say it didn't work.
Maybe some other path?
Could you send me the trace of
Code: Select all
LD_LIBRARY_PATH=./;
export LD_LIBRARY_PATH
QT_PLUGIN_PATH=./
export QT_PLUGIN_PATH
strace -e trace=open ./xnview
Pierre.
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
Hi Pierre
When I try to send the trace file as attachment I receive the message "Extension [ext] not allowed" for each "ext" file I try. How can I send you this file?
Elias
When I try to send the trace file as attachment I receive the message "Extension [ext] not allowed" for each "ext" file I try. How can I send you this file?
Elias
-
- XnThusiast
- Posts: 4608
- Joined: Sun Jul 25, 2004 9:08 pm
-
- Posts: 24
- Joined: Sat Oct 03, 2009 6:34 pm
Re: Cannot mix incompatible Qt libraries
Same problem with version 0.20 on Ubuntu 9.04! Version 0.12 works fine.
OS X, (X)Ubuntu
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
Hi
Have you received the email with attachment file trace.txt sent to <removed>?
I hope it help you find how to solve the problem.
Thank you in advance.
Elias
<Moderator's note: Mail address has been removed - please see Rules and Guidelines>
Have you received the email with attachment file trace.txt sent to <removed>?
I hope it help you find how to solve the problem.
Thank you in advance.
Elias
<Moderator's note: Mail address has been removed - please see Rules and Guidelines>
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
I really didn't understand.Dreamer wrote:
The reference to email address I used is exactly the same the moderator Dreamer passed some posts before.
-
- XnThusiast
- Posts: 4608
- Joined: Sun Jul 25, 2004 9:08 pm
Re: Cannot mix incompatible Qt libraries
It's not the same, it's the image only.Elias wrote:I really didn't understand.Dreamer wrote:
The reference to email address I used is exactly the same the moderator Dreamer passed some posts before.
More in the forum rules and here (you can find also that image there, it's a trick to avoid spam, robots can read the text, they can't read the text from image).
Dreamer
-
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: Cannot mix incompatible Qt libraries
The program aborted with "cannot mix" message whenever I selected a movie. This did not occur after I removed the following lines from my "~/.config/Trolltech.conf" setting:
(Debian 6.0;kde-standard)
Code: Select all
KDE\kdeAddedLibraryPaths=/usr/lib/kde4/plugins
4.5\libraryPath=/usr/lib/kde4/plugins
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
Hi Marsh and thanks.
Your solution worked perfectly.
I don't know how or why but solved the problem.
I hope Pierre can built a solution within the xnview code to prevent this situation
Thanks for you all.
Your solution worked perfectly.
I don't know how or why but solved the problem.
I hope Pierre can built a solution within the xnview code to prevent this situation
Thanks for you all.
-
- Posts: 39
- Joined: Mon Jan 26, 2009 10:49 pm
- Location: Brasil
Re: Cannot mix incompatible Qt libraries
Hi Pierre
Can I help in some way?
Maybe I can help in a Brazilian Portuguese translation.
Can I help in some way?
Maybe I can help in a Brazilian Portuguese translation.
-
- Posts: 21
- Joined: Sat Oct 18, 2008 7:40 am
Re: Cannot mix incompatible Qt libraries
I'm getting the same message:marsh wrote:The program aborted with "cannot mix" message whenever I selected a movie. This did not occur after I removed the following lines from my "~/.config/Trolltech.conf" setting:(Debian 6.0;kde-standard)Code: Select all
KDE\kdeAddedLibraryPaths=/usr/lib/kde4/plugins 4.5\libraryPath=/usr/lib/kde4/plugins
----
Cannot mix incompatible Qt libraries
/usr/bin/xnviewmp: line 4: 18952 Aborted LD_LIBRARY_PATH=./ ./xnview
----
OS: Arch Linux
KDE: 4.3.1
QT: 4.5.3
I'd rather not do the change mentioned above as I'm not sure what other progams would be using that config. file.
-
- Author of XnView
- Posts: 44616
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Cannot mix incompatible Qt libraries
I found the problem, i'll update the package soon...
Pierre.