comparison etc/PROBLEMS @ 35499:1f86a3c25e8d

Document problems (with WinZip) whereby *.tit files get converted to DOS-style EOLs while unpacking Leim.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 24 Jan 2001 08:09:48 +0000
parents c112ca694609
children 1732a712675f
comparison
equal deleted inserted replaced
35498:add3de5a4293 35499:1f86a3c25e8d
10 reference the parent directory. 10 reference the parent directory.
11 11
12 The solution is to make sure the preprocessor is run with the 12 The solution is to make sure the preprocessor is run with the
13 `-traditional' option. (The `configure' script should do that 13 `-traditional' option. (The `configure' script should do that
14 automatically with Emacs 21 and later.) 14 automatically with Emacs 21 and later.)
15
16 * Building the Windows port with Leim fails in the `leim' directory.
17
18 The error message might be something like this:
19
20 Converting d:/emacs-21.1/leim/CXTERM-DIC/4Corner.tit to quail-package...
21 Invalid ENCODE: value in TIT dictionary
22 NMAKE : fatal error U1077: '"../src/obj-spd/i386/emacs.exe"' : return code
23 '0xffffffff'
24 Stop.
25
26 This can happen if the Leim distribution is unpacked with a program
27 which converts the `*.tit' files to DOS-style CR-LF text format. The
28 `*.tit' files in the leim/CXTERM-DIC directory require Unix-style line
29 endings to compile properly, because Emacs reads them without any code
30 or EOL conversions.
31
32 The solution is to make sure the program used to unpack Leim does not
33 change the files' line endings behind your back. The GNU FTP site has
34 in the `/gnu/emacs/windows' directory a program called `djtarnt.exe'
35 which can be used to unpack `.tar.gz' and `.zip' archives without
36 mangling them.
15 37
16 * When using Xaw3d scroll bars without arrows, the very first mouse 38 * When using Xaw3d scroll bars without arrows, the very first mouse
17 click in a scroll bar might be ignored by the scroll bar widget. This 39 click in a scroll bar might be ignored by the scroll bar widget. This
18 is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the 40 is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the
19 problem disappears. 41 problem disappears.