Re: [Vala] bad configure for MSYS2 + MingW 64 on Win7 64 bits

2018-09-19 Thread Al Thomas via vala-list
> On Wednesday, 19 September 2018, 09:55:46 BST, oyster via vala-list wrote: > bad configure for MSYS2 + MingW 64 on Win7 64 bits > On my MSYS2 + MingW 64, there exists actually /bin/pkg-config.exe, but > the configure tries to find /bin/pkg-config.sh > it will fail without doubt. >

[Vala] bad configure for MSYS2 + MingW 64 on Win7 64 bits

2018-09-19 Thread oyster via vala-list
bad configure for MSYS2 + MingW 64 on Win7 64 bits On my MSYS2 + MingW 64, there exists actually /bin/pkg-config.exe, but the configure tries to find /bin/pkg-config.sh it will fail without doubt. I have to ``` export GLIB_CFLAGS="$(pkg-config --cflags glib-2.0)" export GLIB_LIBS="$(pkg-config