Hide Forgot
Description of problem: I was attempting to compile ccons (https://code.google.com/p/ccons/), and noticed that it requires llvm/Support/Signals.h. This file should be included in llvm-devel, but for some reason is missing. Version-Release number of selected component (if applicable): 2.8 How reproducible: Steps to Reproduce: 1. yum install llvm-devel 2. ls /usr/include/llvm/Support/Signals.h 3. Actual results: missing Expected results: exists Additional info:
I am running into the same problem on a different platform. It looks like System/Signals.h was renamed to Support/Signals.h in change 2.8 -> 2.9, which ccons is using now. (so bug might be invalid). http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_28/include/llvm/Support/ http://llvm.org/svn/llvm-project/llvm/tags/RELEASE_29/final/include/llvm/Support/ You may have to try an older version of ccons, try porting it back to 2.8, or upgrade llvm.
Ah ha. I've submitted an issue to ccons about the different paths in 2.8 vs. 2.9. https://code.google.com/p/ccons/issues/detail?id=17&thanks=17&ts=1319757785