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

Ed Maste emaste at freebsd.org
Mon Dec 2 13:19:00 PST 2013


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.



More information about the lldb-commits mailing list