Re: Perl's Win32::API on MSYS

2013-10-04 Thread Sebastian Schuberth
On Thu, Oct 3, 2013 at 2:23 PM, bulk 88 wrote: >> MSYS Perl currently ships with MakeMaker 6.30, GCC 3.4.4 and Perl 5.8.8. >> > Are you sure your MSYS Perl includes the file MM_Win32.pm on disk? Is your > MSYS Perl the > Perl bundled with current official MSYS git packages? Yes I'm sure, it's i

Re: Perl's Win32::API on MSYS

2013-10-04 Thread Sebastian Schuberth
On Fri, Oct 4, 2013 at 8:28 AM, bulk 88 wrote: > tested cosimo head "SHA-1: c5f9fcc6df4ba00c65392576eaf0e66965ff9ece * Merge > pull request #9 from sschuberth/master > Add support for building on MSYS in addition to Cygwin" + some local changes > of mine, it didn't build on my 5.6 > with MakeMa

Re: Perl's Win32::API on MSYS

2013-10-04 Thread Aldo Calpini
On 10/04/2013 03:11 PM, Sebastian Schuberth wrote: Anyway, the fact that the method is not found indicates that there's no fallback to MM_Unix.pm. no, there is (or there *should* be, at least). this line: @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix ); tells that ExtUtils::MM_Win32 is a s

RE: Perl's Win32::API on MSYS

2013-10-04 Thread bulk 88
> Date: Fri, 4 Oct 2013 15:23:36 +0200 > Subject: Re: Perl's Win32::API on MSYS > From: sschube...@gmail.com > To: bul...@hotmail.com > CC: cos...@cpan.org; libwin32@perl.org > > Which version of my pull request did you actually test? Did you merge > / cherr

RE: Perl's Win32::API on MSYS

2013-10-04 Thread bulk 88
> Date: Fri, 4 Oct 2013 15:59:30 +0200 > From: d...@perl.it > To: libwin32@perl.org > Subject: Re: Perl's Win32::API on MSYS > > > I can only guess that the "package ExtUtils::MM_Win32" inside the > MY::cflags sub confuses perl 5.8.8's notion of inheritance