trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2010

Re: [trinity-devel] Building kdebase with svn 1173648 (Success, but ---)

From: "Timothy Pearson" <kb9vqf@...>
Date: Thu, 9 Sep 2010 21:09:36 -0500
>> it again with revision 1173648 or above.
>
> FTBFS. Log attached. But wait --- I got the package to build!
>
> I tried following your directions about fixing the problem. I could not
> find a solution as you described. I don't pretend to understand classes,
> but am reading on the web to try to grasp the concept.
>
> Please correct me where I went wrong trying to use your search method. The
> build failed with the following error:

I forgot to mention that if the class name begins with Q or TQ, then a
tqt* header file is needed.  These are generally quite easy--you simply
lowercase the class name and tack a t on the front of it and a .h on the
end of it.  E.g. QFile becomes #include <tqfile.h>

If that doesn't work, search the Internet for the original Q class
name--chances are the first hit will be the Qt documentation.  Make sure
you click on the link for the 3.3 version, and the required include
statement will be near the top of the page.

Also, the required change has been included in revision 1173666, so you
may want to do one final build check.  At this point you can actually
install and run a Trinity session if you want to see the results of your
efforts. ;-)

Tim