trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

tdelibs/dcop/dcopidl2cpp/main.cpp:44: error: 'qVersion' was not declared in this scope

From: Darrell Anderson <humanreadable@...>
Date: Mon, 5 Mar 2012 10:46:38 -0800 (PST)
I'm seeing this error with tdelibs. I updated GIT this morning but saw the same error yesterday after updating GIT.

/dev/shm/tdelibs/dcop/dcopidl2cpp/main.cpp:44: error: 'qVersion' was not declared in this scope
/dev/shm/tdelibs/dcop/dcopidl2cpp/main.cpp:96: error: 'qFatal' was not declared in this scope

I can patch the problem by adding the "t" prefix: tqVersion, tqFatal, etc.

But with each patch a new error appears. For example, qWarning -> tqWarning, qt_xrootwin -> tqt_xrootwin, qt_xdisplay -> tqt_xdisplay, qDebug -> tqDebug, qt_use_xrender -> tqt_use_xrender, etc.

TQt3, tqtinterface, arts and other dependencies build without failure.

Darrell