The error messages I see a failing tests which are currently (still) expected.
Yes the build failure in that report is covered by the latest changes. Some of the tests cause error messages to go to syslog, which under Windows for now is stderr. So you see some error messages in tests than then are declared to have passed. It's a little confusing but the test will end up saying ok or failed and you can depend on that result.
Malte, I'm a bit confused about where to fix the build problem in your latest spamc checkins and I think that you would be a better person to make the change and then I'll test it.
The problem is that the makefile ends up with path names like spamd/spamc.c when they have to be spamd\spamc.c in windows. I don't know where the right place is to convert the / into \ given the preprocessing being done somewhere with the @@ variables. Also, I have to get to my day job for a while. Could you take a shot at it?
Remember that the '/' in /DWIN32 is correct.
Thanks,
-- sidney
