试图为win64编译odbc_fdw postgresql扩展

时间:2014-08-13 03:08:50

标签: postgresql foreign-data-wrapper

我想为Windows编译:https://github.com/bluthg/odbc_fdw。我已经尝试过这些指令并进行了全面搜索,但无法弄明白。

无论我做什么,我都会得到:

Makefile:31: C:/Program Files/PostgreSQL/9.2/lib/pgxs/src/makefiles/pgxs.mk: No such file or directory
make: *** No rule to make target 'C:/Program Files/PostgreSQL/9.2/lib/pgxs/src/makefiles/pgxs.mk'.  Stop.

如果我使用PGSX

Makefile:35: ../../src/Makefile.global: No such file or directory
Makefile:36: /contrib/contrib-global.mk: No such file or directory

如果我不使用PGSX = 1

我知道我需要PGSX告诉编译器要做什么或手动提供该信息,但我似乎无法做到。

感谢您的帮助

0 个答案:

没有答案