]> git.sur5r.net Git - kconfig-frontends/blobdiff - docs/known-issues.txt
docs: remove known issues known to be resolved.
[kconfig-frontends] / 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)]
-
-----------------------------------------