]> git.sur5r.net Git - kconfig-frontends/commitdiff
docs: remove known issues known to be resolved.
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 3 Aug 2016 17:49:52 +0000 (19:49 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 4 Aug 2016 17:53:30 +0000 (19:53 +0200)
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" <yann.morin.1998@free.fr>
docs/known-issues.txt

index 979432f35948ff2674e6b1611c51e11ae937bf5c..69c4753a1011be42c9d1555a12bcb694fbf3ec43 100644 (file)
@@ -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)]
-
-----------------------------------------