[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.5dev.17
From: |
RobertM |
Subject: |
Re: lynx-dev lynx2.8.5dev.17 |
Date: |
Sun, 11 Jan 2004 02:50:33 +0000 (GMT) |
It is alleged that Thomas Dickey once typed:
Checking application/pgp-signature: FAILURE
[snip]
> > Having problems with ipv6 but I think that's an irix thing.
> What sort of problems - is it a url that I can test?
Configure time problems, the configure script doesn't seem to want to
believe that ipv6 is available, from config.log:
configure:13196: checking working getaddrinfo
configure:13284: gcc -mabi=n32 -o conftest -I/usr/freeware/include -mabi=n32 -I/
usr/freeware/include/ncurses -I/usr/freeware/include/ncurses//include -I/usr/fre
eware/include/ncurses//include/ncurses -I../intl -I/usr/freeware/include -D_XOP
EN_SOURCE=500 -D_POSIX_C_SOURCE -L/usr/freeware/lib32 -L/usr/lib32 -L/usr/freewa
re/lib conftest.c -L/usr/freeware/include/ncurses//lib -lncurses -lssl -lcrypto
1>&5
configure: In function `main':
configure:13218: error: storage size of `hints' isn't known
configure:13219: error: `INET6_ADDRSTRLEN' undeclared (first use in this functio
n)
configure:13219: error: (Each undeclared identifier is reported only once
configure:13219: error: for each function it appears in.)
configure:13224: error: `AI_PASSIVE' undeclared (first use in this function)
configure:13230: error: dereferencing pointer to incomplete type
configure:13231: error: dereferencing pointer to incomplete type
configure:13232: error: dereferencing pointer to incomplete type
configure:13233: error: dereferencing pointer to incomplete type
configure:13233: error: dereferencing pointer to incomplete type
configure:13235: error: `NI_NUMERICHOST' undeclared (first use in this function)
configure:13235: error: `NI_NUMERICSERV' undeclared (first use in this function)
configure:13238: error: dereferencing pointer to incomplete type
But a quick grep around shows:
~/lynx2-8-5# grep INET6_ADDRSTRLEN /usr/include/netinet/*
/usr/include/netinet/in.h:#define INET6_ADDRSTRLEN 46
~/lynx2-8-5# grep AI_PASSIVE /usr/include/*
/usr/include/netdb.h: int ai_flags; /*
AI_PASSIVE,AI_CANONNAME,AI_NUMERICHOST,.. */
/usr/include/netdb.h:#define AI_PASSIVE 0x00000001 /* get address to use
bind() */
~/lynx2-8-5# grep NI_NUMERICHOST /usr/include/*
/usr/include/netdb.h:#define NI_NUMERICHOST 0x00000002 /* return numeric form
of hostname */
so as far as I can see, it should be ok, will do some more prodding
tomorrow as it's quite possible I've missed soemthing obvious, but any
hints of things to try would be welcome.
--
Robm
873
"Ask not what I can do for the stupid,
but what the stupid can do for me" - Graeme Garden
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/09
- Re: lynx-dev lynx2.8.5dev.17, Stef Caunter, 2004/01/09
- Re: lynx-dev lynx2.8.5dev.17, gilmap, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/10
- Re: lynx-dev lynx2.8.5dev.17,
RobertM <=
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/11
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/20
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/20
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/20
- Re: lynx-dev lynx2.8.5dev.17, Thomas Dickey, 2004/01/20
- Re: lynx-dev lynx2.8.5dev.17, RobertM, 2004/01/20