You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/13 14:14:56 UTC

[Bug 3041] WIN32 build is broken

http://bugzilla.spamassassin.org/show_bug.cgi?id=3041





------- Additional Comments From sidney@sidney.com  2004-02-13 05:14 -------
Created an attachment (id=1772)
 --> (http://bugzilla.spamassassin.org/attachment.cgi?id=1772&action=view)
Patch to fix problems in Makefile.PL and spamc/utils.c

It came down to two two-line changes. The attached patch fixes them.

The first problem is that PERLRUN does not seem to be defined in the Windows
version of MakeMaker. In R6181 Makefile.PL was checked in with a change from
using PERL to PERLRUN. In this patch I change that to PERL-BIN which appears to
be defined to the same thing in Unix MakeMaker and is defiend in Windows.

The second problem was two #include lines in spamc/utils.c that should have
been  in the non-WIN32 only section.

I tested by building under Cygwin and WIN32.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.