axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Axiom on Max OS X 10.9.3


From: Sarvagnan
Subject: Re: [Axiom-developer] Axiom on Max OS X 10.9.3
Date: Mon, 30 Jun 2014 18:36:33 +0530

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" <address@hidden> 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 <address@hidden> 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 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]