Re: HEAD build failure on win32 mingw

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: HEAD build failure on win32 mingw
Date: 2008-11-20 09:16:41
Message-ID: 49252AF9.3010800@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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).

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-11-20 09:22:23 Re: Problem with Bitmap Heap Scan
Previous Message Harald Armin Massa 2008-11-20 09:03:36 Re: Cool hack with recursive queries