diff options
| author | Ken Brown | 2010-07-27 15:50:01 -0400 |
|---|---|---|
| committer | Ken Brown | 2010-07-27 15:50:01 -0400 |
| commit | 4f35b2e8396097f20f71297cc759df56c4b25890 (patch) | |
| tree | 82ed19adee1bbe6970af3c742dfa368818f9a45c /etc/PROBLEMS | |
| parent | 9f8c08a717bc83e45def5959f34dd0f1649da7a6 (diff) | |
| download | emacs-4f35b2e8396097f20f71297cc759df56c4b25890.tar.gz emacs-4f35b2e8396097f20f71297cc759df56c4b25890.zip | |
* PROBLEMS: Mention problem with Cygwin 1.5.19.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7a2cc56699b..fb1b2b38d56 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2482,6 +2482,14 @@ files are installed. Then use: | |||
| 2482 | As of Emacs 22.1, there have been stability problems with Cygwin | 2482 | As of Emacs 22.1, there have been stability problems with Cygwin |
| 2483 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. | 2483 | builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. |
| 2484 | 2484 | ||
| 2485 | *** Building Emacs 23.3 and later will fail under Cygwin 1.5.19 | ||
| 2486 | |||
| 2487 | This is a consequence of a change to src/dired.c on 2010-07-27. The | ||
| 2488 | issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'. | ||
| 2489 | See | ||
| 2490 | |||
| 2491 | http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01266.html | ||
| 2492 | |||
| 2485 | *** Building the native MS-Windows port fails due to unresolved externals | 2493 | *** Building the native MS-Windows port fails due to unresolved externals |
| 2486 | 2494 | ||
| 2487 | The linker error messages look like this: | 2495 | The linker error messages look like this: |