From: | Dave Cramer <davecramer(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | building 32bit windows version |
Date: | 2023-10-12 19:49:18 |
Message-ID: | CADK3HHJK7y1ETbx9y+8c4wN800im7ySXPyTDi5VUM705uHfs5g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2023-10-12 20:10:27 | Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound |
Previous Message | David G. Johnston | 2023-10-12 19:36:33 | Re: Pro et contra of preserving pg_proc oids during pg_upgrade |