On Mon, 10 May 1999, rfi from Rich Roth wrote:

> On Mon, May 10, 1999 at 10:59:04AM -0500, Kenny Elliott wrote:
> 
> > >  Not enough information. Which version of Linux? On my Linux systems,
> > >  R_OK is defined in <fcntl.h>.
> > 
> > You actually supplied enough information above for me to fix the problem.
> > Thanks! I had to and and include for fcntl.h in compose.c, init.c, hook.c, 
> > postpone.c, and rfc1524.c. There is probably a better way to effect the
> > same change but it worked. For the possible benifit of others I am running
> > the current Stampede distribution.
> 
> This sounds like a config problem with your linux sources - normally fctnl.h
> is really in:
> 
> /usr/include/....
>       asm -> /usr/src/linux-2.0.29/include/asm-i386
>       linux -> /usr/src/linux-2.0.29/include/linux
>       
> Where they are linked to the include directories from the currently used
> linix source tree.

fcntl.h does exist in my linux source tree (2.2.7) but still, why would I
need to add this include manualy to the mutt sources?

Reply via email to