<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Feb 1, 2014, at 3:50 PM, Christian Henning <<a href="mailto:chhenning@gmail.com">chhenning@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Feb 1, 2014 at 6:32 PM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto;"><div class=""><div class="h5">On Sat, Feb 1, 2014 at 10:38 PM, Christian Henning <<a href="mailto:chhenning@gmail.com">chhenning@gmail.com</a>> wrote:<br>

> I have installed clang 3.5 on debian and by just including the<br>
> condition_variable header I get the following error:<br>
><br>
> /usr/include/c++/4.7/chrono:540:6: error no matching constructor for<br>
> initialization of 'duration' ( aka 'std::chrono::duration<long long,<br>
> std::ratio<1, 1000000> >')<br>
><br>
> Anyone know how to fix that?<br>
<br>
</div></div>Hi Christian,<br>
<br>
I'm sorry, I don't know how to fix this, but I wanted to point out<br>
that right now my centos buildbot is failing for exactly the same<br>
reason.  I did not yet have time to investigate further.<br>
<br>
<a href="http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-centos-6.5" target="_blank">http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-centos-6.5</a></blockquote></div></div></div></blockquote><br></div><div>Thwacking that error message into Google led me to this StackOverflow post:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span><a href="http://stackoverflow.com/questions/15747223/why-does-this-basic-thread-program-fail-with-clang-but-pass-in-g">http://stackoverflow.com/questions/15747223/why-does-this-basic-thread-program-fail-with-clang-but-pass-in-g</a></div><div><br></div><div>and then to:</div><div><span class="Apple-tab-span" style="white-space:pre">    </span><a href="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53841">http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53841</a></div><div>which ends with:</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Fixed for 4.7.3 and 4.8.0</div><br><div>— Marshall</div><div><br></div></body></html>