On Tue, 12 Jul 2005, Nikolay Ananiev wrote:

The latest svn of apreq 1.33 fails to compile on win32
ActivePerl 5.8.7, VisualStudio .NET, Apache 1.33
[ .. ]
I'm not sure what's been changed with the most recent ActivePerl, but try the following patch:
=========================================================
Index: Makefile.PL
===================================================================
--- Makefile.PL (revision 226567)
+++ Makefile.PL (working copy)
@@ -106,6 +106,7 @@
     VERSION   => $myVERSION,
     DIR       => [qw(c Request Cookie)],
     PREREQ_PM => \%require,
+    DEFINE    => '-D_INC_MALLOC -D_INC_SIGNAL',
     clean     => {
         FILES => "@{ clean_files() }",
     },
==================================================================

--
best regards,
randy kobes

Reply via email to