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

Filipe Cabecinhas filcab at gmail.com
Wed Aug 22 10:59:19 PDT 2012


Sorry, my bad. 
I will have it corrected in a few minutes (I'm re-checking a patch to the same area of the code).

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