Displaying 1 result from an estimated 1 matches for "td4030044".
2013 Feb 26
0
[LLVMdev] LLVM/clang 3.2 build error on Linux
....c:13:
/usr/include/i386-linux-gnu/sys/mman.h:23:10: fatal error: 'features.h' file not found
#include <features.h>
^
1 error generated.
...
Searching the web, I found the following discussion:
"http://clang-developers.42468.n3.nabble.com/sw-vers-on-Linux-td4030044.html".
That would explain my sw_vers error - it appears that the problem was
introduced in r166114 and fixed in r173465. The final release 3.2
appears to tagged to r170558. Therefore, I'm reasoning that it's not
possible to build clang/compiler-rt from the unmodified 3.2 source
distrib...