aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Brown2010-07-27 15:50:01 -0400
committerKen Brown2010-07-27 15:50:01 -0400
commit4f35b2e8396097f20f71297cc759df56c4b25890 (patch)
tree82ed19adee1bbe6970af3c742dfa368818f9a45c
parent9f8c08a717bc83e45def5959f34dd0f1649da7a6 (diff)
downloademacs-4f35b2e8396097f20f71297cc759df56c4b25890.tar.gz
emacs-4f35b2e8396097f20f71297cc759df56c4b25890.zip
* PROBLEMS: Mention problem with Cygwin 1.5.19.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/PROBLEMS8
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d9ae36b7b21..456033af1c9 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12010-07-27 Ken Brown <kbrown@cornell.edu>
2
3 * PROBLEMS: Mention problem with Cygwin 1.5.19.
4
12010-06-19 Ken Brown <kbrown@cornell.edu> 52010-06-19 Ken Brown <kbrown@cornell.edu>
2 6
3 * PROBLEMS: Update Cygwin GCC information. (Bug#6458) 7 * PROBLEMS: Update Cygwin GCC information. (Bug#6458)
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:
2482As of Emacs 22.1, there have been stability problems with Cygwin 2482As of Emacs 22.1, there have been stability problems with Cygwin
2483builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. 2483builds 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
2487This is a consequence of a change to src/dired.c on 2010-07-27. The
2488issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'.
2489See
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
2487The linker error messages look like this: 2495The linker error messages look like this: