[gtk-vnc] Add some installation caveats to README
- From: Daniel P. Berrange <dberrange src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-vnc] Add some installation caveats to README
- Date: Sat, 20 Mar 2010 19:12:53 +0000 (UTC)
commit 232ba0224e1bf98d7505f2e13c7d80119775b4eb
Author: Daniel P. Berrange <berrange redhat com>
Date: Sat Mar 20 19:11:00 2010 +0000
Add some installation caveats to README
Add note about NetBSD swapcontext() problems & Mingw SASL limitation
README | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/README b/README
index 226ac51..7ded084 100644
--- a/README
+++ b/README
@@ -24,4 +24,23 @@ To browse or report bugs, go to our bugzilla page at:
http://bugzilla.gnome.org/browse.cgi?product=gtk-vnc
+
+Installation caveats
+--------------------
+
+ * NetBSD: You must run configure using
+
+ --with-coroutine=gthread
+
+ since any app linking against NetBSD's libpthread.so is
+ forbidden from using swapcontext() calls, which is gtk-vnc's
+ default coroutine impl. For further information see
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=566148
+ http://man.netbsd.org/cgi-bin/man-cgi?pthread++NetBSD-current
+
+ * MinGW: The SASL protocol extension is not available on
+ this platform
+
+
-- End
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]