Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-11-18 Thread Raphael Kubo da Costa
Milian Wolff m...@milianw.de writes: Also, have you reported the errors that clang outputs to the developers? If it's correct analysis, it should be fixed - even if it's error-prone work. In this case, I don't think there's a bug: I haven't investigated in depth, but clang seems to be

Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-11-15 Thread Milian Wolff
On Tuesday 22 October 2013 10:17:02 Raphael Kubo da Costa wrote: Milian Wolff m...@milianw.de writes: Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with clang due to the -fdelayed- template-parsing flag

Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-11-15 Thread Alexander Neundorf
On Friday 15 November 2013, Milian Wolff wrote: On Tuesday 22 October 2013 10:17:02 Raphael Kubo da Costa wrote: Milian Wolff m...@milianw.de writes: Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with

Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-10-22 Thread Mark Kretschmann
On Sat, Oct 12, 2013 at 6:46 PM, Thiago Macieira thi...@kde.org wrote: On sábado, 12 de outubro de 2013 12:42:50, Milian Wolff wrote: Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with clang due to the -fdelayed-

Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-10-22 Thread Raphael Kubo da Costa
Milian Wolff m...@milianw.de writes: Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with clang due to the -fdelayed- template-parsing flag passed in FindKDE4Internal.cmake. A simple example such as this: #include

FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-10-12 Thread Milian Wolff
Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with clang due to the -fdelayed- template-parsing flag passed in FindKDE4Internal.cmake. A simple example such as this: #include vector int main() { std::vectorint v; return

Re: FindKDE4Internal.cmake clang c++11 -fdelayed-template-parsing

2013-10-12 Thread Thiago Macieira
On sábado, 12 de outubro de 2013 12:42:50, Milian Wolff wrote: Hey Raphael! Thank you for working on clang support in FindKDE4Internal.cmake. Since recently though I have build issues with clang due to the -fdelayed- template-parsing flag passed in FindKDE4Internal.cmake. A simple example