I don't
know where to start but
apparently cmake, or something related to cmake with respect
to Trinity, or pkgconfig, is broken on my Slackware 13.1
build environment.
...
Looks like "airing out" in public has already helped some. :)
I just discovered that when I manually populate the internal variable
TQT_INCLUDE_DIRS=/usr/include/tqt;${QTDIR}/include between the cmake
configure and make, I no longer need the sym link.
Progress? :)
The problem now seems narrowed to one point: to discover why the
TQT_INCLUDE_DIRS internal variable does not automatically populate.
Question: what is the correct value for that internal variable?
This will be determined by the output of the pkg-config command pkg-config
--cflags-only-I tqt
For example, on my system that command spits out:
-I/usr/include/qt3 -I/usr/include/tqt
My CMakeCache.txt file for tdelibs is attached.
Tim