Re: [HACKERS] Cannot build docs of 9.1 on Windows

2011-05-24 Thread MauMau
Andrew, From: "Andrew Dunstan" builddoc.bat failed on my system and reading it made my head hurt. So I did what I've done with other bat files and rewrote it in Perl. The result is attached. It works for me, and should be a dropin replacement. Just put it in the src/tools/msvc directory and run

Re: [HACKERS] Cannot build docs of 9.1 on Windows

2011-05-24 Thread Andrew Dunstan
On 05/19/2011 06:29 PM, MauMau wrote: From: "Andrew Dunstan" On Thu, May 19, 2011 10:32 am, Robert Haas wrote: 2011/5/16 MauMau : Can't open perl script "make-errcodes-table.pl": No such file or directory I think this is the root of the problem. We have no script called make-errcodes-tab

Re: [HACKERS] Cannot build docs of 9.1 on Windows

2011-05-19 Thread MauMau
From: "Andrew Dunstan" On Thu, May 19, 2011 10:32 am, Robert Haas wrote: 2011/5/16 MauMau : Can't open perl script "make-errcodes-table.pl": No such file or directory I think this is the root of the problem. We have no script called make-errcodes-table.pl. Can you try changing it to genera

Re: [HACKERS] Cannot build docs of 9.1 on Windows

2011-05-19 Thread Andrew Dunstan
On Thu, May 19, 2011 10:32 am, Robert Haas wrote: > 2011/5/16 MauMau : >> Can't open perl script "make-errcodes-table.pl": No such file or >> directory > > I think this is the root of the problem. We have no script called > make-errcodes-table.pl. Can you try changing it to > generate-errcodes-ta

Re: [HACKERS] Cannot build docs of 9.1 on Windows

2011-05-19 Thread Robert Haas
2011/5/16 MauMau : > Can't open perl script "make-errcodes-table.pl": No such file or directory I think this is the root of the problem. We have no script called make-errcodes-table.pl. Can you try changing it to generate-errcodes-table.pl and see if that works? -- Robert Haas EnterpriseDB: ht

[HACKERS] Cannot build docs of 9.1 on Windows

2011-05-16 Thread MauMau
Hello, I posted the following mail to pgsql-docs, but let me re-post it here because I'm afraid much less people watch pgsql-docs and pgsql-docs might be inactive. And the problem is not about the contents of docs but about the build system, so I thought here might be better. I'm developing