On Wed, 2003-01-08 at 16:25, Lim Kuan Siong wrote:
> At 09:28 1/8/2003 +1100, Michael Wardle wrote:
> >Hi
> >
> >On Tue, 2003-01-07 at 22:30, Lim Kuan Siong wrote:
> > > ---------- Start of error ----------
> > > cc-1020 CC: ERROR File = Cred.c++, Line = 97
> > > The identifier "NOGROUP" is undefined.
> >
> >On IRIX, this constant is called GID_NOBODY, so you can change NOGROUP
> >to that and rebuild. I should probably figure out how I can detect this
> >on a per-OS basis using GNU autoconf.
>
> Thank you very much. That worked!
Most welcome.
> Listener.c++:205: `unsetenv' undeclared (first use this function)
IIRC IRIX does not have unsetenv(). Try changing this from
unsetenv(ENVVAR) to setenv(ENVVAR=) or setenv(ENVVAR="").
The issues you have raised are exactly the sorts of ones I should test
for with autoconf so the appropriate code can be used on each OS. :-s
Thanks
--
Michael Wardle <michael.wardle@xxxxxxxxxx>
Adacel Technologies
|