pgspider / jdbc_fdw

JDBC Foreign Data Wrapper for PostgreSQL
Other
69 stars 23 forks source link

Build on Windows #24

Open pinkerltm opened 1 year ago

pinkerltm commented 1 year ago

I am trying to build this on windows platform and would be thankful for any hints of people who already tried this. My approach is to get a build machine (Win10, VS Studio 22) up and running to build PG15 first, and if that works and the proper JDK is available I also should be able to build this FDW, am I right? Or would you rather take the path using the MingW/GNU Compiler?

So currently not any problems, just an informative issue to exchange with others trying the same ;-)

HurdyGurdy123 commented 1 year ago

Hello Did you get this to work? If so can you explain how?

JulmeTran commented 10 months ago

We do not support jdbc_fdw on the Windows platform. Therefore, we won't be able to provide information or assistance regarding this particular issue. If you have any other questions or need assistance with a different aspect of jdbc_fdw, you are welcome to ask, and we'll be happy to help.

mdawkins commented 2 months ago

@JulmeTran I was able to compile on Windows with a few modifications to the code. Here's link to the files: Download

I haven't started to test it yet, but for others, I installed jdk-22, and whatever version you install needs to be adjusted in the vcxproj file as well as your postgres version.

Link to binaries Download: