Re: rpl_free undefined

2022-05-03 Thread Reuben Thomas
On Tue, 3 May 2022 at 03:24, Bruno Haible wrote: > > OK, so our effort from April 2021 to June 2021 fixed the problem; > recall that you initiated that through > . > OK, I will try to remember to make it an iron rule that I alw

Re: rpl_free undefined

2022-05-02 Thread Bruno Haible
Reuben Thomas wrote: > I have done this on branch gnulib-oddity: > https://github.com/rrthomas/libpaper/tree/gnulib-oddity > (I checked in a dist tarball.) Thanks; got it. > However, updating gnulib seems to have fixed the problem. OK, so our effort from April 2021 to June 2021 fixed the problem

Re: rpl_free undefined

2022-05-02 Thread Reuben Thomas
On Mon, 2 May 2022 at 02:02, Bruno Haible wrote: > > I don't want to debug a gnulib version from more than 1 year ago, therefore > I'm using >./bootstrap --skip-git --gnulib-srcdir=$GNULIB_SRCDIR > (Argh. Why is this option not called --no-git, like in the other > 'bootstrap'?) > > Then I get

Re: rpl_free undefined

2022-05-01 Thread Bruno Haible
Reuben Thomas wrote: > Check out https://github.com/rrthomas/libpaper.git commit 8fe608f on MSYS > > Edit bootstrap.conf to remove the posix-free module > > ./bootstrap I don't want to debug a gnulib version from more than 1 year ago, therefore I'm using ./bootstrap --skip-git --gnulib-srcdir

Re: rpl_free undefined

2022-05-01 Thread Reuben Thomas
On Sun, 1 May 2022 at 22:39, Bruno Haible wrote: > A link error is not a "minor" problem; it's a major one. > > More generally: How to reproduce? > Check out https://github.com/rrthomas/libpaper.git commit 8fe608f on MSYS Edit bootstrap.conf to remove the posix-free module ./bootstrap ./config

Re: rpl_free undefined

2022-05-01 Thread Bruno Haible
Reuben Thomas wrote: > I ran into another minor problem while doing this. My module list was: > > bootstrap > filenamecat-lgpl > getline > getopt-gnu > manywarnings > pathmax > relocatable-lib-lgpl > relocatable-script > strcase > > On Windows, I got a link error when linking against libgnu, as t