Re: G-Golf - handling of unresloved symbols in gobject-inspection

2022-07-28 Thread Andy Tai
Thanks for the fix. Now G-Golf works on Ubuntu 20.04, which has GI 1.64, an old version On Wed, Jul 27, 2022 at 6:23 PM David Pirotte wrote: > > Hello Andy, > > > > For example, on GNU Guix, the GI version is for now at 0.64. So > > > G-Golf, when invoked from a guile program using it, would f

Re: G-Golf - handling of unresloved symbols in gobject-inspection

2022-07-27 Thread David Pirotte
Hello Andy, > > For example, on GNU Guix, the GI version is for now at 0.64. So > > G-Golf, when invoked from a guile program using it, would fail > > with > > ;;; In procedure dlsym: Error resolving > > "g_callable_info_create_closure": > > "/gnu/store/g6gxhcy7lcmnx14jrinmh6vhanx8rh79-profil

Re: G-Golf - handling of unresloved symbols in gobject-inspection

2022-07-22 Thread Andy Tai
Sorry for all the GNOME name mixup. Thanks for looking into the problem regardless of my incorrect terms! On Fri, Jul 22, 2022 at 1:08 PM David Pirotte wrote: > > Hello Andy, > > > G-Golf seems to assume the GObject Inspection (GI) present is the > > latest (0.72) and will fail to load if the G

Re: G-Golf - handling of unresloved symbols in gobject-inspection

2022-07-22 Thread David Pirotte
Hello Andy, > G-Golf seems to assume the GObject Inspection (GI) present is the > latest (0.72) and will fail to load if the GI version is older. I understand what made you write this, as you found a bug that I will fix and let you know, thanks, but actually the minimal GObject Introspection vers

G-Golf - handling of unresloved symbols in gobject-inspection

2022-07-21 Thread Andy Tai
G-Golf seems to assume the GObject Inspection (GI) present is the latest (0.72) and will fail to load if the GI version is older. For example, on GNU Guix, the GI version is for now at 0.64. So G-Golf, when invoked from a guile program using it, would fail with ;;; In procedure dlsym: Error res