trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2011

Re: [trinity-devel] kdegraphics - Broke? error: taking address of temporary [-fpermissive]

From: Serghei Amelian <serghei@...>
Date: Sun, 8 May 2011 19:07:46 +0300
On Sunday 08 May 2011 18:55:01 David C. Rankin wrote:
> Guys,
>
>    kdegraphics was building fine on 5/6, but now it fails with:
[...]

>
> I haven't changed anything on my end - is there something I need to add? I
> have tried:
>
>    CFLAGS=${CFLAGS}" -fpermissive"
>    CXXFLAGS=${CXXFLAGS}" -fpermissive"
>
> but that didn't help. What to try next?

Try

cmake -DCMAKE_CXX_FLAGS="-fpermisive"

-- 
Serghei