From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: Guile/Tk? Date: Sun, 15 Nov 2009 20:28:18 +0000 Message-ID: <87hbsvh6sd.fsf@ossau.uklinux.net> References: <20091115161906.GC29831@raven.wolf.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258316927 2548 80.91.229.12 (15 Nov 2009 20:28:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Nov 2009 20:28:47 +0000 (UTC) Cc: guile-user@gnu.org To: Josef Wolf Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Nov 15 21:28:40 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N9liB-0007kR-47 for guile-user@m.gmane.org; Sun, 15 Nov 2009 21:28:39 +0100 Original-Received: from localhost ([127.0.0.1]:41967 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9liA-00042e-Kk for guile-user@m.gmane.org; Sun, 15 Nov 2009 15:28:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9li5-00041Y-LZ for guile-user@gnu.org; Sun, 15 Nov 2009 15:28:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9li0-000412-4X for guile-user@gnu.org; Sun, 15 Nov 2009 15:28:32 -0500 Original-Received: from [199.232.76.173] (port=45998 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9lhz-00040y-Sd for guile-user@gnu.org; Sun, 15 Nov 2009 15:28:27 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:40094) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9lhz-0006xG-DM for guile-user@gnu.org; Sun, 15 Nov 2009 15:28:27 -0500 Original-Received: from arudy (host86-145-153-90.range86-145.btcentralplus.com [86.145.153.90]) by mail3.uklinux.net (Postfix) with ESMTP id F3DE01F6B82; Sun, 15 Nov 2009 20:28:22 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 4B9D038024; Sun, 15 Nov 2009 20:28:18 +0000 (GMT) In-Reply-To: <20091115161906.GC29831@raven.wolf.lan> (Josef Wolf's message of "Sun, 15 Nov 2009 17:19:06 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7483 Archived-At: Josef Wolf writes: > Hello, > > I would like to try some GUI stuff with guile. Since I have some experience > with Tk (with perl and ruby), I tried Tk following > http://www.galassi.org/mark/mydocs/guile-programmer_2.html: > > (require 'Gwish) > > (use-library tcl) > (use-interface tcl) > (use-interface tclhack) > > (tk-main-loop) > (quit) > > But I keep getting errors like > > ERROR: Unbound variable: require > ERROR: Unbound variable: use-library > > or something. > > Any hints? I'm afraid Guile's Tk support is years out of date. There might be a way of getting some of it working again, but I'm afraid I have no idea in detail. Anyone else? Neil