| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | problem with msvc linker - cannot build orafce |
| Date: | 2015-11-23 19:25:26 |
| Message-ID: | CAFj8pRAEj9vCj6kn0Vh7o1xRKty=zTmSSTrc1e2uSRMOq8cCVw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi
I am trying to build Orafce and I have problem due access to exported
variable session_timezone.
The build fails with message:
1> Creating library
C:\Users\Pavel\orafce-VERSION_3_1_2\orafce-VERSION_3_1_2\msvc\/bin/x64/9.4/lib/orafce.lib
and object
C:\Users\Pavel\orafce-VERSION_3_1_2\orafce-VERSION_3_1_2\msvc\/bin/x64/9.4/lib/orafce.exp
1>datefce.obj : error LNK2001: unresolved external symbol session_timezone
1>C:\Users\Pavel\orafce-VERSION_3_1_2\orafce-VERSION_3_1_2\msvc\/bin/x64/9.4/lib//orafce.dll
: fatal error LNK1120: 1 unresolved externals
I am using msvc 2015 and PostgreSQL 9.4.5 from EnterpriseDB.
Any idea what can be broken?
Regards
Pavel
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2015-11-23 19:44:45 | Re: Rework the way multixact truncations work |
| Previous Message | Alvaro Herrera | 2015-11-23 18:47:59 | Re: custom function for converting human readable sizes to bytes |