Josef Wolf <j...@raven.inka.de> 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