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! > > Cleaning more acc

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...) Incident

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 Qt

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 f

Re: [Mscore-developer] Error while compiling

2017-02-21 Thread Lasconic
Maybe you have another Qt installed by your system? See https://forums.gentoo.org/viewtopic-p-7864110.html lasconic 2017-02-21 21:25 GMT+01:00 Maurizio M. Gavioli : > Sorry to revive this thread, but this is happening again to me. Background: > having just had an HD failure, I had to re-install

Re: [Mscore-developer] Error while compiling

2017-02-21 Thread Maurizio M. Gavioli
Sorry to revive this thread, but this is happening again to me. Background: having just had an HD failure, I had to re-install and re-configure everything. Looking ahead I installed the latest Qt, 5.8, which compiles ver. 3.0 (aka master) perfectly. So far, so good. Having to deal with 2.1 too, pa

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread Lasconic
If it's anything large, you will probably need to rebase. Please join IRC if you need help with that. lasconic 2016-04-18 18:08 GMT+02:00 Janet Guo : > Hi Lasconic, > > Oh man, I'm clearly very behind then. Sorry about the un-helpful answer. > That also means I need to update my local repo, than

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 QWindowSystemInterface::registerTouchDevice

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread Janet Guo
Hi Lasconic, Oh man, I'm clearly very behind then. Sorry about the un-helpful answer. That also means I need to update my local repo, thanks for letting me know! Fingers crossed my code will work with the new master... Thanks! On Apr 18, 2016 11:54 AM, "Lasconic" wrote: > Hi jguo, > > It was a

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread Marc Sabatella
FWIW, I had the same problem - undefined reference to QWindowSystemInterface::registerTouchDevice(QTouchDevice*) from libQtWebKit, version 5.3. There is no libQtWebKit in version 5.6, so the build shouldn't have been trying to use it. In my case, the problem was that for some reason, I still had

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 machine). I > was actually not

Re: [Mscore-developer] Error while compiling

2016-04-18 Thread 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 machine). I was actually not able to compile MuseScore with 5.6. It was awhile ago, so I don't remember all the details (I think there was something that was depreca

Re: [Mscore-developer] Error while compiling

2016-04-16 Thread Joachim Schmitz
You need to upgrade Qt to 5.6. And that won't contain QWebkit. And do a clean build from scratch -Original Message- From: salil [mailto:salilkhandel...@gmail.com] Sent: Saturday, April 16, 2016 3:26 PM To: mscore-developer@lists.sourceforge.net Subject: [Mscore-developer] Error while comp

Re: [Mscore-developer] Error while compiling

2016-04-16 Thread salil
Yes , I have upgraded it from Qt 5.3 . -- View this message in context: http://dev-list.musescore.org/Error-while-compiling-tp7579819p7579821.html Sent from the MuseScore Developer mailing list archive at Nabble.com. -

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 creator.