I have pushed fixes for this. Let me know if there are still issues.
Thanks,
Arnold
arn...@skeeve.com wrote:
> "Dmitry V. Levin" wrote:
>
> > On Sat, Apr 17, 2021 at 01:43:58PM -0600, arn...@skeeve.com wrote:
> > > "Dmitry V. Levin" wrote:
> > >
> > > > I've just tried to build the latest co
"Dmitry V. Levin" wrote:
> On Sat, Apr 17, 2021 at 01:43:58PM -0600, arn...@skeeve.com wrote:
> > "Dmitry V. Levin" wrote:
> >
> > > I've just tried to build the latest commit gawk-5.1.0-260-gde598391 from
> > > gawk-5.1-stable branch. Unfortunately, the result executable uses a
> > > private
On Sat, Apr 17, 2021 at 01:43:58PM -0600, arn...@skeeve.com wrote:
> "Dmitry V. Levin" wrote:
>
> > I've just tried to build the latest commit gawk-5.1.0-260-gde598391 from
> > gawk-5.1-stable branch. Unfortunately, the result executable uses a
> > private glibc interface:
> > $ nm gawk |grep GL
"Dmitry V. Levin" wrote:
> I've just tried to build the latest commit gawk-5.1.0-260-gde598391 from
> gawk-5.1-stable branch. Unfortunately, the result executable uses a
> private glibc interface:
> $ nm gawk |grep GLIBC_PRIVATE
> U __libc_dynarray_resize@GLIBC_PRIVATE
> This ma
Thanks for the report. What causes the interface to be marked
as GLIBC_PRIVATE?
I don't have the issue you report on either Ubuntu 18.04 or 20.04,
which are the main systems I develop on. I will try to look into
this some.
> I wish gawk sources used some gnulib module import automation, e.g.
>
Hi Arnold,
On Sun, Feb 07, 2021 at 11:36:29PM -0700, arn...@skeeve.com wrote:
> arn...@skeeve.com wrote:
>
> > I still have to have the following change, otherwise I get a linkage
> > error on the gl_dyanarray_* routines. :-(
> >
> > So, at least for the nonce, my copy and Gnulib's will be out of
arn...@skeeve.com wrote:
> I still have to have the following change, otherwise I get a linkage
> error on the gl_dyanarray_* routines. :-(
>
> So, at least for the nonce, my copy and Gnulib's will be out of sync.
> Oh well.
So actually, I've managed to work around this issue too. So the files
ar
Hi Bruno.
> 1) It chokes on a missing definition of macro _GL_ATTRIBUTE_FALLTHROUGH.
>
> Can you add this piece of text to a common .h file?
>
> #if 201710L < __STDC_VERSION__
> # define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrough__]]
> #elif _GL_HAS_ATTRIBUTE (fallthrough)
> # define _GL_ATTRIBUTE_
Hi Arnold,
The attachment you sent is best viewed with 'less -R'.
> See typescript below.
1) It chokes on a missing definition of macro _GL_ATTRIBUTE_FALLTHROUGH.
Can you add this piece of text to a common .h file?
#if 201710L < __STDC_VERSION__
# define _GL_ATTRIBUTE_FALLTHROUGH [[__fallthrou
binlydUstJOzd.bin
Description: Binary data
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 w
Hi.
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.
I have not yet investigated what the changes are, but I have to wonder
if the churn is really need
12 matches
Mail list logo