On 2003-10-14 10:47:40 +0200, Martin Schröder wrote:
On 2003-10-14 08:32:38 +0200, Felix Neubauer wrote:
! Sections do not match (file ./tex.ch, l.1280). (file ./pdftexdir/tex.pch, l.55).
tex.pch is screwed. Will fix it.
web2c/pdftexdir/tex.pch and web2c/tex.ch in source are out of sync (and in sync in source.development). :-( Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
On 2003-10-14 11:13:59 +0200, Martin Schröder wrote:
web2c/pdftexdir/tex.pch and web2c/tex.ch in source are out of sync (and in sync in source.development). :-(
The problem is this patch by Fabrice to web2c/pdftexdir/tex.pch (#3632) @@ -52,12 +52,20 @@ @d char_sub_def_min_code=55 {smallest value in the charsubdef list} @d char_sub_def_max_code=56 {largest value in the charsubdef list} @d tracing_char_sub_def_code=57 {traces changes to a charsubdef def} -@d int_pars=58 {total number of integer parameters} +@d mubyte_in_code=58 {if positive then reading mubytes is active} +@d mubyte_out_code=59 {if positive then printing mubytes is active} +@d mubyte_log_code=60 {if positive then print mubytes to log and terminal} +@d spec_out_code=61 {if positive then print specials by mubytes} +@d int_pars=62 {total number of integer parameters} @y @d char_sub_def_min_code=67 {smallest value in the charsubdef list} @d char_sub_def_max_code=68 {largest value in the charsubdef list} @d tracing_char_sub_def_code=69 {traces changes to a charsubdef def} -@d int_pars=73 {total number of integer parameters} +@d mubyte_in_code=73 {if positive then reading mubytes is active} +@d mubyte_out_code=74 {if positive then printing mubytes is active} +@d mubyte_log_code=75 {if positive then print mubytes to log and terminal} +@d spec_out_code=76 {if positive then print specials by mubytes} +@d int_pars=77 {total number of integer parameters} @z Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
On 2003-10-14 11:21:05 +0200, Martin Schröder wrote:
On 2003-10-14 11:13:59 +0200, Martin Schröder wrote:
web2c/pdftexdir/tex.pch and web2c/tex.ch in source are out of sync (and in sync in source.development). :-(
The problem is this patch by Fabrice to web2c/pdftexdir/tex.pch (#3632)
If I remove this patch from tex.pch I can compile the sources from source. The currently distributed archive is broken in that point. I don't want to fix source myself but I want to distribute a working archive soon... Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
On 2003-10-14 12:03:37 +0200, Martin Schröder wrote:
If I remove this patch from tex.pch I can compile the sources from source. The currently distributed archive is broken in that point. I don't want to fix source myself but I want to distribute a working archive soon...
I _have_ fixed it in source now (#4142). Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
participants (1)
-
Martin Schroeder