You are here

Error compiling Qtractor v0.7.4.17

Dear Rui,
sorry it is me again ;-)

Trying to compile (Xubuntu 14.04 - 64bit) the latest qtractor v0.7.4.17 from git, I get the following error:

In file included from /usr/include/qt4/QtCore/QThread:1:0,
from qtractorAudioBuffer.h:34,
from qtractorAudioEngine.cpp:25:
/usr/include/qt4/QtCore/qthread.h: In member function ‘bool qtractorAudioEngine::fileExport(const QString&, const QList&, long unsigned int, long unsigned int)’:
/usr/include/qt4/QtCore/qthread.h:117:17: error: ‘static void QThread::usleep(long unsigned int)’ is protected
static void usleep(unsigned long);
^
qtractorAudioEngine.cpp:1427:24: error: within this context
QThread::usleep(33000); // Ain't that enough?...

I am thankfufl for any hints, v0.7.4.16 compiles just fine.

Greetings, Michael

Forums: 
rncbc's picture

sorry. please try the git pull du jour :)... qtractor v0.7.4.18+

i guess the above error would only apply on (./configure --enable-)qt4 builds.

any reason you still rely on that ageing platform?

hth.
byee

babarosa's picture

Thank you, v0.7.4.18 compiles fine again.

"any reason you still rely on that ageing platform?"
Xubuntu 14.04 came with qt4 and my audio system works very well. A lot of apps I use still need qt4 and at the moment I manage to go solely with qt4. But the main reason, I guess, is that I myself am also an ageing platform ...

Greetings, Michael

Add new comment