Dushyanth Harinath wrote:
> > What mandrake version are you using?
>
> iam using mandrake7.1.
Alexander? Any known problems with Mandrake 7.1?
> > > In file included from /usr/include/sys/select.h:28,
> > > from /usr/local/apache/include/ap_config.h:1094,
> > > from /usr/local/apache/include/httpd.h:71,
> > > from /usr/local/include/mgd_apache.h:3,
> > > from mod_midgard.c:24:
> > > /usr/include/bits/types.h:95:25: warning: "__NFDBITS" redefined
> > > /usr/include/linux/posix_types.h:22:1: warning: this is the location of th
> > > e previous definition
> >
> > This looks like a problem in your system setup. In my
> > linux/posix_types.h
> > (on my MDK72 system) there is an '#undef __NFDBITS' before the
> > redefinition.
>
> Its there in my system too.
Yes, of course, silly me. The problem is the other way around:
bits/types.h
is included _after_, not before linux/posix_types.h which is why it
complains
of a redefinition.
My system include the same headers in appearantly the same order. The
problem
is there on my system too (fd_set being defined twice with differing
type)
but for reasons unknown I am not seeing this problem during compile.
Is this a pristine (mdk-supplied packages only) system, or have there
been
external packages or source installs? What about the kernel?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]