[Lldb-commits] [lldb] r196141 - Fixed internal code to not link against and code from "lldb/API/*".

Jean-Daniel Dupas devlists at shadowlab.org
Mon Dec 2 15:52:10 PST 2013


Le 2 déc. 2013 à 22:19, Ed Maste <emaste at freebsd.org> a écrit :

> On 2 December 2013 14:35, Greg Clayton <gclayton at apple.com> 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
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

-- Jean-Daniel








More information about the lldb-commits mailing list