Compilation problem with bogofilter-0.10.1.4

David Relson relson at osagesoftware.com
Fri Jan 31 21:15:06 CET 2003


At 02:40 PM 1/31/03, Nick Simicich wrote:
>At 11:53 AM 2003-01-31 +0100, Matthias Andree wrote:
>
>>The problem is we didn't include sys/types.h before using u_int32_t,
>>that cannot work.
>
>0.10.1.4, of course, also requires this patch to compile on my system.
>
>Same tests fail.


Nick,

The #Include patch will be in 0.10.1.5.  Let's see if we can figure what 
else is wrong.

Looking at robx.20030130/output.vvv, lines 241 and 242 both end with 
"from".  Actually the second line has "from ".  Does your copy of token.c 
have the following code at/near line 210:

     while (yyleng > 1 && yytext[yyleng-1] == ' ') {
         yyleng -= 1;
         yytext[yyleng] = '\0';
     }

I hope the answer is "No" because that's the code to trim the trailing 
blank that I see in output.vvv.

David






More information about the Bogofilter mailing list