Re: 2.9 Compile

Pablo Saratxaga (srtxg@linux.chanae.stben.be)
Wed, 22 Jan 1997 23:51:43 +0100 (MET)

Kaixo !

> > I've tried to compile version 1.9 of IFMAIL and receive the error:
> > trap.c: In function `trap':
> > trap.c:72: parameter `context' has incomplete type
> > trap.c:92: warning: `stack' might be used uninitialized in this function
> > make[1]: *** [trap.o] Error 1
> > make: *** [all] Error 2

You should look at trap.c lines 72 and 92 :

#ifdef PRE_21_LINUX
struct sigcontext_struct context;
#else
struct sigcontext context;
#endif

The answer is simple then, add -DPRE_21_LINUX to your defines (in CONFIG file)
the re-run make.

-- 

A bientôt, Pablo Saratxaga

~ ~ :wq ;-) PGP Key available, key ID: 0x8F0E4975