[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: questions (repise)
---------- Forwarded message ----------
Date: Fri, 17 Sep 1999 17:02:29 +0200 (IST)
From: Ronen Tzur <rtzur@shani.net>
To: Dan hursh <hursh@sparc.isl.net>
Subject: Re: questions (repise)
> Where should I put the finalization routine for audio? (I found the
> init. Thanks!) Would I be safe to just use atexit, or will the gtk
> scheme mess with that? Also, do you trap of signals anywhere? The sounds
> really needs to be clean up if at all possible. Catching SIGINT, SIGHUP,
> and SIGHUP would be good I think.
Installing it with atexit() should work (not interfere with gtk, that is),
and I could catch signals. (But I think they die with exit()
anyway, don't they?)
> Also, do you think it's safe to add "`esd-config --cflags`" to the end
> of the INCLUDES line and "`esd-config --libs`" on the end of the
> xarchon_LDADD line? I don't know if this is bad with automake. Right now
If it lets you do that, great, but in prinicple I would need to add
esd-checks in configure, and run `esd-config' from there. We'll take
care of that later (when I have your source to work with).
> Also, should I start using the mailing list now?
I guess it'd be ok :-)
I'll reply to this with a cc: to the list.