unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* G-Golf - handling of unresloved symbols in gobject-inspection
@ 2022-07-22  6:31 Andy Tai
  2022-07-22 20:07 ` David Pirotte
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Tai @ 2022-07-22  6:31 UTC (permalink / raw)
  To: guile-user

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 resolving
"g_callable_info_create_closure":
"/gnu/store/g6gxhcy7lcmnx14jrinmh6vhanx8rh79-profile/lib/libgirepository-1.0.so:
undefined symbol: g_callable_info_create_closure"

As different GNU/Linux distributions may ship older versions of GI,
this will prevent G-Golf-using programs from working on them, even if
the functions that are unresolved may be unused and unneeded

Is it possible for G-Golf to ignore such unresolve symbol error and
continue?   Thanks for info on this.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-28 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  6:31 G-Golf - handling of unresloved symbols in gobject-inspection Andy Tai
2022-07-22 20:07 ` David Pirotte
2022-07-22 20:55   ` Andy Tai
2022-07-28  1:23   ` David Pirotte
2022-07-28 14:58     ` Andy Tai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).