building 32bit windows version - Mailing list pgsql-hackers

From Dave Cramer
Subject building 32bit windows version
Date
Msg-id CADK3HHJK7y1ETbx9y+8c4wN800im7ySXPyTDi5VUM705uHfs5g@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Pro et contra of preserving pg_proc oids during pg_upgrade
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound