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