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.
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to