Mercurial > emacs
comparison etc/PROBLEMS @ 77791:2281fafb5f9d
Add "Installing to a directory with non-ASCII characters in the name fails".
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 23 May 2007 20:10:04 +0000 |
parents | 811d56edd3fc |
children | 9186959f5466 |
comparison
equal
deleted
inserted
replaced
77790:6d862aff7593 | 77791:2281fafb5f9d |
---|---|
155 happening, first try upgrading to the newest version of glibc; if this | 155 happening, first try upgrading to the newest version of glibc; if this |
156 does not work, rebuild Emacs with the same version of glibc that you | 156 does not work, rebuild Emacs with the same version of glibc that you |
157 will run it under. For details, see | 157 will run it under. For details, see |
158 | 158 |
159 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 | 159 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 |
160 | |
161 | 160 |
162 * Crash bugs | 161 * Crash bugs |
163 | 162 |
164 ** Emacs crashes in x-popup-dialog. | 163 ** Emacs crashes in x-popup-dialog. |
165 | 164 |
2808 For example, if you call configure with a directory-related option | 2807 For example, if you call configure with a directory-related option |
2809 with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. | 2808 with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. |
2810 Using directory paths with spaces is not supported at this time: you | 2809 Using directory paths with spaces is not supported at this time: you |
2811 must re-configure without using spaces. | 2810 must re-configure without using spaces. |
2812 | 2811 |
2812 *** Installing to a directory with non-ASCII characters in the name fails. | |
2813 | |
2814 Installation may fail, or the Emacs executable may not start | |
2815 correctly, if a directory name containing non-ASCII characters is used | |
2816 as a `configure' argument (e.g. `--prefix'). The problem can also | |
2817 occur if a non-ASCII directory is specified in the EMACSLOADPATH | |
2818 envvar. | |
2819 | |
2813 *** On Solaris, use GNU Make when installing an out-of-tree build | 2820 *** On Solaris, use GNU Make when installing an out-of-tree build |
2814 | 2821 |
2815 The Emacs configuration process allows you to configure the | 2822 The Emacs configuration process allows you to configure the |
2816 build environment so that you can build emacs in a directory | 2823 build environment so that you can build emacs in a directory |
2817 outside of the distribution tree. When installing Emacs from an | 2824 outside of the distribution tree. When installing Emacs from an |