Revision: 7343
Author: [email protected]
Date: Sat Oct 29 19:28:29 2011
Log: * InstallUim.wiki
- Add section "Troubleshooting".
http://code.google.com/p/uim/source/detail?r=7343
Modified:
/wiki/InstallUim.wiki
=======================================
--- /wiki/InstallUim.wiki Sat Oct 29 18:03:19 2011
+++ /wiki/InstallUim.wiki Sat Oct 29 19:28:29 2011
@@ -10,9 +10,10 @@
The requirements for building uim is listed below.
- * iconv
- * gettext
- * pkg-config
+* iconv
+* gettext
+* pkg-config
+* intltool
|| *Feature* || *Description* || *Build Requirements* || *Configure
Option* ||
|| Anthy || Japanese Anthy module || anthy || --with-anthy ||
@@ -107,4 +108,15 @@
# make install
}}}
-By default, uim is installed under /usr/local , but this directory may not
be on the system search path. Should that be the case, add the line
/usr/local/lib to /etc/ld.conf and then, run ldconfig.
+By default, uim is installed under /usr/local, but this directory may not
be on the system search path. Should that be the case, add the line
/usr/local/lib to /etc/ld.conf and then, run ldconfig.
+
+== Troubleshooting ==
+=== intltool is too old ===
+{{{
+configure: error: Your intltool is too old. You need intltool 0.36.3 or
later.
+}}}
+
+You may forget to install intltool. Install intltool.
+
+=== xxx feature is disabled even if I enable it
with "--with-xxx"/"--enable-xxx" ===
+When build requirements for the xxx feature are missing in your
environments, the feature is disabled. See the table above and check if
build requirements are installed in your environment.