trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2010

Re: [trinity-devel] qt-3.3.8b and libpng 1.4

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 23 Aug 2010 21:01:37 -0500
>
> Darrell Anderson
> http://humanreadable.nfshost.com/
>
>> Can you provide any more information on the bug?  If there is a patch it
>> would be in the Ubuntu Qt patchset, which I can search for a relevant
>> patchfile if I know what to look for.
>
> http://www.linuxquestions.org/questions/slackware-14/bug-in-qt-3-3-8b-in-current-extra-808941/
>
> http://www.google.com/search?num=30&hl=en&safe=off&q=%22qt-3.3.8b%22+%22libpng+1.4%22+slackware&btnG=Search

I guess it would be up to the Slackware Qt maintainer to apply the patch
shown; if Trinity itself needs patching for any reason please let me know
and I will commit the patch to SVN.
>
>> Also, with respect to compiling Trinity, the tqtinterface
>> must be compiled
>> and installed before any other Trinity packages will
>> compile.  You will
>> therefore need to create a new package that contains the
>> tqtinterface
>> library and development headers.  All other build
>> dependencies will
>> generally be the same as before.
>
> Is there a build script?
>
It builds the same way as all other Trinity modules.  Generally that takes
the form of:
automake->autoconf->configure->make->make install
Required flags have been omitted here, for more details see
http://trinity.pearsoncomputing.net/wiki/bin/view/Developers/HowToBuild

Tim