Compilation on these systems fails with errors indicating that exit is not defined for some sources. Those sources that use exit(2) also need:
#include <stdlib.h>
Noted failure to compile on debian lenny e.g.
as that's the location of the exit(2) prototype.
Thanks for the report. Can you build from a tarball? If so, I'd like to post one here, for testing. Dan.
PS. if you're a git user, you can get the up-to-the-minute source by
git clone git://github.com/dankelley/gri.git
and then
git pull
as I make changes.
I'm going to mark this as worksforme and chalk it up to staying up too late the night before.. I cant seem to reproduce this problem now neither from a freshly unwrapped tarball nor from the environment I thought showed this before.
My apologies for raising this :-(