Mailing List Archive

[Bug 3451] New: spamc build failure in Windows
http://bugzilla.spamassassin.org/show_bug.cgi?id=3451

Summary: spamc build failure in Windows
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P5
Component: Building & Packaging
AssignedTo: spamassassin-dev@incubator.apache.org
ReportedBy: sidney@sidney.com


spamc gets a compile error building under Windows using VC++ 6.0. I'm entering
it as a bug report because I don't know if I'll get a chance to fix it before
someone else can. I haven't built with VC+ 6.0 for a while so I can't say which
revision introduced the error.

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cd spamc
NMAKE spamc.exe

Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cl /DWIN32 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

spamc.c
spamc.c(385) : error C2065: 'LOG_CRIT' : undeclared identifier
getopt.c
libspamc.c
utils.c
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~2\VC98\BIN\NMAKE.EXE' : return co
de '0x2'
Stop.



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