|
From: | Akim Demaille |
Subject: | Re: problem building bison 2.x |
Date: | Mon, 1 Dec 2008 15:34:46 +0100 |
Le 1 déc. 08 à 13:02, Wouter Sieburgh a écrit :
Hi I've got a problem building bison 2.*: Making all in srcmake[2]: Entering directory `/develop/devroot64/bison-2.4/src- bison-2.4/src'/bin/sh ../build-aux/ylwrap parse-gram.y y.tab.c parse-gram.c y.tab.h parse-gram.h y.output parse-gram.output -- ../tests/bison -y --warnings=all,error "-dv"
There is no reason for bison to be run here: the tarball contains the generated files with proper timestamps. So I guess something is going wrong on your machines wrt timestamps. touch src/parse-gram.[ch] should help. ls -ltr src should display generated files after the source file (src/parse-gram.y).
[Prev in Thread] | Current Thread | [Next in Thread] |