<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Unfortunately that just produced more errors:<br>
<br>
Generating asan_globals_test.cc.asan.o<br>
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc:15:<br>
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test_utils.h:19:<br>
In file included from
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test_config.h:20:<br>
In file included from
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/vector:60:<br>
In file included from
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/bits/stl_algobase.h:60:<br>
In file included from
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/x86_64-linux-gnu/c++/4.7/bits/c++config.h:414:<br>
/usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../include/x86_64-linux-gnu/c++/4.7/bits/os_defines.h:40:10:
fatal error: <br>
'features.h' file not found<br>
#include <features.h><br>
^<br>
/home/mdriftmeyer/DeveloperProjects/LLVMProject/trunk/llvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:13:10:
fatal error: <br>
'stdio.h' file not found<br>
#include <stdio.h><br>
^<br>
1 error generated.<br>
make[2]: ***
[projects/compiler-rt/lib/asan/tests/asan_benchmarks_test.cc.asan.o]
Error 1<br>
make[1]: ***
[projects/compiler-rt/lib/asan/tests/CMakeFiles/AsanBenchmark.dir/all]
Error 2<br>
make[1]: *** Waiting for unfinished jobs....<br>
1 error generated.<br>
make[2]: ***
[projects/compiler-rt/lib/asan/tests/asan_test.cc.asan.o] Error 1<br>
make[1]: ***
[projects/compiler-rt/lib/asan/tests/CMakeFiles/AsanTest.dir/all]
Error 2<br>
make: *** [all] Error 2<br>
mdriftmeyer@horus:~/DeveloperProjects/LLVMProject/cmake-gcc-llvm$<br>
<br>
This is how Debian experimental currently has their stdc++ headers:<br>
<br>
<a class="moz-txt-link-freetext" href="http://packages.debian.org/experimental/amd64/libstdc++6-4.7-dev/filelist">http://packages.debian.org/experimental/amd64/libstdc++6-4.7-dev/filelist</a><br>
<br>
I imagine the maintainer at Debian will pick this up with your patch
and test to get this resolved.<br>
<br>
- Marc<br>
<br>
<br>
<div class="moz-cite-prefix">On 12/07/2012 04:04 PM, Joerg
Sonnenberger wrote:<br>
</div>
<blockquote cite="mid:20121208000400.GA20939@britannica.bec.de"
type="cite">
<pre wrap="">On Fri, Dec 07, 2012 at 03:29:25PM -0800, Marc J. Driftmeyer wrote:
</pre>
<blockquote type="cite">
<pre wrap="">For a couple weeks on trunk since Debian made some pathway changes
with GCC I can't compile the Unit Tests for LLVM because the pathway
to bits/c++config.h cannot be found.
</pre>
</blockquote>
<pre wrap="">
<a class="moz-txt-link-freetext" href="http://www.netbsd.org/~joerg/ToolChains.cpp.diff">http://www.netbsd.org/~joerg/ToolChains.cpp.diff</a> as workaround.
Joerg
_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Marc J. Driftmeyer<br>
Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
Web :: <a href="http://www.reanimality.com">http://www.reanimality.com</a><br>
Cell :: (509) 435-5212
</div>
</body>
</html>