[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libredwg] sys/malloc.h include fails and AX_SWIG_PYTHON_CPPFLAGS
From: |
Till Heuschmann |
Subject: |
Re: [libredwg] sys/malloc.h include fails and AX_SWIG_PYTHON_CPPFLAGS |
Date: |
Wed, 5 Jan 2011 22:03:53 +0100 |
Thank you for your patches!
I will apply the first patch (malloc).
@Felipe: Can you apply the other patch? I can't test python bindings.
Am 05.01.2011 um 09:38 schrieb Rob Vermaas:
> Hi,
>
> while building libredwg we encountered some problems. See
> http://hydra.nixos.org/build/847533 for a problem including
> sys/malloc.h .
> Attached are two patches which resolved the problems for us.
>
> First patch removes the sys/malloc.h include, as the portable way is
> to use stdlib.h which is already included.
> Second patch removes a hardcoded python path (/usr/include/...) and
> replaces it by the AX_SWIG_PYTHON_CPPFLAGS variable.
>
> greetings,
> Rob
>
> --
> Rob Vermaas
>
> [email] address@hidden
> <0001-do-not-use-sys-malloc.h-include-not-needed-because-o.patch><0002-use-AX_SWIG_PYTHON_CPPFLAGS-variable-in-stead-of-har.patch>