Re: HEAD build failure on win32 mingw - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: HEAD build failure on win32 mingw
Date
Msg-id 49252AF9.3010800@gmx.net
Whole thread Raw
In response to HEAD build failure on win32 mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: HEAD build failure on win32 mingw
List pgsql-hackers
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).


pgsql-hackers by date:

Previous
From: rushabh
Date:
Subject: Re: Problem with Bitmap Heap Scan
Next
From: Heikki Linnakangas
Date:
Subject: Re: Problem with Bitmap Heap Scan