Re: Problematic dependency in plpython Makefile [Windows]

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Problematic dependency in plpython Makefile [Windows]
Дата
Msg-id 50E5009A.9020805@2ndQuadrant.com
обсуждение исходный текст
Ответ на Problematic dependency in plpython Makefile [Windows]  (Noah Misch <noah@leadboat.com>)
Ответы Re: Problematic dependency in plpython Makefile [Windows]  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On 01/03/2013 11:13 AM, Noah Misch wrote:
> On Windows, src/pl/plpython/Makefile has a rule whose target line expands to
> something like "python33.def: C:/Windows/system32/python33.dll".  When doing a
> MinGW build with Cygwin's make-3.81, that line elicits an error:
Shouldn't you generally be using msys make from mingw?

I'm a bit puzzled as to why you'd be using cygwin make.

-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services




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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Problematic dependency in plpython Makefile [Windows]
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Proposal: Store "timestamptz" of database creation on "pg_database"