[luatex] Luatex 0.52.0 announcement
Taco Hoekwater
taco at elvenkind.com
Fri Mar 19 14:51:37 CET 2010
Eythan Weg wrote:
> Hi,
>
> I fail to compile 0.52.0 (0.51.0 is ok):
>
> Making all in web2c
> make[5]: Entering directory `/home/weg/beta-0.52.0/build/texk/web2c/web2c'
> sed -e 's,web2c/c-auto,kpathsea/c-auto,' ../../../../source/texk/web2c/web2c/../config.h >native/config.h
> make all-am
> make[6]: Entering directory `/home/weg/beta-0.52.0/build/texk/web2c/web2c'
> make[7]: Entering directory `/home/weg/beta-0.52.0/build/texk/web2c/web2c'
> make[7]: `../../../../source/texk/web2c/web2c/web2c-parser.c' is up to date.
> make[7]: Leaving directory `/home/weg/beta-0.52.0/build/texk/web2c/web2c'
> gcc -DHAVE_CONFIG_H -I. -I../../../../source/texk/web2c/web2c -I./native/kpathsea -Inative -I../../../../source/texk/web2c/web2c/native -I../../../../source/texk/web2c/web2c/.. -I../../../../source/texk/web2c/web2c/../.. -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -g -O2 -MT web2c-parser.o -MD -MP -MF .deps/web2c-parser.Tpo -c -o web2c-parser.o ../../../../source/texk/web2c/web2c/web2c-parser.c
> mv -f .deps/web2c-parser.Tpo .deps/web2c-parser.Po
> test -f web2c-lexer.c || /bin/bash ../../../../source/texk/web2c/web2c/../../../build-aux/ylwrap ../../../../source/texk/web2c/web2c/web2c-lexer.l .c web2c-lexer.c -- :
Please check whether source/texk/web2c/web2c/web2c-lexer.c exists
(it should, and probably does). It also should not be older than
web2c-lexer.l in that same directory, and that is probably what goes
wrong: because it is older, make tries to create it anew, but you
don't have flex installed so the regeneration fails.
Quick fix:
$ touch web2c-lexer.c
Best wishes,
Taco
More information about the luatex
mailing list