Hello, When I try to build the last version as usual, "make all" it's giving me this output (my compiler is gcc-4.5.3): ftp.cc: In member function 'void FtpStateData::ftpAcceptDataConnection(const CommAcceptCbParams&)': ftp.cc:3124:38: error: redeclaration of 'char ntoapeer [75]' ftp.cc:3076:31: error: 'char ntoapeer [75]' previously declared here make[3]: *** [ftp.o] Error 1 make[3]: Leaving directory `/usr/local/src/SQUID/squid-3.1.17/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/SQUID/squid-3.1.17/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/local/src/SQUID/squid-3.1.17/src' make: *** [all-recursive] Error 1 Anyone has this issue or have a sugestion to fix it?