On Sun, 10 Feb 2002, Kevin Day wrote:
> 
> I'm the maintainer for ports/editors/joe, and just tried compiling it under
> -CURRENT.
> 
> <signal.h> includes <sys/signal.h> which includes ucontext.h
> 
> > cc -O -pipe  -c umath.c
> > In file included from b.h:6,
> >                  from bw.h:23,
> >                  from umath.c:5:
> > rc.h:41: conflicting types for `getcontext'
> > /usr/include/sys/ucontext.h:54: previous declaration of `getcontext'
> > *** Error code 1
> > 
> > Stop in /usr/ports/editors/joe/work/joe.
> 
> 
> I can rename getcontext in joe, but "getcontext" seems like a pretty common
> function name, I know I've used it in projects before. Not including
> signal.h isn't really an option either.

The ucontext related namespace pollution should be fixed now.  Let
me know otherwise.

-- 
Dan Eischen


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to