Here's another header fix as well:<div><br></div><div><div>Index: source/Expression/ClangPersistentVariables.cpp</div><div>===================================================================</div><div>--- source/Expression/ClangPersistentVariables.cpp<span class="Apple-tab-span" style="white-space:pre">    </span>(revision 110917)</div>
<div>+++ source/Expression/ClangPersistentVariables.cpp<span class="Apple-tab-span" style="white-space:pre">    </span>(working copy)</div><div>@@ -7,7 +7,7 @@</div><div> //</div><div> //===----------------------------------------------------------------------===//</div>
<div> </div><div>-#include "ClangPersistentVariables.h"</div><div>+#include "lldb/Expression/ClangPersistentVariables.h"</div><div> #include "lldb/Core/DataExtractor.h"</div><div> #include "lldb/Core/Log.h"</div>
<div> #include "lldb/Core/StreamString.h"</div><div><br></div><br><div class="gmail_quote">On Thu, Aug 12, 2010 at 8:55 AM, Pawel Wodnicki <span dir="ltr"><<a href="mailto:root@32bitmicro.com">root@32bitmicro.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Quick fix for "missing" lldb-forward-rtti.h header file.<br>
<br>
Index: include/lldb/Expression/ClangPersistentVariables.h<br>
===================================================================<br>
--- include/lldb/Expression/ClangPersistentVariables.h  (revision 110913)<br>
+++ include/lldb/Expression/ClangPersistentVariables.h  (working copy)<br>
@@ -10,7 +10,7 @@<br>
  #ifndef liblldb_ClangPersistentVariables_h_<br>
  #define liblldb_ClangPersistentVariables_h_<br>
<br>
-#include "lldb-forward-rtti.h"<br>
+#include "lldb/lldb-forward-rtti.h"<br>
  #include "lldb/Core/ConstString.h"<br>
  #include "lldb/Core/DataBufferHeap.h"<br>
  #include "lldb/Symbol/TaggedASTType.h"<br>
@@ -99,4 +99,4 @@<br>
<br>
Pawel<br>
<br>
_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</blockquote></div><br></div>