This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gnome-session build fails


On Mon, 23 May 2005, jose isaias cabrera wrote:
> main.c: In function `have_ipv6':
> main.c:199: error: `AF_INET6' undeclared (first use in this function)
> main.c:199: error: (Each undeclared identifier is reported only once
> main.c:199: error: for each function it appears in.)
> 
> Anyone has any suggestion?  As I said previously, the configure ran fine and 
> one of the entries was,
> 
> checking whether to enable ipv6... no
> 
> but, apparently, it's not working.  By the way, I also tried it 
> with --enable-ipv6 and it failed at the same spot.

This is a bug in gnome-session then. You might try fixing this by wrapping
the the function have_ipv6 with #ifdef HAVE_IPV6 or the like (check config.h 
for the exact variable)

bye
	ago 
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]