make
make all-recursive
make[1]: Entering directory `/home/joe/Desktop/Scaricati/verlihub-0.9.8b'
Making all in src
make[2]: Entering directory `/home/joe/Desktop/Scaricati/verlihub-0.9.8b/src'
if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/include/mysql -I/usr/include/pcre -I/usr/local/include -MT cantiflood.lo -MD -MP -MF ".deps/cantiflood.Tpo" \
-c -o cantiflood.lo `test -f 'cantiflood.cpp' || echo './'`cantiflood.cpp; \
then mv ".deps/cantiflood.Tpo" ".deps/cantiflood.Plo"; \
else rm -f ".deps/cantiflood.Tpo"; exit 1; \
fi
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/include/mysql -I/usr/include/pcre -I/usr/local/include -MT cantiflood.lo -MD -MP -MF .deps/cantiflood.Tpo -c cantiflood.cpp -fPIC -DPIC
In file included from cfreqlimiter.h:22,
from cantiflood.h:21,
from cantiflood.cpp:18:
cmeanfrequency.h: In member function `void nUtils::cMeanFrequency<T, max_size>::Dump()':
cmeanfrequency.h:63: error: `cout' undeclared (first use this function)
cmeanfrequency.h:63: error: (Each undeclared identifier is reported only once for each function it appears in.)
cmeanfrequency.h:69: error: `endl' undeclared (first use this function)
make[2]: *** [cantiflood.lo] Error 1
make[2]: Leaving directory `/home/joe/Desktop/Scaricati/verlihub-0.9.8b/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joe/Desktop/Scaricati/verlihub-0.9.8b'
make: *** [all] Error 2