Re: CVS: compilation failed

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS: compilation failed
Date: 2003-07-22 14:31:36
Message-ID: 6551.1058884296@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> writes:
> ./configure --prefix=/usr/lib/postgresql --enable-nls

I think you must have done --enable-recode too.

> gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
> -I../../../../src/include -c -o miscinit.o miscinit.c -MMD
> miscinit.c: In function `SetCharSet':
> miscinit.c:205: error: structure has no member named `in'
> make[3]: *** [miscinit.o] Error 1

The recode stuff is broken due to IPv6 changes. I'm inclined to rip it
out rather than try to upgrade it to handle IPv6 addresses; it seems to
me that that feature has been superseded by the client/server encoding
conversion features.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-07-22 14:39:38 Re: PATCH: Memory leaks on start-up
Previous Message Lee Kindness 2003-07-22 14:26:55 Re: PATCH: Memory leaks on start-up