From: Larry Elmore
Subject: CLisp and GTK+
Date: 
Message-ID: <lSEy8.158456$CH1.119415@sccrnsc02>
Are there any decent, reasonably up-to-date interfaces for using GTK+ with
CLisp? I've found clg-0.51, but it appears to have been a couple of years
since it was worked on.

I find it curious that it's relatively easy to find a number of Schemes with
GTK+ interface libraries, but little for Common Lisp.

From: Andy
Subject: Re: CLisp and GTK+
Date: 
Message-ID: <3CCD2FA6.F5D3ECFD@smi.de>
The current version of clg is 0.9x and it is hosted on
www.sourceforge.net.
But as far as i know there is currently only CMUCL & GTK+2.x supported. 
But the 0.51 works fine for me (after fixing a small bug regarding a
menu-bar
parameter) that causes a error in the test application.
Hope that helps
Best regards
AHz


Larry Elmore wrote:
> 
> Are there any decent, reasonably up-to-date interfaces for using GTK+ with
> CLisp? I've found clg-0.51, but it appears to have been a couple of years
> since it was worked on.
> 
> I find it curious that it's relatively easy to find a number of Schemes with
> GTK+ interface libraries, but little for Common Lisp.
From: Edi Weitz
Subject: Re: CLisp and GTK+
Date: 
Message-ID: <m33cxe90xb.fsf@bird.agharta.de>
Andy <···@smi.de> writes:

> The current version of clg is 0.9x and it is hosted on
> www.sourceforge.net.  But as far as i know there is currently only
> CMUCL & GTK+2.x supported.  But the 0.51 works fine for me (after
> fixing a small bug regarding a menu-bar parameter) that causes a
> error in the test application.

You mean this one?

  <http://sourceforge.net/projects/clg/>

The "latest file release" is 0.51 from April 2001. I suppose you're
talking about the CVS version. I didn't know that the CVS version was
at 0.9 already and that it now supports GTK+ 2.x - maybe I should give
it a try.

(Maybe one or two lines of text on the project page would keep people
like me from checking there from time to time but thinking, "uhm,
nothing new yet"... :)

Thanks,
Edi.
From: Andy
Subject: Re: CLisp and GTK+
Date: 
Message-ID: <3CCD41A0.5EB50048@smi.de>
You absolutly right. Please sorry my leasure ;-) 
The current 0.9xxx is in the CVS. As far as i know it works with GTK2.
The maintainers are very friendly. I had made the mistake to try 0.9
with gtk+1.2 and that doesn't work. They helped me very friendly to find
that mistake.
Since i didnt't find the time to install gtk+2.0 (all the above is less
than two weeks ago) im still working with 0.51. And indeed you should
give
it a chance.
As one of the maintainers told me they are hard working on the project
and
packaging is still on there list but currently there are a lot of other
things to do before.
Best regards
AHz

Edi Weitz wrote:
> 
> Andy <···@smi.de> writes:
> 
> > The current version of clg is 0.9x and it is hosted on
> > www.sourceforge.net.  But as far as i know there is currently only
> > CMUCL & GTK+2.x supported.  But the 0.51 works fine for me (after
> > fixing a small bug regarding a menu-bar parameter) that causes a
> > error in the test application.
> 
> You mean this one?
> 
>   <http://sourceforge.net/projects/clg/>
> 
> The "latest file release" is 0.51 from April 2001. I suppose you're
> talking about the CVS version. I didn't know that the CVS version was
> at 0.9 already and that it now supports GTK+ 2.x - maybe I should give
> it a try.
> 
> (Maybe one or two lines of text on the project page would keep people
> like me from checking there from time to time but thinking, "uhm,
> nothing new yet"... :)
> 
> Thanks,
> Edi.