Re: [lldb-dev] Help debugging OSX build error

2016-03-28 Thread Greg Clayton via lldb-dev
How did you install swig? Sounds like it isn't installed correctly. If you used homebrew, install "swig" and "swig-python". And if that doesn't work email Todd Fiala directly. Just for kicks, here is a list of files that we install for swig to give you an idea of everything we install (director

Re: [lldb-dev] Help debugging OSX build error

2016-03-28 Thread Zachary Turner via lldb-dev
And btw, to get the obvious out of the way, I do have swig installed, and "which swig" finds it in /opt/local/bin/swig On Mon, Mar 28, 2016 at 12:48 PM Zachary Turner wrote: > Trying to get an Xcode build working, and I keep getting this error: > > ERROR:root:Unable to find swig executable: 'mod

[lldb-dev] Help debugging OSX build error

2016-03-28 Thread Zachary Turner via lldb-dev
Trying to get an Xcode build working, and I keep getting this error: ERROR:root:Unable to find swig executable: 'module' object has no attribute 'OSError' Command /bin/sh failed with exit code 250 Does anyone know how to diagnose this? There's no other useful information in the log file. I t