[swift-users] Python problem when compiling lldb

Markus Trippelsdorf markus at trippelsdorf.de
Thu Dec 10 09:32:48 CST 2015


On 2015.12.10 at 09:29 -0600, Lane Schwartz via swift-users wrote:
> I'm still working on getting a clean compile on Scientific Linux 7.1. So
> for I've gotten a compile (after applying Pull Request #282) when for the
> basic build script with no additional flags (./swift/utils/build-script).
> 
> I'm now trying to also compile with lldb (./swift/utils/build-script
> --lldb). When I do so I get the following error:
> >     PyOS_ReadlineFunctionPointer = simple_readline;
> >                                  ^ ~~~~~~~~~~~~~~~
> > /home/lanes/swift/lldb/scripts/Python/modules/readline/readline.cpp:70:5:
> > error: use of undeclared identifier 'Py_InitModule4'
> >     Py_InitModule4(
> >     ^

See: https://bugs.swift.org/browse/SR-14

-- 
Markus


More information about the swift-users mailing list