Re: Cygwin Java (make install) Patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Cygwin Java (make install) Patch
Дата
Msg-id Pine.LNX.4.30.0105241802240.757-100000@peter.localdomain
обсуждение исходный текст
Ответ на Cygwin Java (make install) Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: Cygwin Java (make install) Patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Cygwin Java (make install) Patch  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-patches
Jason Tishler writes:

> The following patch corrects a make install problem when building
> under Cygwin.  The root cause of this problem is that (Sun) java is a
> native Win32 app and hence does not understand Cygwin Posix style paths.
> The solution is to use Cygwin's cygpath utility to convert the Posix style
> JDBC installation directory path into a Win32 one before invoking ant.

I'd like $(javadir) as the variable name, because non-JDBC things also get
installed there.  Other than that, okay.  What kind of program is 'ant' on
Cygwin?  Maybe it could take care of that itself in a future release?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Cygwin Java (make install) Patch
Следующее
От: Jason Tishler
Дата:
Сообщение: Python (PyGreSQL) make install patch