http://bugzilla.spamassassin.org/show_bug.cgi?id=3041
Summary: WIN32 build is broken
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P2
Component: Building & Packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I don't know exactly when it started but I can no longer build under Win32.
The first error I get is the result of PERLRUN no longer being defined in the
makefile. I can work around it by using
nmake PERLRUN=c:\perl\bin\perlexe
which used to not be necessary. That builds until the error while compiling
spamc.c of
utils.c(27) : fatal error C1083: Cannot open include file: 'sys/socket.h': No
such file or directory
It appears to me that _WIN32 is not being defined now.
I'll take this on if nobody gets to it first.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.