bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BUG in GNU autoconf (WineX)


From: Ralf Corsepius
Subject: Re: BUG in GNU autoconf (WineX)
Date: 07 May 2003 07:32:08 +0200

Am Die, 2003-05-06 um 20.33 schrieb Thorsten Glaser:
> begin  electrogrammati illius Akim Demaille
> 
> >Thanks for the detailed analysis!  It is just slightly unclear to me
> >when param.h is required.  Is it required for sys/socket.h?  What is
> >the smallest set of #include to have sys/socket.h compile?  Thanks a
> >lot!
> 
> sys/param.h includes sys/types.h and is required by sys/socket.h, yes.
I doubt this - Normally, application code never is required to
explicitly include sys/params.h.

> I didn't check if sys/types.h alone would suffice, but I think no.
Classical BSD-systems require

#include <sys/types.h>
#include <sys/socket.h>

[In this order - This is a classical bug that pops up when trying to
build newer networking code on ancient systems.]

> I don't mind helping out more. I could test diffs on my system.
Can you try to compile the snippet above?

Ralf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]