On 04/05/2013 02:09 PM, Christian wrote: > Hi, > > trying to build squid-3.3.3 for SLES 11 is failing. > I get: > > 175s] cc1plus: warnings being treated as errors > [ 175s] Inquirer.cc: In member function 'virtual void > Mgr::Inquirer::start()': > [ 175s] Inquirer.cc:90: error: 'auto_ptr' is deprecated (declared at > /usr/include/c++/4.3/backward/auto_ptr.h:91) > [ 176s] make[3]: *** [Inquirer.lo] Error 1 > > what can I do ?
You may try ./configure --disable-strict-error-checking ... Alex.