trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

Re: [trinity-devel] Need help: cmake/pkgconfig breakage?

From: Darrell Anderson <humanreadable@...>
Date: Wed, 18 Jan 2012 21:06:52 -0800 (PST)
> 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?

Darrell