On Thu, 30 Aug 2007, chromatic wrote:

> On Thursday 30 August 2007 08:05:38 Gabor Szabo wrote:
> 
> > I am experimenting a bit with the compilation of Parrot
> >
> > perl Configure.pl --gc=malloc-trace
> > make
> >
> > stopped with:
> >
> > src/malloc.c:4719: warning: function call has aggregate value
> > make: *** [src/malloc-trace.o] Error 1
> >
> > below is the stderr
> 
> What's your platform?  Which compiler are you using?

I'm not sure it would make any difference.  I don't think the malloc-trace 
stuff has worked for years.  For example, line 17 is

        #include "malloc-trace.h"

but there isn't any such file in the respository.  (I don't know the svn 
incantation to find out if there ever was.)

Depending on what you are trying to do, you might find that #defining 
DETAIL_MEMORY_DEBUG in src/gc/memory.c does what you want.

-- 
    Andy Dougherty              [EMAIL PROTECTED]

Reply via email to