Re: [lldb-dev] Standalone build broken after r269332

2016-05-17 Thread Pavel Labath via lldb-dev
Ok, I see what the problem is now. If you run llvm-config from the build folder, it will print out the correct path for the llvm headers, but this will not be correct for the clang headers as it points directly to the subfolder of the source llvm checkout. In Kamil's use case this will be fine

Re: [lldb-dev] Standalone build broken after r269332

2016-05-16 Thread Eugene Zelenko via lldb-dev
Hi, Pavel! On Mon, May 16, 2016 at 3:04 AM, Pavel Labath wrote: > Hi Eugene, > > my thoughts on this are inline. > > At which stage does the build now fail for you (after applying the > fixes above)? Build failed at very beginning: source/lldb.cpp:19:10: fatal error:

Re: [lldb-dev] Standalone build broken after r269332

2016-05-16 Thread Pavel Labath via lldb-dev
Hi Eugene, my thoughts on this are inline. On 14 May 2016 at 01:46, Eugene Zelenko via lldb-dev wrote: > Hi! > > I tried to build standalone LLDB after r269332 change in > LLDBStandalone.cmake and encountered next problems: > > It implies that LLVM and Clang were built

[lldb-dev] Standalone build broken after r269332

2016-05-13 Thread Eugene Zelenko via lldb-dev
Hi! I tried to build standalone LLDB after r269332 change in LLDBStandalone.cmake and encountered next problems: It implies that LLVM and Clang were built separately, but they could be built together, so next changes should be made as in previous version: -