Recently I
reported I could not build kdelibs from
SVN. I now am trying to build from the
3.5.13 tarballs. I am
having the same failure.
Building on Slackware 13.1. GCC 4.4.4. Clean chroot
build environment.
I am building everything to install to /opt/trinity
including tqtinterface.
I had the same problem on 13.37. The workaround was to make
a symlink pointing to qt3 qglobal.h in
/opt/trinity/include/tqt/.
Okay, I performed the following:
(cd /opt/trinity/include/tqt; ln -s /opt/trinity/lib/qt3-3.3.8.d/include/qglobal.h
qglobal.h)
kdelibs is now building.
I can see the error in the log now that I know what to look for.
I'm confused because I already have two qglobal.h files:
-rwxr-xr-x 1 root root 32544 2011-11-03 13:05
/opt/trinity/lib/qt3-3.3.8.d/include/qglobal.h
-rw-r--r-- 1 root root 85575 2010-08-11 23:51 /opt/trinity/include/tqt/Qt/qglobal.h
Would seem this missing sym link affects any distro? Should tqtinterface be patched in
svn? Tim?
Darrell