Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id B3ACEB5DBDA for ; Mon, 13 Jun 2011 19:35:22 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 60989-08 for ; Mon, 13 Jun 2011 22:35:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-px0-f174.google.com (mail-px0-f174.google.com [209.85.212.174]) by mail.postgresql.org (Postfix) with ESMTP id 8834FB5DBDC for ; Mon, 13 Jun 2011 19:35:16 -0300 (ADT) Received: by pxi15 with SMTP id 15so3402215pxi.33 for ; Mon, 13 Jun 2011 15:35:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:from:to:cc:references:in-reply-to :subject:date:mime-version:content-type:content-transfer-encoding :x-priority:x-msmail-priority:x-mailer:x-mimeole; bh=EVTcSRRMq7GysSSaRflsgfpfq7ZMzc9TQIU7Vh+XG8Q=; b=Ynjh6eZ1O9UsgZkGZpZzm5YZaq9SJP5ejaCo0jhDcYh88FsEeAMV5ggXJ6DaY3rcBV q/0/rH0wyUDW0N+TOuxUO62Q9Xr5AkgGiZS0C0lsPs1P7cXnsHq11xs9/qtO/KLWjqoW MxxEf0xAzsMm+5h8AfFxARdhM9C/UsqwIo5UE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:cc:references:in-reply-to:subject:date :mime-version:content-type:content-transfer-encoding:x-priority :x-msmail-priority:x-mailer:x-mimeole; b=cBUUnfuggZKZLSq5w/X3B7v/fH/qJqH8LeTdPthRzMyF7nfA5AAYZEwmG2Kq/Kl2V5 Oa0THsSsMlD1eybT/pUy/rvex33hKbOho7du6HEgK5fRMimCyrl31I7iaypabDKWIX6x gp9ZOqRPprZpgT8mkCtpie9EJGdb/fkjgcXVE= Received: by 10.68.44.228 with SMTP id h4mr2281211pbm.391.1308004515989; Mon, 13 Jun 2011 15:35:15 -0700 (PDT) Received: from maumau (p3240-ipbfp303sizuokaden.shizuoka.ocn.ne.jp [124.99.119.240]) by mx.google.com with ESMTPS id y2sm4994340pbg.24.2011.06.13.15.35.14 (version=SSLv3 cipher=OTHER); Mon, 13 Jun 2011 15:35:15 -0700 (PDT) Message-ID: From: "MauMau" To: "Robert Haas" Cc: References: <8B8CA6F129E74A78BC0D196FE63C1A90@maumau> In-Reply-To: Subject: Re: Please help me to build docs on the latest 9.1 Date: Tue, 14 Jun 2011 07:35:18 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18417 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.094 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001, STOX_REPLY_TYPE=0.439 X-Spam-Level: X-Archive-Number: 201106/61 X-Sequence-Number: 6835 From: "Robert Haas" > 2011/5/15 MauMau : >> Hello, >> >> I'm developing my first patch for PostgreSQL. The target is v9.2. >> >> I'm trying to build HTML docs on Windows Vista (32-bit) with the latest >> v9.1 >> Git branch, but the build fails. I followed the procedures in the v9.0 >> manual. Could you tell me what might be the cause? The situation is as >> follows: >> >> The latest commit on my Git repository that "git log -1" shows is. > > I believe Andrew has fixed this problem. Yes, I made sure and reported to pgsql-hackers on May 25 that the builddoc.pl Andrew kindly created worked successfully. Regards MauMau