On Sun, Dec 31, 2000 at 04:19:59AM +0100, Michael Moerz wrote: || I have tried to build the metamail package with unstable, || but following error occured:
|| /usr/include/signal.h:117: parse error before `-' || /usr/include/signal.h:117: parse error before `int' || I would have fixed that when a '-' would have been in line 117 of signal.h, || but there is none. Any suggestions? Hmm... more a -devel subject? Macro expansion. See what macros are used on that line. Have your C compiler stop after the cpp phase, and look in the result of that. Ciao. Vincent.

