[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bison data files
From: |
Bruno Haible |
Subject: |
Re: Bison data files |
Date: |
Wed, 13 Jan 2021 10:18:46 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; ) |
Hi Jeffrey,
> Gettext has a configure option --with-bison-prefix=.
It is used to indicate where, at runtime, the bison-runtime's .mo files
can be found.
> Is it possible to generate the Bison data files offline and provide
> them in the tarball? Kind of like what happens with Yacc parsers?
This would lead to a duplication of these .mo files. There are multiple
packages that use Bison and thus can make use of these .mo files. It would
be a waste of disk space on the end-user's disk if they were installed
in multiple places.
> I guess what I am asking is, are they machine independent data files?
Yes.
> The reason I am asking is, I'd like to reduce the requirements on
> building GetText.
You can also build and install Bison after having installed gettext.
Bruno
- Bison data files, Jeffrey Walton, 2021/01/12
- Re: Bison data files,
Bruno Haible <=