Skip Menu |

This queue is for tickets about the libwin32 CPAN distribution.

Report information
The Basics
Id: 29712
Status: new
Priority: 0/
Queue: libwin32

People
Owner: Nobody in particular
Requestors: stephangt4 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.28
Fixed in: (no value)



Subject: libwin32-0.28 does not build on cygwin
libwin32 does not build on cygwin (1.5.24-2 which is latest) tested with perl5.8.[78] as it is not able to generate a makefile. the fix is to add a 'use Win32;' in Process/Makefile.PL. % diff -u Process/Makefile.PL Process/Makefile.PL~ --- Process/Makefile.PL 2007-10-02 10:08:28.000000000 +0200 +++ Process/Makefile.PL~ 2005-09-17 22:36:38.000000000 +0200 @@ -1,7 +1,6 @@ use strict; use Config; use ExtUtils::MakeMaker; -use Win32; my $is_msvc = $Config{'cc'} =~ /^cl/i; cheers --stephan