axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: tkconnect


From: Camm Maguire
Subject: [Axiom-developer] Re: tkconnect
Date: 03 May 2005 09:49:36 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

address@hidden writes:

> Camm,
> 
> re: your TK example.
> 
> tkconnect fails.
> it appears to be looking for gcltksrv which does not exist on my system.
> i presume this is because i failed to set a configure option.
> suggestions?
> 

GCL's configure should autodetect the presence of tk development files
at build time.  In other words, you need tk8.4-dev and dependencies
installed before configuring and building GCL, otherwise you get the
string "gcl-tk not made" in the build output.  

If you are on Debian and want a quick test, you should be able to
'apt-get install gcl', which will pull in tk automatically, and point
tkconnect to the gcltksrv therein.  tkconnect can take arguments
specifying the path to gcltksrv:

     tkconnect &key host display can-rsh gcltksrv

I prefer (reset-sys-paths....) as in my posted example, as this sets
the load-path and related variables as needed as well.

Take care,

> shelter seems to have done a very nice job on this effort.
> i like the way he structured the lisp/tk bindings.
> 
> t
> 
> 
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]