Package: anon-proxy Version: 00.02.39-8.1 Tags: patch Your package fails to build with GCC 4.2. Version 4.2 has not been released yet but I'm building with a snapshot in order to find errors and give people an advance warning. A patch for this bug is below.
> Automatic build of anon-proxy_00.02.39-8.1 on em64t by sbuild/amd64 0.52 ... > if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -D_REENTRANT > -I/usr/include/xercesc -I/usr/local/include -I/usr/local/include/xercesc -O3 > -MT CAInfoService.o -MD -MP -MF ".deps/CAInfoService.Tpo" \ > -c -o CAInfoService.o `test -f 'CAInfoService.cpp' || echo > './'`CAInfoService.cpp; \ > then mv -f ".deps/CAInfoService.Tpo" ".deps/CAInfoService.Po"; \ > else rm -f ".deps/CAInfoService.Tpo"; exit 1; \ > fi > CAInfoService.cpp: In member function 'SINT32 CAInfoService::sendStatus()': > CAInfoService.cpp:160: error: 'min' was not declared in this scope > make[3]: *** [CAInfoService.o] Error 1 > make[3]: Leaving directory `/build/tbm/anon-proxy-00.02.39' --- CAInfoService.cpp~ 2007-02-03 14:22:43.000000000 +0000 +++ CAInfoService.cpp 2007-02-03 14:22:48.000000000 +0000 @@ -25,6 +25,7 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE */ +#include <limits> #include "StdAfx.h" #include "CAInfoService.hpp" #include "CASocket.hpp" -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]