Help needed with Gmake on SunOS

Matthias Andree matthias.andree at gmx.de
Thu Jan 29 00:21:07 CET 2004


On Thu, 29 Jan 2004, Matthias Andree wrote:

> As a quick band-aid, does this patch help? (David, this is context diff;
> diff -c; because few SunOS patch(1) commands understand unified diff.)
> 
> *** src/passthrough.c.orig	2004-01-29 00:10:11.000000000 +0100
> --- src/passthrough.c	2004-01-29 00:10:17.000000000 +0100
> ***************

I have no idea as to the nature of the problem, I offer an alternative
patch just in case the previous either doesn't help or doesn't take you
much farther. It's just poking into the dark. Let me know if this works.

BTW; if you've never used patch, save the body of this mail to a file in
/tmp, say /tmp/bogo0164.2.patch, then cd to your bogofilter-0.16.4
directory, type: patch </tmp/bogo0164.2.patch. If it complains about not
finding files, try "patch -p0 </tmp/bogo0164.2.patch" instead. After
that, please see how far "gmake" (or Gmake) takes you.

*** src/common.h.orig	2003-11-23 16:22:09.000000000 +0100
--- src/common.h	2004-01-29 00:18:37.000000000 +0100
***************
*** 7,14 ****
  
  ******************************************************************************/
  
! #ifndef COMMON_H
! #define COMMON_H
  
  #include "config.h"
  
--- 7,14 ----
  
  ******************************************************************************/
  
! #ifndef BF_COMMON_H
! #define BF_COMMON_H
  
  #include "config.h"
  




More information about the Bogofilter mailing list