Re: HEAD build failure on win32 mingw

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: HEAD build failure on win32 mingw
Дата
Msg-id 49252AF9.3010800@gmx.net
обсуждение исходный текст
Ответ на HEAD build failure on win32 mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Ответы Re: HEAD build failure on win32 mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: rushabh
Дата:
Сообщение: Re: Problem with Bitmap Heap Scan
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Problem with Bitmap Heap Scan