Re: [HACKERS] ipv6 build error?

2003-01-08 Thread Bruce Momjian
Christopher Kings-Lynne wrote: > Actually, CVS HEAD now builds and compiles quite cleanly on the Alpha. I'm > not sure what you did to fix it? Perhaps it's not compiling in ipv6 at all? > If so, probably doesn't matter. > Yes, I think it is accurate that it isn't compiling at all. I modified t

Re: [HACKERS] ipv6 build error?

2003-01-08 Thread Christopher Kings-Lynne
n [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 9 January 2003 9:16 AM > To: Christopher Kings-Lynne > Cc: Hackers > Subject: Re: [HACKERS] ipv6 build error? > > > > OK, Christopher, how should we deal with this? I don't think defining > _KERNEL is a good idea. The on

Re: [HACKERS] ipv6 build error?

2003-01-08 Thread Bruce Momjian
assume I have > ipv6 built. It is a 4.4-stable box with GENERIC kernel. I just rebuilt > from very latest CVS and it still failed. > > Chris > > > > -Original Message- > > From: Bruce Momjian [mailto:[EMAIL PROTECTED]] > > Sent:

Re: [HACKERS] ipv6 build error?

2003-01-06 Thread Christopher Kings-Lynne
Kings-Lynne > Cc: Hackers > Subject: Re: [HACKERS] ipv6 build error? > > > > Interesting. > > I see in BSD/OS /usr/include/netinet6/in6.h: > > struct in6_addr { > union { > u_int8_t __u6_addr8[16]; > u_int16_t

Re: [HACKERS] ipv6 build error?

2003-01-06 Thread Bruce Momjian
Interesting. I see in BSD/OS /usr/include/netinet6/in6.h: struct in6_addr { union { u_int8_t __u6_addr8[16]; u_int16_t __u6_addr16[8]; u_int32_t __u6_addr32[4]; } __u6_addr;/* 128-bit IP6 address */

[HACKERS] ipv6 build error?

2003-01-06 Thread Christopher Kings-Lynne
On FreeBSD/Alpha: gmake[3]: Entering directory `/home/chriskl/pgsql-head/src/backend/libpq' gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../.. /src/include -c -o be-fsstubs.o be-fsstubs.c -MMD gcc -pipe -O -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../..