bogoutil compile

David Relson relson at osagesoftware.com
Mon Oct 7 19:37:41 CEST 2002


At 09:26 AM 10/7/02, Doug Beardsley wrote:
>Maybe I'm missing something really obvious, but I just downloaded
>bogofilter from cvs and I have not been able to get bogoutil to compile.
>I tried compiling it with "gcc bogoutil.c -o bogoutil" and I get the
>following error message:
>
>In file included from bogoutil.c:20:
>datastore.h:14: wordlists.h: No such file or directory
>
>The wordlists.h file is definitely in the current directory as is the
>datastore.h.  I'm probably missing something really simple, but I can't
>figure it out.  Thanks for the help.

Looks like you're not searching the current directory for include 
files.  "gcc -I. -o bogoutil bogoutil.c" should be much closer to what you 
need.

Even easier, try "make bogoutil"

David


For summay digest subscription: bogofilter-digest-subscribe at aotto.com



More information about the Bogofilter mailing list