hey all, as you may have seen on my website (
www.wpi.edu/~ptyler/screenshots.html)
you can watch the /var/log/messages file as it grows.
well, I want to do that again.
(now that I have rh7.1, and have erased SO much... *sigh*)
what happens is:
I untar colortail,
then I do a ./configure
that runs fine
next I 'make'
and I get compile errors
someone help me on this one, I think I need a library for gcc...
Colorizer.cc: In method `char *Colorizer::colorize (char *)':
Colorizer.cc:145: `strcpy' undeclared (first use this function)
Colorizer.cc:145: (Each undeclared identifier is reported only once for
each function it appears in.)
Colorizer.cc:160: `strlen' undeclared (first use this function)
make[2]: *** [Colorizer.o] Error 1
make[2]: Leaving directory `/home/plusran/tar/colortail-0.3.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/plusran/tar/colortail-0.3.0'
make: *** [all-recursive-am] Error 2
thanks