Re: [ANN] G-Wrap 1.9.7 released

2007-01-01 Thread John Steele Scott
On Sat, 18 Nov 2006 17:06:56 +0100, Andreas Rottmann wrote: > Hi, > > I have released G-Wrap 1.9.7. Andreas, Will you be updating your Debian packages of G-Wrap for version 1.9.7? cheers, John ___ Guile-user mailing list Guile-user@gnu.org http:/

Re: any news on 1.8 and slib?

2006-10-30 Thread John Steele Scott
On Fri, 27 Oct 2006 20:00:47 +0200, Andreas Köhler wrote: > I treat this issue as showstopper, both for packagers of guile and users > of gnucash wanting to use guile1.8. Maybe the guile community can come up > with a solution quickly once it looks at it thoroughly. > > Unfortunately, I cannot hel

where can I get a recent version of guile-www?

2006-09-11 Thread John Steele Scott
I am thinking about a small GUI application which is implemented as a web server running on the localhost, with a standard web browser presenting the UI. Something like Slim Device's SlimServer package, but on a much smaller scale. Some Googling indicates that newer versions of guile-www have a se

Re: gwrap: including header files in generated code

2006-09-01 Thread John Steele Scott
On Fri, 01 Sep 2006 17:30:42 +0200, Ludovic Courtès wrote: > Like this: > > (define-method (global-declarations-cg (ws )) > (list (next-method) > "#include \n")) > > But maybe you should direct G-Wrap-related questions to `g-wrap-dev'. Thanks Ludovoic. I did not notice that ther

gwrap: including header files in generated code

2006-09-01 Thread John Steele Scott
Hi, I am trying to figure out how to use g-wrap. So far I have hacked the examples from the documentation into the following minimal sample: (use-modules (oop goops)) (use-modules (g-wrap)) (use-modules (g-wrap guile)) (use-modules (g-wrap guile ws standard)) (define-class () #:id 'my-wrapset

Re: debian package for guile-debugging-0.12

2006-08-25 Thread John Steele Scott
On Thu, 24 Aug 2006 22:50:25 +0100, Neil Jerram wrote: > William Xu <[EMAIL PROTECTED]> writes: >> Would be greater if it's committed to debian repo. :-) > > Do you know the procedure for doing that? A Debian Developer (DD) must either maintain or sponsor the package. In the sponsorship case, th

debian package for guile-debugging-0.12

2006-08-23 Thread John Steele Scott
Hi, I have made a deb package of Neil Jerram's very useful guile-debugging-0.12. The package is available from: Deb source is available in the same directory:

Re: any news on 1.8 for debian?

2006-08-08 Thread John Steele Scott
On Wed, 26 Jul 2006 22:39:42 -0700, Rob Browning wrote: > The issue is that I was waiting on SLIB. The current Debian Guile > (1.6) works fine with the recent versions of SLIB, but SLIB's > guile.init hasn't been updated for 1.8. I've been talking with Aubrey > Jaffer about it, but we haven't com

Using Guile in a wxWidgets app

2006-02-04 Thread John Steele Scott
I have written a small piece about embedding Guile in wxWidgets GUI program. You can read it at: Does anyone have any comments about it? In particular, I would appreciate feedback on the way I have wrapped the wxWidgets Mess