Re: Gauche-gtk2 0.6.2_pre1

Stephen Lewis <[email protected]> Sun, 14 Dec 2025 10:43:46 -0800
Newsgroups gmane.lisp.scheme.gauche
Message-ID <[email protected]>
Shiro,
I had left 'make stubs' in my rpmbuild spec file when I built
the new tarball. Tarball is just fine the way it is. It builds
correctly with just 'make' on Gauche "0.9.12" on AArch64. So, same as
before, if I mess with the *.hints files I use 'make stubs'.
In my local build scripts I leave 'make stubs' in the script,
it doesn't do anything if it doesn't need to.
"Gauche-gtk2-0.6.2_pre1" looks OK to release to me,
Stephen Lewis

On Sat, 13 Dec 2025 17:29:03 -1000
Shiro Kawai <[email protected]> wrote:

> I don't quite remember whether I changed the dependency.  The tarball
> contains pre-generated stub files.   We have .stub.c make rule so the
> touching *.stub file may trigger genstub.   *.hints files----I need to
> detangle Makefiles to find out the answer.    I would say it's safer to run
> 'make stubs' whenever you touch one of those "meta" files.