Re: [LMMS-devel] Compiling with Qt5

2015-01-03 Thread Samuel Xifaras
Hello, I have experienced the same errors, but I am building on windows. It's good to know I'm not the only one with this problem :). I would also like an answer as to whether there is a workaround. Sam > On Jan 3, 2015, at 2:45 AM, Jurij Schwalm wrote: > > Hi, > > when compiling LMMS from

Re: [LMMS-devel] LMMS debugging instructions

2015-01-03 Thread Lukas W.
Take a look at CMakeLists.txt:L371 and L372. That's where -O2 is added. No idea why, probably best to remove -O2 and -g from both lines. 2015-01-03 5:31 GMT+01:00 Amadeus Folego : > So, I am trying to track the cause of the bug that D

[LMMS-devel] Compiling with Qt5

2015-01-03 Thread Jurij Schwalm
Hi, when compiling LMMS from the current github release with the -DWANT_QT5=ON option, I get the following, seemingly Qt5 related issues: 1) ConfigManager.cpp:324:36: error: ‘GuiClient’ is not a member of ‘QApplication’ 2) ConfigManager.cpp:383:3: error: ‘type’ is not a member of ‘QApplication’