Re: GNU G-Golf 0.8.5 release

"pelzflorian (Florian Pelz)" <[email protected]> Thu, 26 Mar 2026 08:31:12 +0100
Newsgroups gmane.lisp.guile.user
Message-ID <[email protected]>
David Pirotte <[email protected]> writes:

> Hello,
>
> GNU G-Golf 0.8.5 release.
> [=E2=80=A6]
> ** Examples
>
> *** Gtk-4
>
> **** Simple and animated paintable
>
> Upstream GdkPaintableFlags were renamed as static-size and
> static-content, now fixed in g-golf as well.
>

Hello David.  Is this more than a cosmetic change?  It does not find the
new flags for me.  I am at gtk version: 4.20.3, which IIUC is also the
version for consorting library GDK, using g-golf version 0.8.3, trying
the examples at version 0.8.5.  I will try some more, but maybe you have
an idea.

florian@florianhp ~/src/g-golf [env]$ animated-paintable=20
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=3D0
;;;       or pass the --no-auto-compile argument to disable.
;;; compiling /gnu/store/8ni3f5wcbxwh2p700nynl639ilkda82z-g-golf-gtk-4-exam=
ples-0.8.5/share/doc/g-golf/examples/gtk-4/.animated-paintable-real
;;; compiled /home/florian/.cache/guile/ccache/3.0-LE-8-4.6/gnu/store/8ni3f=
5wcbxwh2p700nynl639ilkda82z-g-golf-gtk-4-examples-0.8.5/share/doc/g-golf/ex=
amples/gtk-4/.animated-paintable-real.go

(guile:1332): Gtk-WARNING **: 08:22:01.502: Unable to acquire the address o=
f the accessibility bus: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnkn=
own: The name org.a11y.Bus was not provided by any .service files. If you a=
re attempting to run GTK without a11y support, GTK_A11Y should be set to 'n=
one'.
Backtrace:
In ice-9/boot-9.scm:
  1752:10 14 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
          13 (apply-smob/0 #<thunk 7fbd2dd15300>)
In ice-9/boot-9.scm:
    724:2 12 (call-with-prompt _ _ #<procedure default-prompt-handle=E2=80=
=A6>)
In ice-9/eval.scm:
    619:8 11 (_ #(#(#<directory (guile-user) 7fbd2dd18c80>)))
In /gnu/store/8ni3f5wcbxwh2p700nynl639ilkda82z-g-golf-gtk-4-examples-0.8.5/=
share/doc/g-golf/examples/gtk-4/.animated-paintable-real:
   167:26 10 (main _)
In g-golf/hl-api/function.scm:
    91:22  9 (_ . _)
In unknown file:
Exception thrown while printing backtrace:
In procedure primitive-call-ip: Wrong type argument in position 1 (expectin=
g PRIMITIVE_P): #<procedure 7fbd27abe2a0 (_ _ _ _ _ _ _)>

g-golf/support/flags.scm:65:21: Unknown flag:  static-size

Regards,
Florian