Hi

Did somebody test compilation of any extension on the WIN platform by using
meson?

I prepared meson.build
https://github.com/orafce/orafce/blob/master/meson.build

I tested it successfully on Linux.

But it fails on Windows - a lot of compilation fails on missing libintl.h

DOCDIR = C:/PROGRA~1/POSTGR~1/16/doc
HTMLDIR = C:/PROGRA~1/POSTGR~1/16/doc
INCLUDEDIR = C:/PROGRA~1/POSTGR~1/16/include
PKGINCLUDEDIR = C:/PROGRA~1/POSTGR~1/16/include
INCLUDEDIR-SERVER = C:/PROGRA~1/POSTGR~1/16/include/server`

looks so msvc cannot work with just this configuration.

I can compile orafce when I use setup described by
https://github.com/orafce/orafce/blob/master/README.msvc

Regards

Pavel

Reply via email to