HEAD build failure on win32 mingw

From: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: HEAD build failure on win32 mingw
Date: 2008-11-19 23:51:33
Message-ID: 20081120084137.83CC.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

HEAD is failed to be built on win32 mingw.
It requires manual 'mkdir man7' or so.

Are there any changes in build process?
Or am I missing something required to build?

----
$ make
/bin/sh.exe: man7/.timestamp: No such file or directory

$ mkdir doc/man7 <- HERE
$ make
(succeeded to build)

$ make install
../config/install-sh: man7/*.7 does not exist.

$ touch doc/man7/dummy.7 <- HERE
$ make install
(succeeded to install)

----

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2008-11-20 00:48:33 Re: Simple postgresql.conf wizard
Previous Message David Rowley 2008-11-19 22:21:06 Re: Cool hack with recursive queries