]> git.eshelyaron.com Git - emacs.git/commitdiff
Document problems (with WinZip) whereby *.tit files get converted
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Jan 2001 08:09:48 +0000 (08:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Jan 2001 08:09:48 +0000 (08:09 +0000)
to DOS-style EOLs while unpacking Leim.

etc/PROBLEMS

index cb48a4cbf222cb881bca802b2764bd93ffaf11c7..8d52bafaa8107665b505b5f899af388225be5c70 100644 (file)
@@ -13,6 +13,28 @@ The solution is to make sure the preprocessor is run with the
 `-traditional' option.  (The `configure' script should do that
 automatically with Emacs 21 and later.)
 
+* Building the Windows port with Leim fails in the `leim' directory.
+
+The error message might be something like this:
+
+ Converting d:/emacs-21.1/leim/CXTERM-DIC/4Corner.tit to quail-package...
+ Invalid ENCODE: value in TIT dictionary
+ NMAKE : fatal error U1077: '"../src/obj-spd/i386/emacs.exe"' : return code
+       '0xffffffff'
+ Stop.
+
+This can happen if the Leim distribution is unpacked with a program
+which converts the `*.tit' files to DOS-style CR-LF text format.  The
+`*.tit' files in the leim/CXTERM-DIC directory require Unix-style line
+endings to compile properly, because Emacs reads them without any code
+or EOL conversions.
+
+The solution is to make sure the program used to unpack Leim does not
+change the files' line endings behind your back.  The GNU FTP site has
+in the `/gnu/emacs/windows' directory a program called `djtarnt.exe'
+which can be used to unpack `.tar.gz' and `.zip' archives without
+mangling them.
+
 * When using Xaw3d scroll bars without arrows, the very first mouse
 click in a scroll bar might be ignored by the scroll bar widget.  This
 is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the