HEAD build failure on win32 mingw

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема HEAD build failure on win32 mingw
Дата
Msg-id 20081120084137.83CC.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: HEAD build failure on win32 mingw  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Re: HEAD build failure on win32 mingw  (Peter Eisentraut <peter_e@gmx.net>)
Список 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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "David Rowley"
Дата:
Сообщение: Re: Cool hack with recursive queries
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Simple postgresql.conf wizard