trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: July 2012

Re: [trinity-devel] TDE packaging for Debian, tqt3 and g++ 4.7.1

From: Bruce Sass <bmsass@...>
Date: Thu, 26 Jul 2012 21:10:20 -0600
On July 26, 2012 18:30:20 Timothy Pearson wrote:
> <snip>
>
> > While looking through the build.log for tqt3 I kept getting distracted by
> > the
> > piles of "suggest parentheses around ‘&&’ within ‘||’
> > [-Wparentheses]"
> > warnings--so I  went through the source and added in all the missing
> > parentheses g++ was complaining about (plus fixed a few more warnings
> > where
> > the fix was just as obvious). The build log is much easier to read now,
> > and
> > potentially problematic warnings (such as [-Wdelete-non-virtual-dtor][1])
> > are
> > no longer buried among the noise.
>
> Great!  I wanted to do something similar but never found the time.
>
> > What is the best way for me to get the tqt3 source changes to you?
>
> Just send a patch to this list; I'll watch for it and update qt3/tqt3.

So, just a simple:

$ diff -ru {tde,build}/main/dependencies/tqt3 > tqt3.diff

is all you want?