[pdftex] Re: pdfcrypt patches not in TL?

Thomas Esser te at informatik.uni-hannover.de
Sun Aug 5 11:10:46 CEST 2001


> srcdir=.  /bin/sh ./web2c/convert pdfetex
> parse error: Last token = 290 ("), error buffer = `pdfcryptstring',
...

Well, seems like pdftex.defines and pdfetex.defines are not in sync
wrt. the pdfcrypt declarations. After applying the following patch
(in addition to the tangle patch), pdftex and pdfetex compiled for me.

Thomas

--- src/texk/web2c/pdfetexdir/pdfetex.defines-orig	Thu Jul 26 17:15:29 2001
+++ src/texk/web2c/pdfetexdir/pdfetex.defines	Sun Aug  5 10:06:38 2001
@@ -62,4 +62,11 @@
 { functions from writezip.c }
 @define procedure writezip();
 
+{ functions from pdfcrypt.c }
+ at define procedure pdfcryptpw();
+ at define procedure pdfcryptstream();
+ at define procedure pdfcryptfile();
+ at define function pdfcryptstring();
+ at define function pdfcryptstringlist();
+
 { end of pdftex.defines }



More information about the pdftex mailing list