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