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


>>>>> Jari Aalto writes:

    > * Mon 2007-08-06 Dr Dr <Dr.Volker.Zell-QHcLZuEGTsvQT0dZR+AlfA AT public.gmane.org>
    > * Message-Id: 82wsw8xt6l.fsf AT vzell-de.de.oracle.com
    >> ** Build command
    >> --   [NOTE] Building with external: /usr/local/src/annoyance-filter-1.0.4/CYGWIN-PATCHES/build.sh annoyance-filter 1.0.4 1
    >> make: *** No rule to make target `cweb/ctangle.c', needed by `cweb/ctangle'.  Stop.
    >> There was an error. Run [finish] (y/N) y

    > Thanks for checking. Fixed now.

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
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h: In member function `virtual bool MIMEdecoder::getNextEncodedLine()':
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h: In member function `bool mailFolder::nextLine(std::string&)':
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h: In member function `bool tokenParser::nextToken(dictionaryWord&)':
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
/bin/../lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/stl_list.h:435: warning: '__p' might be used uninitialized in this function
g++ -Wall -O3 -DWIN32 -IDCDFlib/doc -IDCDFlib/doc -c statlib.cc
statlib.w:122:29: dcdflib.h: No such file or directory
statlib.w: In static member function `static double normalDistribution::p_from_mu_sigma_x(double, double, double)':
statlib.w:384: error: `cdfnor' undeclared (first use this function)
statlib.w:384: error: (Each undeclared identifier is reported only once for each function it appears in.)
statlib.w: In static member function `static double normalDistribution::x_from_p_mu_sigma(double, double, double)':
statlib.w:396: error: `cdfnor' undeclared (first use this function)
statlib.w: In static member function `static double normalDistribution::mu_from_p_x_sigma(double, double, double)':
statlib.w:408: error: `cdfnor' undeclared (first use this function)
statlib.w: In static member function `static double normalDistribution::sigma_from_p_x_mu(double, double, double)':
statlib.w:420: error: `cdfnor' undeclared (first use this function)
statlib.w: In static member function `static double chiSquareDistribution::p_from_k_x(double, double)':
statlib.w:554: error: `cdfchi' undeclared (first use this function)
statlib.w: In static member function `static double chiSquareDistribution::x_from_p_k(double, double)':
statlib.w:566: error: `cdfchi' undeclared (first use this function)
statlib.w: In static member function `static double chiSquareDistribution::k_from_p_x(double, double)':
statlib.w:578: error: `cdfchi' undeclared (first use this function)
statlib.w: In static member function `static double gammaDistribution::p_from_alpha_lambda_x(double, double, double)':
statlib.w:714: error: `cdfgam' undeclared (first use this function)
statlib.w: In static member function `static double gammaDistribution::x_from_p_alpha_lambda(double, double, double)':
statlib.w:726: error: `cdfgam' undeclared (first use this function)
statlib.w: In static member function `static double gammaDistribution::alpha_from_p_lambda_x(double, double, double)':
statlib.w:738: error: `cdfgam' undeclared (first use this function)
statlib.w: In static member function `static double gammaDistribution::lambda_from_p_alpha_x(double, double, double)':
statlib.w:750: error: `cdfgam' undeclared (first use this function)
statlib.w: In static member function `static double betaDistribution::p_from_a_b_x(double, double, double)':
statlib.w:886: error: `cdfbet' undeclared (first use this function)
statlib.w: In static member function `static double betaDistribution::x_from_p_a_b(double, double, double)':
statlib.w:898: error: `cdfbet' undeclared (first use this function)
statlib.w: In static member function `static double betaDistribution::a_from_p_b_x(double, double, double)':
statlib.w:911: error: `cdfbet' undeclared (first use this function)
statlib.w: In static member function `static double betaDistribution::b_from_p_a_x(double, double, double)':
statlib.w:924: error: `cdfbet' undeclared (first use this function)
statlib.w: In static member function `static double tDistribution::p_from_k_x(double, double)':
statlib.w:1044: error: `cdft' undeclared (first use this function)
statlib.w: In static member function `static double tDistribution::x_from_p_k(double, double)':
statlib.w:1056: error: `cdft' undeclared (first use this function)
statlib.w: In static member function `static double tDistribution::k_from_p_x(double, double)':
statlib.w:1068: error: `cdft' undeclared (first use this function)
statlib.w: In static member function `static double FDistribution::p_from_u_v_x(double, double, double)':
statlib.w:1209: error: `cdff' undeclared (first use this function)
statlib.w: In static member function `static double FDistribution::x_from_p_u_v(double, double, double)':
statlib.w:1221: error: `cdff' undeclared (first use this function)
statlib.w: In static member function `static double FDistribution::u_from_p_v_x(double, double, double)':
statlib.w:1233: error: `cdff' undeclared (first use this function)
statlib.w: In static member function `static double FDistribution::v_from_p_u_x(double, double, double)':
statlib.w:1245: error: `cdff' undeclared (first use this function)
statlib.w: In static member function `static double poissonDistribution::p_from_lambda_x(double, double)':
statlib.w:1356: error: `cdfpoi' undeclared (first use this function)
statlib.w: In static member function `static double poissonDistribution::x_from_p_lambda(double, double)':
statlib.w:1368: error: `cdfpoi' undeclared (first use this function)
statlib.w: In static member function `static double poissonDistribution::lambda_from_p_x(double, double)':
statlib.w:1380: error: `cdfpoi' undeclared (first use this function)
statlib.w: In static member function `static double binomialDistribution::p_from_n_r_s(double, double, double)':
statlib.w:1527: error: `cdfbin' undeclared (first use this function)
statlib.w: In static member function `static double binomialDistribution::s_from_p_r_n(double, double, double)':
statlib.w:1540: error: `cdfbin' undeclared (first use this function)
statlib.w: In static member function `static double binomialDistribution::n_from_p_r_s(double, double, double)':
statlib.w:1553: error: `cdfbin' undeclared (first use this function)
statlib.w: In static member function `static double binomialDistribution::r_from_p_n_s(double, double, double)':
statlib.w:1565: error: `cdfbin' undeclared (first use this function)
statlib.w: In static member function `static double negativeBinomialDistribution::p_from_n_r_s(double, double, double)':
statlib.w:1703: error: `cdfnbn' undeclared (first use this function)
statlib.w: In static member function `static double negativeBinomialDistribution::s_from_p_r_n(double, double, double)':
statlib.w:1716: error: `cdfnbn' undeclared (first use this function)
statlib.w: In static member function `static double negativeBinomialDistribution::n_from_p_r_s(double, double, double)':
statlib.w:1729: error: `cdfnbn' undeclared (first use this function)
statlib.w: In static member function `static double negativeBinomialDistribution::r_from_p_n_s(double, double, double)':
statlib.w:1741: error: `cdfnbn' undeclared (first use this function)
make: *** [statlib.o] Error 1

Ciao
  Volker
  


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