Re: Guile and SLIB

2009-01-27 Thread Tom Browder
On Tue, Jan 27, 2009 at 2:48 PM, Ludovic Courtès wrote: > Hi, > > Tom Browder writes: > >> I am trying to get guile 1.8.6 to work (use) slib so that the >> following configure test for gnucash (www.gnucash.org) works: > > If you installed from source, did you follow the instructions from the > ma

Re: Guile and SLIB

2009-01-27 Thread Ludovic Courtès
Hi, Tom Browder writes: > I am trying to get guile 1.8.6 to work (use) slib so that the > following configure test for gnucash (www.gnucash.org) works: If you installed from source, did you follow the instructions from the manual (info "(guile) SLIB installation")? If you installed SLIB from t

Re: Guile and SLIB

2009-01-27 Thread Linas Vepstas
2009/1/27 Tom Browder : > On Tue, Jan 27, 2009 at 11:46 AM, Linas Vepstas > wrote: > ... >> Here's a long-shot: >> >> ln -s /usr/share/slib/mklibcat.scm /usr/share/slib/mklibcat >> >> my system has this link, maybe yours is missing? > > Thanks, Linas--that got me a little farther. Now I get: > >

Re: Guile and SLIB

2009-01-27 Thread Tom Browder
On Tue, Jan 27, 2009 at 11:46 AM, Linas Vepstas wrote: ... > Here's a long-shot: > > ln -s /usr/share/slib/mklibcat.scm /usr/share/slib/mklibcat > > my system has this link, maybe yours is missing? Thanks, Linas--that got me a little farther. Now I get: guile -c "(use-modules (ice-9 slib)) (req

Re: Guile and SLIB

2009-01-27 Thread Linas Vepstas
2009/1/27 Tom Browder : > I am trying to get guile 1.8.6 to work (use) slib so that the > following configure test for gnucash (www.gnucash.org) works: > > guile -c "(use-modules (ice-9 slib)) (require 'printf)" > > When I do that, I get: > > ERROR: In procedure open-file: > ERROR: No such file or

Re: Guile and SLIB

2009-01-27 Thread Tom Browder
On Tue, Jan 27, 2009 at 8:01 AM, Sebastian Tennant wrote: > Quoth Tom Browder : >> I am trying to get guile 1.8.6 to work (use) slib > > I had problems with SLIB a while ago and IIRC it's a [load-]path issue: > > Perhaps something in the thread beginning here: > > http://article.gmane.org/gmane.l

Re: Guile and SLIB

2009-01-27 Thread Tom Browder
On Tue, Jan 27, 2009 at 8:01 AM, Sebastian Tennant wrote: > Quoth Tom Browder : >> I am trying to get guile 1.8.6 to work (use) slib > > I had problems with SLIB a while ago and IIRC it's a [load-]path issue: > > Perhaps something in the thread beginning here: > > http://article.gmane.org/gmane.l

Re: Guile and SLIB

2009-01-27 Thread Sebastian Tennant
Quoth Tom Browder : > I am trying to get guile 1.8.6 to work (use) slib I had problems with SLIB a while ago and IIRC it's a [load-]path issue: Perhaps something in the thread beginning here: http://article.gmane.org/gmane.lisp.guile.user/6477 may help. Sebastian -- Emacs' AlsaPlayer - Musi

Guile and SLIB

2009-01-27 Thread Tom Browder
I am trying to get guile 1.8.6 to work (use) slib so that the following configure test for gnucash (www.gnucash.org) works: guile -c "(use-modules (ice-9 slib)) (require 'printf)" When I do that, I get: ERROR: In procedure open-file: ERROR: No such file or directory: "/usr/share/slib/mklibcat"