[LLVMbugs] [Bug 18312] New: InitHeaderSearch.cpp:17:51: fatal error: clang/Config/config.h: No such file or directory
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 23 07:10:41 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18312
Bug ID: 18312
Summary: InitHeaderSearch.cpp:17:51: fatal error:
clang/Config/config.h: No such file or directory
Product: clang
Version: 3.3
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: its.svati at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
I get the following error when I try to build clang from source on a Debian 6
machine:
InitHeaderSearch.cpp:17:51: fatal error: clang/Config/config.h: No such file or
directory
compilation terminated.
/bin/rm: cannot remove
'/local/stiwari/llvm2/llvm-3.3.src/tools/cfe-3.3.src/lib/Frontend/Release+Asserts/InitHeaderSearch.d.tmp':
No such file or directory
The reproduction steps are:
1. Download LLVM and Clang source ( version 3.3) into the current directory.
Their path being ./llvm-3.3.src.tar.gz and ./cfe-3.3.src.tar.gz
2. Extract llvm by tar -zxvf llvm-3.3.src.tar.gz such that the llvm-3.3.src
folder is created.
3. cd llvm-3.3.src/tools
4. tar -zxvf ./../../cfe-3.3.src.tar.gz
5. cd ..
6. ./configure
7. make
8. cd tools/cfe-3.3.src
9. make
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131223/8fab9c10/attachment.html>
More information about the llvm-bugs
mailing list