building 32bit windows version

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема building 32bit windows version
Дата
Msg-id CADK3HHJK7y1ETbx9y+8c4wN800im7ySXPyTDi5VUM705uHfs5g@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Greetings,

I've been running into challenges building 32 bit windows version. I suspect there are no build farms and nobody really builds this.

The reason I need these is to be able to build 32 bit dll's for ODBC. At one time EDB used to provide binaries but that doesn't appear to be the case.

running build.bat in an x86 environment fails but that can be easily fixed by adding

$ENV{CONFIG}="x86"; in buld_env.pl

build postgres then works as advertised, however

install <dir> fails with

"Copying build output files...Could not copy release\zic\zic.exe to postgres\bin\zic.exe"

Apparently 32 bit dlls are required. If there is an easier way to get libpq.dll and the include files for building I'm all ears.


Dave Cramer

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Pro et contra of preserving pg_proc oids during pg_upgrade
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound