Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Lasconic
I believe the only way is to edit the main Makefile if you use it. If not, and you invoke Cmake with QtCreator, you can pass -DBUILD_PULSEAUDIO=OFF to CMake when prompted to add Cmake arguments. lasconic 2017-02-22 16:45 GMT+01:00 Maurizio M. Gavioli : > Oh well, MY FAULT!

Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Maurizio M. Gavioli
Oh well, MY FAULT! Cleaning more accurately before switching between versions of the MuseScore sources DOES WORK! (After almost a year of working only in Java, it is surprising how one looses familiarity with details and how much hodgy-podgy C++ dev would seem...)

Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Lasconic
I understand it's inconvenient but it's the only way to get both versions compiled. It should be no problem to have 2 or more versions of Qt installed at the same time if there is a single qmake in the PATH. It works perfectly on both Mac and Windows. QWindowSystemInterface is not documented in

Re: [Mscore-developer] Error while compiling

2017-02-22 Thread Maurizio M. Gavioli
Thanks for the reply, lasconic. lasconic wrote > Maybe you have another Qt installed by your system? Sure I have: the Mint 17.3 distro comes with Qt 5.3. However it should not matter, as Qt 5.4 and 5.8 are installed in my home and, for instance, while using Qt 5.8, it finds everything it needs

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread Lasconic
I'm in the process of cleaning the CMakeLists.txt a bit. There is a lot we could do, but I will focus first on removing the remaining of Qt4. lasconic 2016-04-18 18:04 GMT+02:00 Marc Sabatella : > FWIW, I had the same problem - undefined reference > to

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread Lasconic
Hi jguo, It was a few weeks that you tried. MuseScore master now requires Qt 5.6. lasconic 2016-04-18 17:49 GMT+02:00 jguo : > I don't know if you've already solved the problem, but I just saw this > message and thought I'd put it my two cents. (I'm on an Ubuntu

Re: [Mscore-developer] Error while compiling

2016-04-16 Thread jonEnquist
The reference "libQt5WebKit.so.5.3.0" looks problematic. Were you upgrading from Qt 5.3? I'm on Windows 10 just now. I had to re-import my project in the new version of Qt Creator. Perhaps this would help. Otherwise, I would look for references to Qt 5.2 in the build environment of Qt

[Mscore-developer] Error while compiling

2016-04-16 Thread salil
I was trying to compile the source code in order to try the new master but I am getting few problems . I followed these steps : 1) Uninstall and make clean 2) make SUFFIX="-self" LABEL="Self Build" which gives the following error [100%] Linking CXX executable mscore-self