On Fri, Oct 06, 2000 at 07:12:50AM -0400, Shane Stover wrote:
> Next bug please sir.. Hopefully this one will be as easy to correct as
> the last one. I wish I knew enough to help, but sadly I don't. I love
> blackbox though and thanks for the great work! Here is what I recieved
> with the latest fix on Redhat 7.0...
>
Yippee! Cause for yet another snapshot, henceforth to be known
for all eternity as blackbox-20001006c.tar.bz2 (aka Yet Another
Snapshot Which Should, But Won't, Compile On RedHat)!
This is only a one line fix, so if you've not into downloading
~200k just to upgrade from yesterday's last snapshot (20001006b),
just edit src/main.cc, and add the following line :
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <string.h> <----- add this
#endif // STDC_HEADERS
Ain't it impressive? (And no, don't add the arrow...)
Third time's a charm...
Jeff Raven