<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’ve run into a bizarre error in which LLVM_SRC/Makefile.rules is trying to access a file that doesn’t exist, even though I’ve made sure to correctly reference the needed file.  In LLVM_SRC/Makefile.rules, lines 183 and 184 reference the variable ConfigStatusScript, which is defined as $(PROJ_OBJ_ROOT)/config.status.  Given the way PROJ_OBJ_ROOT is defined, this means ConfigStatusScript is defined as LLVM_OBJ/config.status.  However, lines 183 and 184 appear to searching for the file “config.status” in LLVM_SRC/projects/safecode/tools/clang.  Here is some text from the command line that illustrates the problem:<div class=""><br class=""></div><div class=""><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Peters-MacBook-Pro:clang peterfinn$ make VERBOSE=1</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">llvm[0]: Reconfiguring with /Users/peterfinn/Desktop/llvm_trunk_2/configure</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">cd /Users/peterfinn/Desktop/llvm_trunk_2/projects/safecode/tools/clang && \</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>  /Users/peterfinn/Desktop/llvm_trunk_2/projects/safecode/tools/clang/config.status --recheck  && \</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><span class="Apple-tab-span" style="white-space:pre"> </span>  /Users/peterfinn/Desktop/llvm_trunk_2/projects/safecode/tools/clang/config.status</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">/bin/sh: /Users/peterfinn/Desktop/llvm_trunk_2/projects/safecode/tools/clang/config.status: No such file or directory</div></div></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div>Do you have any idea why this might be happening?  I’m stuck until I can resolve this problem.<div class=""><br class=""></div><div class="">Thanks,</div><div class="">Peter Finn</div></body></html>