trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2012

Re: [trinity-devel] Can not seem to get tqt to build.

From: Ben <cricketc@...>
Date: Sat, 08 Dec 2012 16:44:21 -0500
On 12/08/2012 04:16 PM, Timothy Pearson wrote:
>>> Thanks for that Darrel.  I am tryng to follow what Arch recommends
>> but
>>> it is to no avail.  Perhaps I am doing something wrong, or there
>>> is a configuration to get the package to build tat I do not know
>> of.
>>> The package is tqt3, though I have tried to get qt3 to build too
>> and
>>> that does not build either.  So I am pretty confident now that it
>> is
>>> user(me) error somewhere, somehow.
>>
>> I know this can be frustrating.
>>
>> There are some Archers subscribed to this list and they should be
>> helping you. A lack of responses is status quo in this list.
>> Sometimes I wonder why we bother keeping this mail list active. :(
>
> We keep it active as it is the primary means of communication between
> those working on the TDE project! :-)  I suspect some people are preparing
> for the Christmas holiday and may simply not be monitoring the list at
> this time.
>
> Pauline, can you post a full build log as a attachment to the list?
> Without a full build log we are all taking shots in the dark as to what
> the actual problem is.

Here are my notes for building tqt3 on Slackware 14 (the build actually 
worked with qt4 installed as well, although I haven't tried really 
running the trinity software):

git clone http://scm.trinitydesktop.org/scm/git/tqt3 (checks out the 
tqt3 source to /mnt/data/trinity/src/tqt3 on my system)
export QTDIR=/mnt/data/trinity/src/tqt3
export PATH=/mnt/data/trinity/src/tqt3/bin:$PATH
export LD_LIBRARY_PATH=/mnt/data/trinity/src/tqt3/lib:$LD_LIBRARY_PATH
./configure -prefix /opt/trinity/
make
make install

There's also a file called "INSTALL" in the tqt3 source directory that 
has hints about building it.

In case this helps...

-Ben