Aidan Kehoe wrote:
Ar an tríú lá is fiche de mí Márta, scríobh Olivier Bodenreider:
> [...] process.c: In function `signal_name': process.c:1554: `sys_siglist'
> undeclared (first use in this function) process.c:1554: (Each undeclared
> identifier is reported only once process.c:1554: for each function it
> appears in.) gmake[1]: *** [process.o] Error 1 gmake[1]: Leaving
> directory `/home/olivier/src_loc/xemacs-21.5.20/src' gmake: *** [src]
> Error 2
>
> May have to do with changes reported in src/Changelog (?)
Indeed. Try running autoconf and calling the regenerated configure with the
same args--(the checked-in configure doesn’t currently reflect configure.ac,
at least w.r.t. -lossaudio, and that may be the case for your problem too)--
and if that fails, edit src/config.h and comment out the
HAVE_DECL_SYS_SIGLIST macro.
Thanks again, Aidan!
I didn't have autoconf at hand, but simply commented out the
HAVE_DECL_SYS_SIGLIST macro in src/config.h and it built like a charm.
This was extremely helpful.
--
Olivier