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