]> git.sur5r.net Git - kconfig-frontends/commitdiff
docs/known-issues: add Cygwin's libglade explicit link againg -png12
authorYann E. MORIN" <yann.morin.1998@free.fr>
Sat, 6 Oct 2012 15:46:15 +0000 (17:46 +0200)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Sat, 6 Oct 2012 15:46:15 +0000 (17:46 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
docs/known-issues.txt

index 753bb995d0b8e23739936908d15002f2c6184387..5cebce77efefa5dab96c6db888dc74dc0a7ac0b7 100644 (file)
@@ -36,7 +36,7 @@ To fix it, re-run the Cygwin install process, and expressly select:
 Under Cygwin, gtk+2.0 depends on:
   - libglitz
   - libxcb-render-util
-  - libpng12
+  - libpng15
 
 but they are not installed by default, even if the gtk devel package is
 installed.
@@ -44,7 +44,7 @@ installed.
 To fix it, re-run the Cygwin install process, and expressly select:
   - X11/libglitz-devel 
   - X11/libxcb-render-util-devel
-  - Libs/libpng12-devel
+  - Libs/libpng15-devel
 
 (and say 'yes' if you are prompted for required packages), and re-build
 (no need to re-run ./configure).
@@ -53,6 +53,17 @@ gtk+2.0 is used by the gconf frontend.
 
 ----------------------------------------
 
+Under Cygwin, libglade's .la file explictly links against -lpng12, but
+the version of libpng is 1.5, not 1.2.
+
+To fix it, you can do either of:
+  - disable the gconf frontend with --disable-gconf, or
+  - edit /lib/libglade-2.0.la, and change '-lpng12' to '-lpng'.
+
+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).
 
@@ -63,4 +74,5 @@ To fix it, re-run the Cygwin install process, and expressly select:
 to re-run ./configure.
 
 Qt4 is used by the qconf frontend.
+
 ----------------------------------------