[Lldb-commits] [lldb] r162356 - Problem building on Linux

Malea, Daniel daniel.malea at intel.com
Wed Aug 22 10:41:43 PDT 2012


Hi all,

As of a recent commit, r162356, I am having some problems building LLDB on Linux:

LLDBWrapPython.cpp:2692:10: fatal error: 'SBInputReader.h' file not found
#include "SBInputReader.h"
         ^

However, I'm not seeing the problem in the previous revision (r162355). I was able to work around the build error with the attached patch which changes the include path to contain "lldb/API" prepended to the file name.




Thanks,
Dan

PS. git patch, so apply with "patch -p1"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_sbinputreader_import.patch
Type: application/octet-stream
Size: 595 bytes
Desc: fix_sbinputreader_import.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20120822/ac830892/attachment.obj>


More information about the lldb-commits mailing list