* Amos Jeffries <squid3@xxxxxxxxxxxxx>: > The Squid HTTP Proxy team is very pleased to announce the > availability of the Squid-3.2.0.7 beta release! It doesn't build; I'm getting: Making install in wrapper make[3]: Entering directory /usr/src/squid-3.2.0.7/helpers/negotiate_auth/wrapper' g++ -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../../../include -I/usr/include -Wall -Wpointer-arith -Wwrite-strings -Wcomments -Werror -pipe -D_REENTRANT -m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c -o negotiate_wrapper.o negotiate_wrapper.cc cc1plus: warnings being treated as errors negotiate_wrapper.cc: In function âint main(int, char* const*)â: negotiate_wrapper.cc:192: error: ignoring return value of âint pipe(int*)â, declared with attribute warn_unused_result negotiate_wrapper.cc:193: error: ignoring return value of âint pipe(int*)â, declared with attribute warn_unused_result negotiate_wrapper.cc:223: error: ignoring return value of âint pipe(int*)â, declared with attribute warn_unused_result negotiate_wrapper.cc:224: error: ignoring return value of âint pipe(int*)â, declared with attribute warn_unused_result make[3]: *** [negotiate_wrapper.o] Error 1 make[3]: Leaving directory /usr/src/squid-3.2.0.7/helpers/negotiate_auth/wrapper' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory /usr/src/squid-3.2.0.7/helpers/negotiate_auth' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory /usr/src/squid-3.2.0.7/helpers' make: *** [install-recursive] Error 1 With both 3.2.0.7 an today's BZR checkout. COnfigure options are: ./configure --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man \ --infodir=\${prefix}/share/info --sysconfdir=/etc \ --localstatedir=/var --libexecdir=\${prefix}/lib/squid3 \ --disable-maintainer-mode --disable-dependency-tracking \ --disable-silent-rules --srcdir=. --datadir=/usr/share/squid3 \ --sysconfdir=/etc/squid3 --mandir=/usr/share/man \ --with-cppunit-basedir=/usr --enable-inline --enable-async-io=8 \ --enable-storeio=ufs,aufs,diskd --enable-removal-policies=lru,heap \ --enable-delay-pools --enable-underscores \ --enable-icap-client --enable-follow-x-forwarded-for \ --enable-external-acl-helpers=ip_user,ldap_group,session,unix_group,wbinfo_group\ --enable-arp-acl --enable-snmp --with-filedescriptors=65536 \ --with-large-files --with-default-user=proxy --enable-epoll \ --enable-linux-netfilter --enable-cache-digests