trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2012

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

From: "Timothy Pearson" <kb9vqf@...>
Date: Wed, 18 Jan 2012 22:41:06 -0600
<snip>
> 2) The second problem is tdelibs will not build unless a sym link exists:
>
> cd /usr/include/tqt; ln -s ${QTDIR}/include/qglobal.h qglobal.h
>
> At least one other Slackware user reported this same sym link requirement:
> http://trinity-devel.pearsoncomputing.net/?0::3307
>
> According to Tim, the sym link is not required by anybody else.
<snip>

The symlink problem is also related to the CMake problem.  Once the
include directory variable is correctly generated this problem will also
go away (you are currently missing the Qt3/TQt3 include directory when
copying the existing include variable to the new include variable).

It is interesting that you have not noticed any problems with other CMake
builds.  This would seem to point to TDE at a minimum triggering a bug in
CMake, and in the worst case something very obscure is wrong.  Serghei
probably knows much more about CMake than I do, so I am waiting for his
response.

Tim