<div dir="ltr">i'm trying to build lldb w/o xcode on osx without using xcode, following linux's instructions.<div><br><div>it fails at this step:</div><div><br></div><div>ninja lldb<br></div><div>...</div><div><div>
In file included from /Library/Frameworks/Python.framework/Headers/Python.h:55:</div><div>/Library/Frameworks/Python.framework/Headers/pyport.h:616:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."</div>
<div>#error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."</div></div></div><div><br></div><div>It does work using xcode though (but needs a bit updating as docs only mention xcode 4.x not xcode 5.x)</div>
<div><br></div><div>Furthermore I can't seem to be able to build lldb-gdbserver on xcode : gives error Python.h file not found.</div></div>