Processed: Re: Bug#332682: vnc4 with gcc-4.0

2005-12-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 332682 + patch Bug#332682: vnc4 - don't build with gcc 4.0 There were no tags set. Tags added: patch > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bug

Bug#332682: vnc4 with gcc-4.0

2005-12-09 Thread Ola Lundqvist
tags 332682 + patch thanks Thanks a lot! Regards, // Ola On Thu, Dec 08, 2005 at 04:29:34PM -0500, Aleksey Kliger wrote: > As far as I can tell, the build problems in vnc4 happen because > rfb/Rect.h provides its > own definitions of min() and max() as macros which interact badly with > the g

Bug#332682: vnc4 with gcc-4.0

2005-12-08 Thread Aleksey Kliger
As far as I can tell, the build problems in vnc4 happen because rfb/Rect.h provides its own definitions of min() and max() as macros which interact badly with the guts of the C++ standard library (in particular with some functions in vector). On my system locally, I applied the following changes