Ok. Good and bad news.

The good news is that I can launch the binary build you uploaded.
Actually, when I first launched it, it was searching the libraries in
/usr/lib/x86_64-linux-gnu/ and I was receiving the same error you see when
you try to launch my build:
./mscore_robert_leleu: error while loading shared libraries:
libQt5XmlPatterns.so.5: cannot open shared object file: No such file or
directory
This was because it was finding Qt5 libraries in the system path (needed by
other applications?).
Therefore, I set the LD_LIBRARY_PATH to point to my Qt installation first:

export LD_LIBRARY_PATH=/home/antonio/Qt5.3.1/5.3/gcc_64/lib:$LD_LIBRARY_PATH

et voilĂ , everything worked fine.

So, the good news is that the build is Ok.

The bad news is that there could be something strange in your Qt
installation.
You can try to do this:
( 1- revert your qt.conf to its original state )
2- set your LD_LIBRARY_PATH before launching mscore, similarly to what I did
(i.e. put your Qt5 installation path at the beginning of LD_LIBRARY_PATH

Just to be sure, here is the content of my Qt plugin/platforms folder, with
the xcb platform library:
antonio@antonio-VirtualBox ~/Qt5.3.1/5.3/gcc_64/plugins/platforms $ ls
libqeglfs.so  libqlinuxfb.so  libqminimalegl.so  libqminimal.so 
libqoffscreen.so  libqxcb.so


I don't think you need to update gcc to 4.9 as I did (I did it only to
enable the use of undefined-behavior sanitizer libubsan). You can optionally
update Qt to 5.3.1 (it is not required by mscore; you can use 5.3 libraries,
and if someone has Qt 5.3.1 library installed, these are loaded instead of
the 5.3 without problem).

Ciao,
ABL




--
View this message in context: 
http://dev-list.musescore.org/Linux-Mint-64-compilation-fails-tp7578930p7578940.html
Sent from the MuseScore Developer mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to