This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] annoyance-filter 1.04 -- Adaptive Bayesian Junk Mail Filter


* Fri 2007-08-10 Dr Dr <Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT public.gmane.org>
>
> Now I get:
>
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating config.h
> ** Build command
> --   [NOTE] Building with external: /usr/local/src/annoyance-filter-1.0.4/CYGWIN-PATCHES/build.sh annoyance-filter 1.0.4 1
> g++ -Wall -O3 -DWIN32 -IDCDFlib/doc -IDCDFlib/doc -c annoyance-filter.cc
...
> g++ -Wall -O3 -DWIN32 -IDCDFlib/doc -IDCDFlib/doc -c statlib.cc

These correctly define

    -IDCDFlib/doc

> statlib.w:122:29: dcdflib.h: No such file or directory

So this should be seen:

    DCDFlib/doc/dcdflib.h

> statlib.w: In static member function `static double normalDistribution::p_from_mu_sigma_x(double, double, double)':

Could you try this, since it builds here.

    ./annoyance-filter-1.0.4-1.sh -v prep shadow conf
    cd annoyance-filter-1.0.4/.build/build
    ls DCDFlib/doc/*
    sh CYGWIN-PATCHES/build.sh

Jari


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]