From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr> |
Cc: | "pgsql interfaces" <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: Re: [BUGS] WIN32 MULTIBYTE |
Date: | 2001-07-31 01:56:17 |
Message-ID: | 3364.996544577@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-interfaces pgsql-patches |
"Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr> writes:
> I think that this header should not be imported in libpq at all,
>>
>> It isn't --- at least I can't see any inclusion path for it in current
>> sources.
>>
>> regards, tom lane
> Maybe You can not see it in build for Linux (I did not check),
> but in WIN32.MAK file there is section
> that looks like this:
> !IFDEF MULTIBYTE
> "$(INTDIR)\common.obj" : ..\..\backend\utils\mb\common.c
> $(CPP) @<<
> $(CPP_PROJ) /I "." ..\..\backend\utils\mb\common.c
Hmm. That seems to be rather substantially out of date: in the regular
Unix build, the only file added for MULTIBYTE support is
utils/mb/wchar.c, and it doesn't include any backend-only include files.
We used to import those other backend source files, but that was long
ago.
Please try ripping all the stuff about common.c, conv.c, and big5.c
out of win32.mak, and see if it works then.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | pgsql-bugs | 2001-07-31 02:57:20 | subquery results bypassed |
Previous Message | Mark J Hewitt | 2001-07-30 23:13:03 | Re: Postmaster will not restart |
From | Date | Subject | |
---|---|---|---|
Next Message | Gary S. Brace | 2001-07-31 13:44:12 | libpq problem - kdevelop |
Previous Message | Cedar Cox | 2001-07-29 08:35:09 | bug (lack of feature) in psql |
From | Date | Subject | |
---|---|---|---|
Next Message | Helge Bahmann | 2001-07-31 09:56:42 | Allow IDENT authentication on local connections (Linux only) |
Previous Message | Tom Lane | 2001-07-31 00:59:38 | Re: Re: OpenUnix 8 Patchj |