Re: [Tigervnc-devel] [PATCH] Workaround for older gnutls

2010-09-16 Thread DRC
On 9/9/10 2:11 AM, Martin Koegler wrote: I can not imaging, how such errors can happen. This test only adds the following to config.h: | /* Is gnutls_set_global_errno present */ | #define gnutls_transport_set_global_errno(A) do { errno = (A); } while(0) | So any code not refering to

Re: [Tigervnc-devel] build-xorg improvements

2010-09-16 Thread Adam Tkac
On Thu, Sep 16, 2010 at 03:14:02AM -0500, DRC wrote: Once I can successfully get a static build going on RHEL 4 (still having problems with the lack of gnutls_transport_set_global_errno), I'll look into these issues. libgcrypt and libgnutls are definitely not cross-compatible, so the -static

[Tigervnc-devel] [ tigervnc-Bug Tracker-3032303 ] vncviewer crash with Unknown message type 128

2010-09-16 Thread SourceForge.net
Bug Tracker item #3032303, was opened at 2010-07-20 23:53 Message generated for change (Comment added) made by atkac You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=1126848aid=3032303group_id=254363 Please note that this message will contain a full copy of the

Re: [Tigervnc-devel] [PATCH] KRDC crahes tigervnc SVN

2010-09-16 Thread adq
On 16 September 2010 20:27, adq a...@lidskialf.net wrote: Hi, I've been having instant crashes of tigervnc server as soon as KRDC connects to it. Some investigation with gdb and wireshark shows that KRDC is sending some negative valued pseudo encodings to the server. The code in ConnParams.cxx

[Tigervnc-devel] [PATCH] KRDC crahes tigervnc SVN

2010-09-16 Thread adq
Hi, I've been having instant crashes of tigervnc server as soon as KRDC connects to it. Some investigation with gdb and wireshark shows that KRDC is sending some negative valued pseudo encodings to the server. The code in ConnParams.cxx does not adequately check for these large values and ends up

Re: [Tigervnc-devel] build-xorg improvements

2010-09-16 Thread DRC
On 9/16/10 4:15 AM, Adam Tkac wrote: My MinGW patch isn't accepted, yet. And I'm not sure if it will be accepted: https://sourceforge.net/mailarchive/message.php?msg_name=AANLkTikg0hAGpArLTqFSWn6IdSI5aNOwJk-3ZDl4rqrq%40mail.gmail.com I'm going to merge my vcstudio_buildsys branch to trunk so