Today I am building packages using TQt3 rather than Qt3. Overall, a good day but I
encountered some errors I did not experience with Qt3.
======================================================
tdebindings: Still a mess! These are typical errors --- too many to post, but similar to
those when building against Qt3.
DCOP.xs:29:20: error: qpoint.h: No such file or directory
DCOP.xs:30:19: error: qrect.h: No such file or directory
DCOP.xs:31:21: error: qregexp.h: No such file or directory
DCOP.xs:32:19: error: qsize.h: No such file or directory
DCOP.xs:33:25: error: qstringlist.h: No such file or directory
In file included from DCOP.xs:35:
/opt/trinity/include/dcopclient.h:26:22: error: tqobject.h: No such file or directory
/opt/trinity/include/dcopclient.h:27:23: error: tqcstring.h: No such file or directory
/opt/trinity/include/dcopclient.h:28:25: error: tqvaluelist.h: No such file or directory
/opt/trinity/include/dcopclient.h:29:22: error: tqstring.h: No such file or directory
In file included from /opt/trinity/include/dcopclient.h:30,
from DCOP.xs:35:
/opt/trinity/include/kdatastream.h:4:26: error: tqdatastream.h: No such file or directory
In file included from /opt/trinity/include/dcopclient.h:31,
from DCOP.xs:35:
/opt/trinity/include/tdelibs_export.h:27:22: error: tqglobal.h: No such file or directory
In file included from /opt/trinity/include/dcopclient.h:30,
from DCOP.xs:35:
/opt/trinity/include/kdatastream.h:23: error: expected initializer before '&'
token
/opt/trinity/include/kdatastream.h:32: error: expected initializer before '&'
token
/opt/trinity/include/kdatastream.h:40: error: expected initializer before '&'
token
/opt/trinity/include/kdatastream.h:49: error: expected initializer before '&'
token
======================================================
Darrell