Re: problem with msvc linker - cannot build orafce - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: problem with msvc linker - cannot build orafce
Date
Msg-id CAFj8pRDff7ZS0pB58xt1q-4MbpiNMLiOK9ZGG1i+PNce4mXvjw@mail.gmail.com
Whole thread Raw
In response to Re: problem with msvc linker - cannot build orafce  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers


2015-11-23 21:14 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I am trying to build Orafce and I have problem due access to exported
> variable session_timezone.
> Any idea what can be broken?

Lack of PGDLLIMPORT on the extern declaration, no doubt.

The fact that we've not heard this before implies that either nobody has
ever tried to use orafce on Windows, or it only very recently grew a
dependency on session_timezone.

yes, last "official" win build on pgfoundry is for 9.0.

Regards

Pavel
 

                        regards, tom lane

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_stat_replication log positions vs base backups
Next
From: Pavel Stehule
Date:
Subject: Re: problem with msvc linker - cannot build orafce