flightaware / Pgtcl

Tcl client side interface to PostgreSQL (libpgtcl)
https://flightaware.github.io/Pgtcl/
BSD 3-Clause "New" or "Revised" License
31 stars 10 forks source link

how to build Pgtcl on Windows? #46

Open Kazmirchuk opened 2 years ago

Kazmirchuk commented 2 years ago

Hi all,

the "win" folder is 18 years old, so I doubt I can use it with MSVS 2022.

And I couldn't find any instructions on how to build Pgtcl with MSVC in your README or Tcl Wiki or anywhere else. I'm using Tcl 8.6.10 and libpq 14.4

Thanks in advance for any help

Kazmirchuk commented 2 years ago

I think, the best would be to migrate to TIP 477

https://core.tcl-lang.org/tips/doc/trunk/tip/477.md

Kazmirchuk commented 2 years ago

I've submitted the PR https://github.com/flightaware/Pgtcl/pull/47

spliffone commented 2 years ago

I would love to use the package under windows systems. But I face also troubles to build pgtcl in windows using mingw64. Are there any official plans to support windows builds?