[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile/Tk?
From: |
Neil Jerram |
Subject: |
Re: Guile/Tk? |
Date: |
Sun, 15 Nov 2009 20:28:18 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Josef Wolf <address@hidden> 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