[cfe-dev] Mac OS X - Mavericks - make check-all error

Dawie Joubert joubertdj at gmail.com
Thu Jan 2 10:45:28 PST 2014


Dear all,

The “make” command executes successfully on Mac OS X Mavericks … but when I want to test it before I use it .. with “make check-all” … the following error occurs:

In file included from /Users/dawiejoubert/Source/Clang/llvm/projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc:21:
/Users/dawiejoubert/Source/Clang/llvm/utils/unittest/googletest/include/gtest/gtest.h:54:10: fatal error: 
      'limits' file not found
#include <limits>
         ^
1 error generated.
make[3]: *** [projects/compiler-rt/lib/sanitizer_common/tests/sanitizer_allocator_test.cc.x86_64.o] Error 1
make[2]: *** [projects/compiler-rt/lib/sanitizer_common/tests/CMakeFiles/Sanitizer-x86_64-Test.dir/all] Error 2
make[1]: *** [CMakeFiles/check-all.dir/rule] Error 2
make: *** [check-all] Error 2

“Limits” should be standard c++ stuff shouldn’t it be?

PS. I recently switched from a PC to a Mac so please be not too hard on ID10T errors … ;)

Best regards,

Dawie

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140102/bdf64a0d/attachment.html>


More information about the cfe-dev mailing list