On Tuesday 06 January 2004 18:31 CET Justin Mason wrote:
> Seems relevant at the moment ;)
Interesting, didn't know something like cpan-testers exists. Now all I have
to do is to find out how to subscribe to the SA reports ;-)
> ------- Forwarded Message
>[...]
> to get anywhere with nmake (to get past Bareword found where operator
> expected ...),
> you have to replace
>
> 'PM_FILTER' => '$(PERL) build/preprocessor -Mconditional $(FIXBYTES)
> -Mvars -DVERSION="$(VERSION)" -DPREFIX="$(I_PREFIX)"',
>
> with
>
> 'PM_FILTER' => '$(PERL) build/preprocessor -Mconditional $(FIXBYTES)
> -Mvars -DVERSION=\"$(VERSION)\" -DPREFIX=\"$(I_PREFIX)\"',
is this a general remark or related to this failing build only? Because I
can't find any bareword error message in it.
The error messages I see a failing tests which are currently (still)
expected. With Sidney's Native Windows Patches(tm) which are in current
SVN-HEAD, 2.70's spamc will at least compile on Windows (with the MS build
chain I guess but Sidney is our expert for Windows :).
Cheers,
Malte
--
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
<http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
<http://www.catb.org/~esr/faqs/smart-questions.html>