[EMAIL PROTECTED] wrote: >Has anyone managed to compile plptools (unfortunately there's no >Debian package)? I found no email address, and I couldn't even find >out who's the author.
Where can we get the source code? >I get this error on my up-to-date potato system: > >Making all in plpftp >make[1]: Entering directory `/home/andre/plptools-0.6/plpftp' >g++ -DHAVE_CONFIG_H -I. -I. -I../include -I../lib -O2 -Wall -c ftp.cc >ftp.cc: In function `int checkAbortHash(long int)': >ftp.cc:169: implicit declaration of function `int printf(...)' >ftp.cc:169: `stdout' undeclared (first use this function) Looks like somebody forgot to #include <stdio.h>. -- Colin Watson [EMAIL PROTECTED]