msvc build fails in Japanese environment

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: msvc build fails in Japanese environment
Date: 2009-12-30 02:29:50
Message-ID: 4B3ABB1E.9060609@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I try to build msvc version of postgres using the current cvs and
get the following error.

Unable to determine vcbuild version from first line of output! at
src/tools/msvc/Solution.pm line 70.

The error comes from the following output of vcbuild /? in my
environment.

Microsoft(R) Visual C++ Project Builder - コマンド ライン バージョン
8.00.50727

The "Command Line Version" part is localized.
In addtion there's no space between "Mircrosoft" and "(R)".

The attahced patch fixes the error in my environment.

regards,
Hiroshi Inoue

Attachment Content-Type Size
Solution.patch text/plain 1012 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2009-12-30 02:46:40 Re: IntArray in c.h
Previous Message Daniel Farina 2009-12-30 02:23:38 Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION