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