Le 2 déc. 2013 à 22:19, Ed Maste <[email protected]> a écrit : > On 2 December 2013 14:35, Greg Clayton <[email protected]> wrote: >> Author: gclayton >> Date: Mon Dec 2 13:35:49 2013 >> New Revision: 196141 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=196141&view=rev >> Log: >> Fixed internal code to not link against and code from "lldb/API/*". >> > ... >> -#include <Python.h> >> +#include <Python/Python.h> > > This change broke the FreeBSD build: > http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1601/steps/compile-llvm.1/logs/stdio > > I'm not sure what the path should look like on other platforms; if > it's supposed to be Python/Python.h I'll add an #ifdef __FreeBSD__ > case.
Since a recent change, it should be <Python.h> on all platforms. See http://llvm.org/viewvc/llvm-project?view=revision&revision=195557 > _______________________________________________ > lldb-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits -- Jean-Daniel _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
