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

Filipe Cabecinhas filcab at gmail.com
Wed Aug 22 11:12:36 PDT 2012


Sending scripts/Python/python-wrapper.swig
Transmitting file data .
Committed revision 162373.


Thanks, 

  Filipe


On Wednesday, August 22, 2012 at 6:41 PM, Malea, Daniel wrote:

> 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" 
> 
> 
> Attachments: 
> - fix_sbinputreader_import.patch
> 






More information about the lldb-commits mailing list