HEAD fails to build with dmalloc enabled

2003-04-01 Thread Ronan Waide
Compiling lib/adt_tree.c lib/adt_tree.c: In function `sorted_tree_destroy': lib/adt_tree.c:114: structure has no member named `_free_leap' make: *** [lib/adt_tree.o] Error 1 Cheers, Waider. -- [EMAIL PROTECTED] / Yes, it /is/ very personal of me. Junk food is considered part of the vegetable

Re: HEAD fails to build with dmalloc enabled

2003-04-01 Thread Andrew Bartlett
On Tue, 2003-04-01 at 23:41, Ronan Waide wrote: Compiling lib/adt_tree.c lib/adt_tree.c: In function `sorted_tree_destroy': lib/adt_tree.c:114: structure has no member named `_free_leap' make: *** [lib/adt_tree.o] Error 1 It's due to dmalloc() using a CPP define to do the work. Adding some

Re: HEAD fails to build with dmalloc enabled

2003-04-01 Thread Ronan Waide
On April 2, [EMAIL PROTECTED] said: On Tue, 2003-04-01 at 23:41, Ronan Waide wrote: Compiling lib/adt_tree.c lib/adt_tree.c: In function `sorted_tree_destroy': lib/adt_tree.c:114: structure has no member named `_free_leap' make: *** [lib/adt_tree.o] Error 1 It's due to dmalloc() using