[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: current gnulib regex breaks in gawk
From: |
Bruno Haible |
Subject: |
Re: current gnulib regex breaks in gawk |
Date: |
Sun, 07 Feb 2021 11:29:24 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; ) |
Hi Arnold,
> I happened to notice that regex has been updated with new, er, stuff.
>
> Dropping the code into gawk, including copying over attribute.h,
> dynarray.h and malloc/*, doesn't work. Compilation chokes.
Saying "Compilation chokes" is not constructive. You cannot expect that
Paul or I will set up the same code base as you are working on. At a
minimum, you need to show the compilation error that you got. Like in
every bug report:
- Tell what you did (in detail).
- Tell what results you got (in detail).
> Running gnulibtool on gawk isn't the direction I want to go, either...
Then you need to look at the *.m4 macros that accompany the respective
code files that you have copied. Remember that Gnulib modules consist
of more than C code [1]. If you do gnulib-tool's job of assembling the
pieces manually, you need to consider the *.m4 files as well.
Bruno
[1] https://www.gnu.org/software/gnulib/manual/html_node/Writing-modules.html