<p dir="ltr">Yeah it's using the newest xcode for is x 10.7 so the libc++ is probably older, Qt supports 10.7 though so maybe we shouldn't be using these newer c++11 methods in frameworks just yet right?</p>
<div class="gmail_quote">On Feb 8, 2015 2:04 PM, "Ivan Čukić" <<a href="mailto:ivan.cukic@kde.org">ivan.cukic@kde.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> thought this was clang 3.7 maybe I'm confused though<br>
<br>
This is (should not) be a problem with the compiler version - this is<br>
a library function. Which version of libc++ is it using? (it might be<br>
using the old system's one instead of the latest release or something)<br>
<br>
Cheerio,<br>
Ivan<br>
<br>
On 8 February 2015 at 21:59, Jeremy Whiting <<a href="mailto:jpwhiting@kde.org">jpwhiting@kde.org</a>> wrote:<br>
> <a href="https://trac.macports.org/browser/trunk/dports/lang/llvm-3.7/Portfile" target="_blank">https://trac.macports.org/browser/trunk/dports/lang/llvm-3.7/Portfile</a> I<br>
> thought this was clang 3.7 maybe I'm confused though<br>
><br>
> On Feb 8, 2015 1:39 PM, "Albert Astals Cid" <<a href="mailto:aacid@kde.org">aacid@kde.org</a>> wrote:<br>
>><br>
>> El Diumenge, 8 de febrer de 2015, a les 09:55:05, Jeremy Whiting va<br>
>> escriure:<br>
>> > Hey all,<br>
>> ><br>
>> > In trying to get kf5 built on an older machine with clang 3.7 I've hit<br>
>> > an<br>
>> > isuse with kdeclarative.<br>
>><br>
>> clang 2.7 or 3.7?<br>
>><br>
>> 3.7 is still unreleased, no?<br>
>><br>
>> Cheers,<br>
>> Albert<br>
>><br>
>> > A few days ago some code was checked into it that<br>
>> > uses std::lround which isn't available on clang's stdlib implementation<br>
>> > yet. Should this change to floor or ciel, or is there an #ifdef we can<br>
>> > put<br>
>> > around it depending if C++11 support is available when building? Or is<br>
>> > C++11 not allowed in frameworks yet (just applications) so it should be<br>
>> > changed to use some other method to round the values (floor(value + 0.5)<br>
>> > or<br>
>> > something similar)?<br>
>> ><br>
>> > thanks,<br>
>> > Jeremy<br>
>><br>
>> _______________________________________________<br>
>> Kde-frameworks-devel mailing list<br>
>> <a href="mailto:Kde-frameworks-devel@kde.org">Kde-frameworks-devel@kde.org</a><br>
>> <a href="https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-frameworks-devel</a><br>
><br>
><br>
> _______________________________________________<br>
> Kde-frameworks-devel mailing list<br>
> <a href="mailto:Kde-frameworks-devel@kde.org">Kde-frameworks-devel@kde.org</a><br>
> <a href="https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-frameworks-devel</a><br>
><br>
<br>
<br>
<br>
--<br>
Cheerio,<br>
Ivan<br>
<br>
--<br>
While you were hanging yourself on someone else's words<br>
Dying to believe in what you heard<br>
I was staring straight into the shining sun<br>
_______________________________________________<br>
Kde-frameworks-devel mailing list<br>
<a href="mailto:Kde-frameworks-devel@kde.org">Kde-frameworks-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-frameworks-devel" target="_blank">https://mail.kde.org/mailman/listinfo/kde-frameworks-devel</a><br>
</blockquote></div>