Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 126:1370575f1259 xemacs-20-1p1
Import from CVS: tag xemacs-20-1p1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:27:39 +0200 |
parents | 9b50b4588a93 |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
125:8b0638b347ec | 126:1370575f1259 |
---|---|
101 ** `Error: No ExtNode to pop!' on Linux systems with Lesstif. | 101 ** `Error: No ExtNode to pop!' on Linux systems with Lesstif. |
102 | 102 |
103 This error message has been observed with lesstif-0.75a. It does not | 103 This error message has been observed with lesstif-0.75a. It does not |
104 appear to cause any harm. | 104 appear to cause any harm. |
105 | 105 |
106 ** Movemail on Linux doesn't work any more | |
107 | |
108 Linux now defaults to using .lock mail locking. To get back to the | |
109 previous flock locking, edit src/s/linux.h and uncomment out the | |
110 `# define MAIL_USE_FLOCK' line. | |
111 | |
106 ** Sparc Linux -vs- libXmu. | 112 ** Sparc Linux -vs- libXmu. |
107 | 113 |
108 There have been reports of configure not detecting libXmu on | 114 There have been reports of configure not detecting libXmu on |
109 SparcLinux. The fix is to add -lXmu to the link flags. | 115 SparcLinux. The fix is to add -lXmu to the link flags. |
110 | 116 |
224 compiler to abort. When this happens: cd src, compile the files by | 230 compiler to abort. When this happens: cd src, compile the files by |
225 hand, cd .., and redo the "make" command. When recompiling the files by | 231 hand, cd .., and redo the "make" command. When recompiling the files by |
226 hand, use the old C compiler for the following versions of Digital UNIX: | 232 hand, use the old C compiler for the following versions of Digital UNIX: |
227 - V3.n: Remove "-migrate" from the compile command. | 233 - V3.n: Remove "-migrate" from the compile command. |
228 - V4.n: Add "-oldc" to the compile command. | 234 - V4.n: Add "-oldc" to the compile command. |
235 | |
236 ** On Digital UNIX, TOOLTALK gets misdetected and misconfigured | |
237 | |
238 This problem manifested itself in the beta cycle as putting a literal | |
239 LIB_TOOLTALK string into the Makefile. | |
229 | 240 |
230 ** On HPUX, the HP C compiler might have a problem compiling some files | 241 ** On HPUX, the HP C compiler might have a problem compiling some files |
231 with optimization. | 242 with optimization. |
232 | 243 |
233 Richard Cognot <cognot@ensg.u-nancy.fr> writes: | 244 Richard Cognot <cognot@ensg.u-nancy.fr> writes: |
1002 | 1013 |
1003 The program mkpts (which may be in `/usr/adm' or `/usr/sbin') needs to | 1014 The program mkpts (which may be in `/usr/adm' or `/usr/sbin') needs to |
1004 be set-UID to root, or non-root programs like Emacs will not be able | 1015 be set-UID to root, or non-root programs like Emacs will not be able |
1005 to allocate ptys reliably. | 1016 to allocate ptys reliably. |
1006 | 1017 |
1018 ** Motif dialog boxes lose big time on Irix. | |
1019 | |
1020 Larry Auton <lda@control.att.com> writes: | |
1021 Beware of not specifying | |
1022 | |
1023 --with-dialogs=athena | |
1024 | |
1025 if it builds with the motif dialogs [boom!] you're a dead man. | |
1026 | |
1027 ** Beware of the default image & graphics library on Irix | |
1028 | |
1029 Richard Cognot <cognot@ensg.u-nancy.fr> writes: | |
1030 You *have* to compile your own jpeg lib. The one delivered with SGI | |
1031 systems is a C++ lib, which apparently XEmacs cannot cope with. | |
1032 | |
1007 ** Slow startup on Linux. | 1033 ** Slow startup on Linux. |
1008 | 1034 |
1009 People using systems based on the Linux kernel sometimes report that | 1035 People using systems based on the Linux kernel sometimes report that |
1010 startup takes 10 to 15 seconds longer than `usual'. | 1036 startup takes 10 to 15 seconds longer than `usual'. |
1011 | 1037 |