Revision: 7416
Author: [email protected]
Date: Fri Jan 13 22:57:22 2012
Log: * InstallUim.wiki
- Add QA.
- Fix typo.
http://code.google.com/p/uim/source/detail?r=7416
Modified:
/wiki/InstallUim.wiki
=======================================
--- /wiki/InstallUim.wiki Sun Oct 30 01:48:54 2011
+++ /wiki/InstallUim.wiki Fri Jan 13 22:57:22 2012
@@ -156,7 +156,7 @@
A. You may forget to install *intltool*. If so, install it.
-=== xxx feature is disabled even if I enable it with
--enable-xxx/--with-xxx" ===
+=== xxx feature is disabled even if I enable it with
--enable-xxx/--with-xxx ===
A. When build requirements for the xxx feature are missing in your
environment, the feature will be automatically disabled. See the table
above and config.log in your build directory, and check if build
requirements are installed in your environment.
=== relink `libuim-scm.la' with the above command before installing it ===
@@ -173,6 +173,18 @@
}}}
where the prefix is /usr/local or what you set with --prefix in running
configure.
+=== automake-1.xx: not found ===
+Q. When I ran make-wc.sh to install development version, the following
error occurred:
+{{{
+./autogen.sh: 16: automake-1.11: not found
+./autogen.sh: 16: automake-1.10: not found
+./autogen.sh: 16: automake-1.7: not found
+./autogen.sh: 16: automake-1.9: not found
+./autogen.sh: 16: automake-1.8: not found
+}}}
+
+A. You may forget to install *automake*. If so, install it.
+
=== libtoolize: command not found ===
Q. When I ran make-wc.sh to install development version, the following
error occurred:
{{{