From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jessica Tallon Newsgroups: gmane.lisp.guile.bugs Subject: bug#57379: GUI toolkit for Guile 3.0? Date: Wed, 24 Aug 2022 20:55:46 +0200 Message-ID: <87edx5qxcd.fsf@tsyesika.se> References: <87mtbtrffm.fsf@tsyesika.se> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20264"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 57379@debbugs.gnu.org To: Lee Thomas Original-X-From: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Wed Aug 24 21:03:13 2022 Return-path: Envelope-to: guile-bugs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oQvej-00052y-2C for guile-bugs@m.gmane-mx.org; Wed, 24 Aug 2022 21:03:13 +0200 Original-Received: from localhost ([::1]:36984 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQveh-0004T5-Qp for guile-bugs@m.gmane-mx.org; Wed, 24 Aug 2022 15:03:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQveZ-0004Sv-8A for bug-guile@gnu.org; Wed, 24 Aug 2022 15:03:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58490) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oQveY-00016O-VL for bug-guile@gnu.org; Wed, 24 Aug 2022 15:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oQveY-0006Am-Qm for bug-guile@gnu.org; Wed, 24 Aug 2022 15:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jessica Tallon Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Wed, 24 Aug 2022 19:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57379 X-GNU-PR-Package: guile X-Debbugs-Original-Cc: bug-guile@gnu.org, 57379@debbugs.gnu.org Original-Received: via spool by 57379-submit@debbugs.gnu.org id=B57379.166136774623665 (code B ref 57379); Wed, 24 Aug 2022 19:03:02 +0000 Original-Received: (at 57379) by debbugs.gnu.org; 24 Aug 2022 19:02:26 +0000 Original-Received: from localhost ([127.0.0.1]:48236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQvdx-00069X-OX for submit@debbugs.gnu.org; Wed, 24 Aug 2022 15:02:26 -0400 Original-Received: from mout-p-201.mailbox.org ([80.241.56.171]:45384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oQvdu-00069F-AW for 57379@debbugs.gnu.org; Wed, 24 Aug 2022 15:02:24 -0400 Original-Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4MCb7T3YMqz9sQ8; Wed, 24 Aug 2022 21:02:13 +0200 (CEST) In-reply-to: X-Rspamd-Queue-Id: 4MCb7T3YMqz9sQ8 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane-mx.org@gnu.org Original-Sender: "bug-guile" Xref: news.gmane.io gmane.lisp.guile.bugs:10326 Archived-At: Lee Thomas writes: > Thank you, Jessica! That assurance is all I really needed, but FYI: When I > type "(use-modules (gi))" into an interactive guile, trying to follow > https://github.com/spk121/guile-gi/blob/master/examples/cairo.scm , guile > responds with: > While compiling expression: > no code for module (gi) > > If you happen to know how to fix that, it'd be fantastic for me. But it > appears to me to be an issue with guix, so I'm happy to ask over there. No problem. I'm using it with guix, for example I can do: $ guix shell guile guile-gi $ guile scheme@(guile-user)> (use-modules (gi)) Could it be that you've installed the guile-gi package with guix, but it's using a system guile version which isn't set up to look for modules in the path that guix is putting them in? I'm relatively new to guix so if the above doesn't work, it's prehaps best asking over with the guix folks since I'm relatively new to guix too. -- Thanks, Jessica.