diff options
| author | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
| commit | c566235d981eba73c88bbff00b6a1d88360b6e9f (patch) | |
| tree | f8d653add3570fe750a83d1123ed35022e0bf4ef /etc/PROBLEMS | |
| parent | 0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff) | |
| parent | 490b89acab3e759426ede25c31c94268df55e925 (diff) | |
| download | emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip | |
Merge from trunk
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2fc0e29b30f..093d815bd81 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2344,6 +2344,14 @@ files are installed. Then use: | |||
| 2344 | As of Emacs 22.1, there have been stability problems with Cygwin | 2344 | As of Emacs 22.1, there have been stability problems with Cygwin |
| 2345 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. | 2345 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. |
| 2346 | 2346 | ||
| 2347 | *** Building Emacs 23.3 and later will fail under Cygwin 1.5.19 | ||
| 2348 | |||
| 2349 | This is a consequence of a change to src/dired.c on 2010-07-27. The | ||
| 2350 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. | ||
| 2351 | See | ||
| 2352 | |||
| 2353 | http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html | ||
| 2354 | |||
| 2347 | *** Building the native MS-Windows port fails due to unresolved externals | 2355 | *** Building the native MS-Windows port fails due to unresolved externals |
| 2348 | 2356 | ||
| 2349 | The linker error messages look like this: | 2357 | The linker error messages look like this: |
| @@ -2740,7 +2748,7 @@ build Emacs in a directory on a local disk. | |||
| 2740 | Two causes have been seen for such problems. | 2748 | Two causes have been seen for such problems. |
| 2741 | 2749 | ||
| 2742 | 1) On a system where getpagesize is not a system call, it is defined | 2750 | 1) On a system where getpagesize is not a system call, it is defined |
| 2743 | as a macro. If the definition (in both unexec.c and malloc.c) is wrong, | 2751 | as a macro. If the definition (in both unex*.c and malloc.c) is wrong, |
| 2744 | it can cause problems like this. You might be able to find the correct | 2752 | it can cause problems like this. You might be able to find the correct |
| 2745 | value in the man page for a.out (5). | 2753 | value in the man page for a.out (5). |
| 2746 | 2754 | ||