aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2010-08-06 12:54:13 +0900
committerKenichi Handa2010-08-06 12:54:13 +0900
commitfaa28da9b740a4b5f297fc215d79a66d71bf6f78 (patch)
tree6d7cdbf92c424aeff5ffa9444b7baf75a90ab2be /etc
parent6b4d96c2f04e5a08c4f9fff144743ff16c151dae (diff)
parent9ebc731b45fea0b4d7d547cb37ca2675d5940106 (diff)
downloademacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.tar.gz
emacs-faa28da9b740a4b5f297fc215d79a66d71bf6f78.zip
merge trunk
Diffstat (limited to 'etc')
-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: