Re: Re: [BUGS] WIN32 MULTIBYTE - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: Re: [BUGS] WIN32 MULTIBYTE
Date
Msg-id 3364.996544577@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] WIN32 MULTIBYTE  ("Darko Prenosil" <Darko.Prenosil@finteh.hr>)
List pgsql-interfaces
"Darko Prenosil" <Darko.Prenosil@finteh.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


pgsql-interfaces by date:

Previous
From: Cedar Cox
Date:
Subject: bug (lack of feature) in psql
Next
From: "Gary S. Brace"
Date:
Subject: libpq problem - kdevelop