I am trying to compile mysql_fdw found on github for PostgreSQL 9.5 on Win Server 2008R2 64bit machine.
I use Visual Studio 2012 with toolkit for 64bit systems.
First I installed Mysql C library. I was using steps provided here and the results were successful for the demo extension
http://blog.2ndquadrant.com/compiling-postgresql-extensions-visual-studio-windows/
and I also checked this blog https://www.scribd.com/document/40725510/Build-PostgreSQL-C-Functions-on-Windows
I am unsuccessful at building the mysql extension.
I have error at
mysql_fdw.c(186): error C2065: '_MYSQL_LIBNAME' : undeclared identifier
I am at loss at were the bug is. Is there somebody who can maybe kindly provide me with mysql_FDW precompiled dlls for win 2008R2 64bit and PostgreSQL 9.5. Please
Thank you