>From 2a83f217df3469eec4226255ab9d27251dd8f2ba Mon Sep 17 00:00:00 2001 From: Dave <dj.2d...@gmail.com> Date: Fri, 13 Sep 2024 07:53:31 +0000 Subject: [PATCH] find: add bison as a requirement for compiling
*README-hacking(prerequisites): Compiling without bison would result in `fatal error: parse-datetime.c: No such file or directory` which is not a very helpful error message. --- README-hacking | 1 + 1 file changed, 1 insertion(+) diff --git a/README-hacking b/README-hacking index 0d96dc84..13f91b3d 100644 --- a/README-hacking +++ b/README-hacking @@ -17,6 +17,7 @@ Prerequisites * GNU m4 * GNU gettext * GNU Dejagnu + * GNU Bison Dejagnu is in fact optional, but it's strongly recommended, since it is needed to run findutils' test suite (which is how you know that find -- 2.40.1 On Fri, Sep 13, 2024 at 11:39 AM Dave <dj.2d...@googlemail.com> wrote: > > *README-hacking(prerequisites): Compiling without bison would result in > `fatal error: parse-datetime.c: No such file or directory` which is not > a very helpful error message. > --- > README-hacking | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/README-hacking b/README-hacking > index 0d96dc84..13f91b3d 100644 > --- a/README-hacking > +++ b/README-hacking > @@ -17,6 +17,7 @@ Prerequisites > * GNU m4 > * GNU gettext > * GNU Dejagnu > + * GNU Bison > > Dejagnu is in fact optional, but it's strongly recommended, since it is > needed to run findutils' test suite (which is how you know that find > -- > 2.40.1
From 2a83f217df3469eec4226255ab9d27251dd8f2ba Mon Sep 17 00:00:00 2001 From: Dave <dj.2d...@gmail.com> Date: Fri, 13 Sep 2024 07:53:31 +0000 Subject: [PATCH] find: add bison as a requirement for compiling *README-hacking(prerequisites): Compiling without bison would result in `fatal error: parse-datetime.c: No such file or directory` which is not a very helpful error message. --- README-hacking | 1 + 1 file changed, 1 insertion(+) diff --git a/README-hacking b/README-hacking index 0d96dc84..13f91b3d 100644 --- a/README-hacking +++ b/README-hacking @@ -17,6 +17,7 @@ Prerequisites * GNU m4 * GNU gettext * GNU Dejagnu + * GNU Bison Dejagnu is in fact optional, but it's strongly recommended, since it is needed to run findutils' test suite (which is how you know that find -- 2.40.1