Gauche-gtk2 0.6.2_pre1

Stephen Lewis <[email protected]> Sat, 13 Dec 2025 16:44:13 -0800
Newsgroups gmane.lisp.scheme.gauche
Message-ID <[email protected]>
Shiro,
So close, but no cigar!
Under Gauche "0.9.12" the 'src' Makefile does not find "tools/gensub".

Looks like you moved 'genstub' since Gauche version "0.9.12"
which is the latest version packaged for Fedora Asahi Remix 42
Though I don't know what other distros are doing. It would be
nice if it built for "0.9.12" but I have built "Gauche-gtk2" 0.6.2_pre1
with this patch and it builds and works.

========================================================================
--- ./src/Makefile.in.orig	2025-12-13 12:13:45.494483515 -0800
+++ ./src/Makefile.in	2025-12-13 12:14:04.334394630 -0800
@@ -7,7 +7,7 @@
 .SUFFIXES: .stub
 
 .stub.c :
-	$(GOSH) tools/genstub $<
+	$(GOSH) genstub $<
 
 # General info
 SHELL       = @SHELL@
========================================================================

I see Gauche "0.9.15" is latest but I don't know how many distros
are up to date. Fedora 41, 42, 43 (and Rawhide, I think) are still on "0.9.12".

Stephen Lewis
                                        


-- 
Stephen Lewis <[email protected]>