On 15 January 2018 at 20:54, luigi scarso wrote:
Il 15 gen 2018 20:52, "Mojca Miklavec" ha scritto: On 15 January 2018 at 15:26, Mojca Miklavec wrote:
On 15 January 2018 at 14:56, Hans Hagen wrote:
On 1/15/2018 2:47 PM, Roger Mason wrote:
!!!!: Your luatex binary is too old, you need at least version 1.05!
Where do I get the updated luatex binary?
I'm running on FreeBSD 10.3, 32 bit.
Does that binary come from the garden too?
I can take a look.
It's quite possible that FreeBSD didn't get updated after the problems with firewalls and networks being shifted around at both ends.
I tried to compile it, but it fails with
In file included from ../../../source/libs/poppler/poppler-src/poppler/Annot.cc:62: In file included from ../../../source/libs/poppler/poppler-src/poppler/PDFDoc.h:53: ../../../source/libs/poppler/poppler-src/poppler/Form.h:271:79: error: unknown type name 'time_t' SignatureInfo *validateSignature(bool doVerifyCert, bool forceRevalidation, time_t validationTime);
^ ../../../source/libs/poppler/poppler-src/poppler/Form.h:534:79: error: unknown type name 'time_t' SignatureInfo *validateSignature(bool doVerifyCert, bool forceRevalidation, time_t validationTime);
^ 2 errors generated.
Hm, trunk ?
Are you suggesting to distribute LuaTeX trunk for everyone? Anyway, the same problem happens with the latest TeX Live sources as well. I added #include <ctime> to poppler-src/poppler/Form.h after which the build proceeds, but later fails again building ICU. ../../../libs/icu/icu-src/source/i18n/coll.cpp:157:28: error: pasting formed 'u"Collator"', an invalid preprocessing token : ICULocaleService(UNICODE_STRING_SIMPLE("Collator")) ^ Mojca