Re: meson/msys2 fails with plperl/Strawberry

2023-03-30 Thread Andrew Dunstan
On 2023-03-27 Mo 13:18, Andres Freund wrote: Hi, On 2023-03-26 21:13:41 -0400, Andrew Dunstan wrote: On Mar 26, 2023, at 5:28 PM, Andres Freund wrote: On 2023-03-26 12:39:08 -0700, Andres Freund wrote: First: I am *not* arguing we shouldn't repair building against strawberry perl with mingw.

Re: meson/msys2 fails with plperl/Strawberry

2023-03-27 Thread Andres Freund
Hi, On 2023-03-26 21:13:41 -0400, Andrew Dunstan wrote: > > On Mar 26, 2023, at 5:28 PM, Andres Freund wrote: > >> On 2023-03-26 12:39:08 -0700, Andres Freund wrote: > >> First: I am *not* arguing we shouldn't repair building against strawberry > >> perl > >> with mingw. > > > > Hm - can you de

Re: meson/msys2 fails with plperl/Strawberry

2023-03-26 Thread Andrew Dunstan
> On Mar 26, 2023, at 5:28 PM, Andres Freund wrote: > > Hi, > >> On 2023-03-26 12:39:08 -0700, Andres Freund wrote: >> First: I am *not* arguing we shouldn't repair building against strawberry >> perl >> with mingw. > > Hm - can you describe the failure more - I just tried, and it worked t

Re: meson/msys2 fails with plperl/Strawberry

2023-03-26 Thread Andres Freund
Hi, On 2023-03-26 12:39:08 -0700, Andres Freund wrote: > First: I am *not* arguing we shouldn't repair building against strawberry perl > with mingw. Hm - can you describe the failure more - I just tried, and it worked to build against strawberry perl on mingw, without any issues. All I did was s

Re: meson/msys2 fails with plperl/Strawberry

2023-03-26 Thread Andres Freund
On 2023-03-26 07:57:59 -0400, Andrew Dunstan wrote: > > On 2023-03-25 Sa 12:38, Andres Freund wrote: > > Hi, > > > > On 2023-03-25 08:46:42 -0400, Andrew Dunstan wrote: > > > config/perl.m4 contains this: > > > > > > > > > AC_MSG_CHECKING(for flags to link embedded Perl) > > > if test "

Re: meson/msys2 fails with plperl/Strawberry

2023-03-26 Thread Andrew Dunstan
On 2023-03-25 Sa 12:38, Andres Freund wrote: Hi, On 2023-03-25 08:46:42 -0400, Andrew Dunstan wrote: config/perl.m4 contains this: AC_MSG_CHECKING(for flags to link embedded Perl) if test "$PORTNAME" = "win32" ; then perl_lib=`basename $perl_archlibexp/CORE/perl[[5-9]]*.lib

Re: meson/msys2 fails with plperl/Strawberry

2023-03-25 Thread Andres Freund
Hi, On 2023-03-25 08:46:42 -0400, Andrew Dunstan wrote: > config/perl.m4 contains this: > > >AC_MSG_CHECKING(for flags to link embedded Perl) >if test "$PORTNAME" = "win32" ; then > perl_lib=`basename $perl_archlibexp/CORE/perl[[5-9]]*.lib .lib` > if test -e "$perl_archlibe