<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;">Hi,<div><br></div><div>That worked! Thanks for the response!</div><div><br></div><div>However. The final result of the check-all is as follows:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">********************</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Testing Time: 591.24s</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">********************</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Failing Tests (3):</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">    AddressSanitizer32 :: TestCases/<a href="http://stack-use-after-return.cc">stack-use-after-return.cc</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">    AddressSanitizer64 :: TestCases/<a href="http://stack-use-after-return.cc">stack-use-after-return.cc</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">    Clang :: Headers/cxx11.cpp</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; min-height: 13px;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">  Expected Passes    : 16803</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">  Expected Failures  : 75</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">  Unsupported Tests  : 212</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">  Unexpected Failures: 3</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[3]: *** [CMakeFiles/check-all] Error 1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[2]: *** [CMakeFiles/check-all.dir/all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">make: *** [check-all] Error 2</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Is it part of the same “problem”?</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Best regards,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">Dawie</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;"><br></div><div><div>On 03 Jan 2014, at 9:33 PM, Joubert, Dawie <<a href="mailto:Dawie.Joubert@rhdhv.com">Dawie.Joubert@rhdhv.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">


<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="MS Exchange Server version 6.5.7654.12">
<title>RE: [cfe-dev] Mac OS X - Mavericks - make check-all error</title>

<div>
<!-- Converted from text/plain format --><br><p><font size="2">Hi,<br>
<br>
This was it! Thanks!<br>
<br>
A pity that the information is not updated on the site!<br>
<br>
Thanks for the response!<br>
<br>
Dawie<br>
<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:thakis@google.com">thakis@google.com</a> on behalf of Nico Weber<br>
Sent: Thu 2014/01/02 09:00 PM<br>
To: Dawie Joubert<br>
Cc: <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a> Developers; Bob Wilson<br>
Subject: Re: [cfe-dev] Mac OS X - Mavericks - make check-all error<br>
<br>
Hi,<br>
<br>
you need to check out libcxx into projects, see<br>
<a href="http://llvm.org/bugs/show_bug.cgi?id=17821">http://llvm.org/bugs/show_bug.cgi?id=17821</a> and the discussion on<br>
<a href="https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg84027.html">https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg84027.html</a> (I<br>
suggested that this should be mentioned on<br>
<a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> but didn't get a reply.<br>
<br>
Nico<br>
<br>
<br>
On Thu, Jan 2, 2014 at 10:45 AM, Dawie Joubert <<a href="mailto:joubertdj@gmail.com">joubertdj@gmail.com</a>> wrote:<br>
<br>
> Dear all,<br>
><br>
> The "make" command executes successfully on Mac OS X Mavericks . but when<br>
> I want to test it before I use it .. with "make check-all" . the following<br>
> error occurs:<br>
><br>
> In file included from<br>
> /Users/dawiejoubert/Source/Clang/llvm/projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc:21:<br>
> */Users/dawiejoubert/Source/Clang/llvm/utils/unittest/googletest/include/gtest/gtest.h:54:10:<br>
> **fatal error: *<br>
> *      'limits' file not found*<br>
> #include <limits><br>
> *         ^*<br>
> 1 error generated.<br>
> make[3]: ***<br>
> [projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc.x86_64.o]<br>
> Error 1<br>
> make[2]: ***<br>
> [projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test.dir/all]<br>
> Error 2<br>
> make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2<br>
> make: *** [check-all] Error 2<br>
><br>
> "Limits" should be standard c++ stuff shouldn't it be?<br>
><br>
> PS. I recently switched from a PC to a Mac so please be not too hard on<br>
> ID10T errors . ;)<br>
><br>
> Best regards,<br>
><br>
> Dawie<br>
><br>
><br>
> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
><br>
></font> </p>
This email and any attachments are intended solely for the use of the addressee(s); disclosure or copying by others than the intended person(s) is strictly prohibited. If you have received this email in error, please treat this email as confidential, notify
 the sender and delete all copies of the email immediately.
</div>

</blockquote></div><br></div></body></html>