aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorStefan Monnier2010-08-11 07:42:48 +0200
committerStefan Monnier2010-08-11 07:42:48 +0200
commitc566235d981eba73c88bbff00b6a1d88360b6e9f (patch)
treef8d653add3570fe750a83d1123ed35022e0bf4ef /etc/PROBLEMS
parent0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff)
parent490b89acab3e759426ede25c31c94268df55e925 (diff)
downloademacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz
emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip
Merge from trunk
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS10
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:
2344As of Emacs 22.1, there have been stability problems with Cygwin 2344As of Emacs 22.1, there have been stability problems with Cygwin
2345builds of Emacs using GCC 3. Cygwin users are advised to use GCC 4. 2345builds 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
2349This is a consequence of a change to src/dired.c on 2010-07-27. The
2350issue is that Cygwin 1.5.19 did not have d_ino in 'struct dirent'.
2351See
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
2349The linker error messages look like this: 2357The linker error messages look like this:
@@ -2740,7 +2748,7 @@ build Emacs in a directory on a local disk.
2740Two causes have been seen for such problems. 2748Two causes have been seen for such problems.
2741 2749
27421) On a system where getpagesize is not a system call, it is defined 27501) On a system where getpagesize is not a system call, it is defined
2743as a macro. If the definition (in both unexec.c and malloc.c) is wrong, 2751as a macro. If the definition (in both unex*.c and malloc.c) is wrong,
2744it can cause problems like this. You might be able to find the correct 2752it can cause problems like this. You might be able to find the correct
2745value in the man page for a.out (5). 2753value in the man page for a.out (5).
2746 2754