On Sun, Jan 14, 2001 at 08:25:55PM +0100, Christoph Reichenbach wrote:
> > Perhaps the automake system could be altered to allow for us to use
> > dmalloc and set up the #defines and -ldmalloc correctly?  (I have very
> > little clue on how to set up autoconf..)
> 
> That shouldn't be too much work unless they do something unexpected; I'll
> have a look at it ASAP.

AC_ARG_WITH(dmalloc,
        [  --with-dmalloc           link aginst the dmalloc library],
        [LIBS="$LIBS -ldmalloc"],
        [])

(in configure.in) seems to link in everything properly.  I still want
it to add DMALLOC to DEFS, but I'm having problems with that.  I've
altered a couple of the include files to check for DMALLOC and include
dmalloc.h as needed.. but unless I can get that to get pushed into the
DEFS... argh.  

But there's a lot of funky stuff going on in the memory side of things.
You should see the dmalloc output..

> > 3) Bumping the interpreter version down messes up teh Sierra menu, which
> >    looses its background.  the onters are fine.
> 
> Could you send a screenshot of this, please? That really shouldn't
> happen...
> (via private e-mail)

It's also happening in hoyle's volume 1, on both the sierra and hoyle
file menus.

I end up with a lot of these messages:
GFX-debug: operations.c, gfxop_draw_box() L1127:Attempt to draw box with size 
-2136178846x20
 
I'll have a screenshot for you as soon as I figure out how to grab a
screenshot in X..

> Does Chris know about this yet?

No, becuase I found this out about 30 minutes ago.  :)

 - Pizza
-- 
Solomon Peachy                                    pizzaATfucktheusers.org
I ain't broke, but I'm badly bent.                           ICQ# 1318344
Patience comes to those who wait.
    ...It's not "Beanbag Love", it's a "Transanimate Relationship"...

Reply via email to