Re: plpython win32

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: plpython win32
Дата
Msg-id 200409242320.19373.peter_e@gmx.net
обсуждение исходный текст
Ответ на plpython win32  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-patches
Magnus Hagander wrote:
> This patch attempts to fix the build of plpython on win32. Needs
> autoconf of course - don't have mine working on win32, so that part
> hasn't been 100% tested. My tests involved #:ing out all the code
> that would be included by that rule, and that makes it work, so I
> think we're safe....

Please do not use PORTNAME in external macros.  I like to think that one
can take these macros and put them in some other project without
requiring the prior setup that the PostgreSQL configure.in does.
Instead, use AC_REQUIRE([AC_CANONICAL_HOST]) and resolve the issue
using $host_os.

Also, add some comments to the magic you add in the makefiles.

The hardcoded Python version number will of course not stand the test of
time.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Serguei A. Mokhov"
Дата:
Сообщение: Translation updates for 8.0: libpq-ru, pg_controldata-ru
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: plpython win32