ITAGAKI Takahiro wrote:
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)

----

This code would only be executed if you have a man.tar.gz in the doc directory. If you do, it is probably an old one that indeed does not contain the man7 directory. So delete the man.tar.gz (and build a new one if you are so inclined).

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to