denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Denemo on MacOS


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Denemo on MacOS
Date: Fri, 3 Apr 2009 09:00:47 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

On Sat, Mar 28, 2009 at 03:21:03PM +0100, Nils Gey wrote:
 13:15 ( blooplete ) I'll have a look
> 13:17 ( blooplete ) ok, on osx, you need to do #include <sys/malloc.h> 
> instead of #include <malloc.h>
> 13:18 ( blooplete ) actually it's best to find and replace <malloc.h> with 
> <sys/malloc.h>

I was going to create a switch for this. Something like _HAVE_DARWIN_ but it 
turns out we are not even using malloc in file.c. We don't use free() also. We 
are using g_free(). So I just removed lined 36 in file.c.

Jeremiah




reply via email to

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