https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7294
Bug ID: 7294
Summary: sa-compile uses wrong make command on Windows
Product: Spamassassin
Version: 3.4.1
Hardware: PC
OS: Windows 7
Status: NEW
Severity: normal
Priority: P2
Component: sa-compile
Assignee: [email protected]
Reporter: [email protected]
sa-compile uses the wrong make command on Windows:
```
Generating a dmake-style Makefile
Writing Makefile for Mail::SpamAssassin::CompiledRegexps::body_0
Writing MYMETA.yml and MYMETA.json
make
to undefined at C:/Strawberry/perl/lib/ExtUtils/Install.pm line 1198.
make: *** [pm_to_blib] Error 2
command failed: exit 2
```
ExtUtils::MakeMaker generates a dmake-style Makefile here, but sa-compile runs
make (GNU make in our case) instead of dmake (which is installed by Strawberry
Perl). It fails because of syntactical incompatiblities. I have a patch ready,
which I will submit once I have tested it on Linux.
--
You are receiving this mail because:
You are the assignee for the bug.