From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: The problem of an inline definition by construction in |
Date: | 2006-05-30 12:43:56 |
Message-ID: | 200605301243.k4UChu119811@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied to CVS HEAD and 8.1.X. Thanks.
Borland CC also needed this change, so I modified your patch appropriately.
---------------------------------------------------------------------------
Hiroshi Saito wrote:
> Dear Bruce san.
>
> I neglected sufficient test before a release.:-(
> Problem appears by construction in win32 of 8.1.4. ....
> nmake -f win32.mak
>
> ".\Release\\" /FD /c /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP" "pqexpbuffer.c"
> pqexpbuffer.c
> cl.exe /nologo /W3 /GX /O2 /MD /I "..\..\include" /I. /D "FRONTEND" /D N
> DEBUG /D "WIN32" /D "_WINDOWS" /Fp".\Release\libpq.pch" /YX /Fo".\Release\\" /Fd
> ".\Release\\" /FD /c /D "HAVE_VSNPRINTF" /D "HAVE_STRDUP" "pqsignal.c"
> pqsignal.c
> cl.exe @C:\DOCUME~1\saito\LOCALS~1\Temp\nmi02992.
> wchar.c
> ..\..\backend\utils\mb\wchar.c(100) : error C2054: 'inline'
> ..\..\backend\utils\mb\wchar.c(101) : error C2085: 'pg_euc_mblen'
> (snip)
>
> It is not mingw.
>
> Regards,
> Hiroshi Saito
>
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Bruce Momjian http://candle.pha.pa.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-05-30 13:02:19 | Re: Add namespace dependency for conversions |
Previous Message | Bruce Momjian | 2006-05-30 12:18:48 | Re: fori stmt with by keyword was:(Re: [HACKERS] for statement, |