I was going to ask about that but I wasn't sure if the deprecation was mac
specific. Is there something I can add so that all calls top malloc.h are
negated? Copying malloc.h into usr/include seems like a very messy solution.
Thanks!
Sarva
On Jun 29, 2014 9:43 PM, "Gabriel Dos Reis" <[email protected]>
wrote:

> nobody should be including malloc.h -- it isn't a standard header.
> malloc is a C standard function declared in <stdlib.h>.
>
> On Sunday, June 29, 2014, Sarvagnan <[email protected]> wrote:
>
>> Previously, there were troubles building noweb. Those were resolved with
>> the new release. However new errors are cropping up.
>>
>> The first error that cropped up was that gcc could not find malloc.h. I
>> tried solving this by copying the malloc.h from /usr/include/malloc into
>> /usr/include. This seemed to fix the error.
>>
>> The second error was abrupt. After finishing the steps prior, make stops
>> on
>> lsp BUILDING GCL COMMON LISP.
>> It then stops with output
>> make[1]: *** [lspdir] Error 2
>> make: *** [all] Error 2.
>> There is no output about the reasons for the error.
>>
>> The version of axiom is the latest axiom-master from github as of
>> 29/06/2014.
>>
>> Thanks in advance!
>> Sarva
>>
>
_______________________________________________
Axiom-developer mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to