trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2014

Re: [trinity-devel] R: [trinity-devel] KOffice workaround for raspbian-wheezy

From: Slávek Banko <slavek.banko@...>
Date: Wed, 27 Aug 2014 08:48:58 +0200
On Wednesday 27 of August 2014 03:46:02 Michele Calgaro wrote:
> >from the very beginning, when they were included builds for
> > raspbian-wheezy, I watching FTBFS in KOffice with reference to a compiler
> > bug. See:
> >What is your opinion? Can I push it?
>
> Hi Slavek,
> the patch looks ok and quite simple. Nevertheless the compiler error sounds
> a little weird, I would expect a similar error to popup in many more
> places. By the way have you tried by forcing an explicit cast? Something
> like:
>
>     case EXIF_TYPE_SBYTE:
>         return TQString("%1 ").arg( static_cast<TQ_INT8>(asExifNumber( i
> ).m_sbyte) );
>
> It's a little "less invasive". If it doesn't work (hidden compiler
> mystery....), just go ahead and push your patch. Cheers
>   Michele
>

I tried - still the same FTBFS with reference to a compiler bug.
Any other suggestions? :)

-- 
Slavek