Re: [lldb-dev] Problem of building lldb on Mac

2016-06-29 Thread Jeffrey Tan via lldb-dev
Nevermind, I was finally unable to build by "git pull" and "xcodebuild -configuration Debug" On Mon, Jun 27, 2016 at 9:55 PM, Jeffrey Tan wrote: > Hi, > > I followed instructions in http://lldb.llvm.org/build.html to build lldb > on Mac. > > I opened "*lldb/lldb.xcworkspace*" in Xcode7.3.1, sele

[lldb-dev] Problem of building lldb on Mac

2016-06-27 Thread Jeffrey Tan via lldb-dev
Hi, I followed instructions in http://lldb.llvm.org/build.html to build lldb on Mac. I opened "*lldb/lldb.xcworkspace*" in Xcode7.3.1, select lldb-tools scheme and build, I always got build error below. I have tried "brew install cmake" but the installed cmake version does not match what build sc