From be64960a5409aa7b43f9a86ab6349872041a03c5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 3 Aug 2016 19:49:52 +0200 Subject: [PATCH] docs: remove known issues known to be resolved. Some known issues are now known to be resolved: - qconf now uses Qt5, so the Qt4 issue no longer applies (but there may well be other Qt5-related issues; this would have to be tested: I now no longer have access to a Cygwin setup); - the MacOS X uninitialized jump variable has been fixed upstream. Signed-off-by: "Yann E. MORIN" --- docs/known-issues.txt | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docs/known-issues.txt b/docs/known-issues.txt index 979432f..69c4753 100644 --- a/docs/known-issues.txt +++ b/docs/known-issues.txt @@ -63,24 +63,3 @@ To fix it, you can do either of: libglade is used by the gconf frontend. ---------------------------------------- - -Under Cygwin, Qt4 depends on libffi, but it is only available if you -installed the gcc4 package (the gcc package is a gcc-3). - -To fix it, re-run the Cygwin install process, and expressly select: - - Devel/gcc4 - -(and say 'yes' if you are prompted for required packages). You'll need -to re-run ./configure. - -Qt4 is used by the qconf frontend. - ----------------------------------------- - -Under MacOS X, the build does not succeed with both -Wall and -Werror. It fails -with the error: - menu.c: In function 'get_symbol_str': - menu.c:515: warning: 'jump' may be used uninitialized in this function -[Tested under MacOS X 10.6 with i686-apple-darwin10-gcc-4.2.1 build 5666 (dot 3)] - ----------------------------------------- -- 2.39.2