laurenz / oracle_fdw

PostgreSQL Foreign Data Wrapper for Oracle
http://laurenz.github.io/oracle_fdw/
Other
496 stars 156 forks source link

in windows, trying to build oracle_fdw but all header files are "No such file or directory" #641

Closed AbdelrahmanMaher1 closed 10 months ago

AbdelrahmanMaher1 commented 10 months ago

Help please! When I tried to build the oracle_fdw in Microsoft visual studio 2022 these errors appeared,

image

note: this is my environment variables: image

.. "db_home" is the directory where I install the oracle database . .. "instantclient_19_21" is the directory where the oracle instance client.

laurenz commented 10 months ago

Locate the directory that contains these header files and make sure that your C compiler is looking for them in the correct location.

AbdelrahmanMaher1 commented 10 months ago

because I have no time for fix that issue, I changed my postgreSQL version and download the release for my version then it works very good. thank you for all.