Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-09 Thread Ted Woodward via lldb-dev
Project From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Ted Woodward via lldb-dev Sent: Thursday, September 03, 2015 1:34 PM To: 'Zachary Turner'; 'Todd Fiala' Cc: 'LLDB' Subject: Re: [lldb-dev] top-of-tree build failure when using configure on Linux? We forced a clean

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-09 Thread Rick Foos via lldb-dev
PM *To:* 'Zachary Turner'; 'Todd Fiala' *Cc:* 'LLDB' *Subject:* Re: [lldb-dev] top-of-tree build failure when using configure on Linux? We forced a clean build because it wasn’t picking up an enum change that affected the swig python bindings, and the objective c problem popped up. I’ve

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-09 Thread Zachary Turner via lldb-dev
rum, a > Linux Foundation Collaborative Project > > > > *From:* lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org > <lldb-dev-boun...@lists.llvm.org>] *On Behalf Of *Ted Woodward via > lldb-dev > *Sent:* Thursday, September 03, 2015 1:34 PM > *To:* 'Zachary Turner'; 'T

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-04 Thread Todd Fiala via lldb-dev
s switch to cmake. >> >> >> >> -- >> >> Qualcomm Innovation Center, Inc. >> >> The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a >> Linux Foundation Collaborative Project >> >> >> >> *From:* Zachar

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-03 Thread Ted Woodward via lldb-dev
. The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From: Zachary Turner [mailto:ztur...@google.com] Sent: Thursday, September 03, 2015 12:42 PM To: Todd Fiala; Ted Woodward Cc: LLDB Subject: Re: [lldb-dev] top-of-tree build failure when

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-03 Thread Zachary Turner via lldb-dev
Can you change it to CMake instead of configure? I know that's not what you want to hear, but the configure build is on its way out, so you're going to have to do this at some point anyway. On Thu, Sep 3, 2015 at 10:25 AM Todd Fiala via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I haven't