http://bugzilla.spamassassin.org/show_bug.cgi?id=3541
Summary: 3.0 PRE1 fails to build in pure Win32 - Due to missing
cl.exe
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: normal
Priority: P5
Component: Building & Packaging
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I'm tried to install 3.0-pre1 under Windows 2000 with ActiveState 5.6.1.
After running nmake, it gives me an error about missing cl.exe
Makefile written by ExtUtils::MakeMaker 5.45
D:\Mail-SpamAssassin-3.000000>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
<snip cp's>
D:\Perl\bin\perl.exe ..\build\preprocessor -Mvars -iMakefile.win -oMakefile
cd ..
NMAKE -f spamc/Makefile spamc/spamc.exe
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cd spamc
NMAKE spamc.exe
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cl /DWIN32 /W4 spamc.c replace\getopt.c libspamc.c utils.c ws2_32.lib
'cl' is not recognized as an internal or external command, operable program or
batch file.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x1' Stop.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2' Stop.
NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0x2' Stop.
I can't continue after this point, if I try nmake install, it fails with the
same error.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.