Re: scm_ documentation

2006-02-25 Thread Jon Wilson
Hi Kevin, Thanks for your help. I guess it really is just time to move to 1.8... Regards, Jon ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

Re: scm_ documentation

2006-02-25 Thread Kevin Ryde
Jon Wilson <[EMAIL PROTECTED]> writes: > > Everything in this email still applies to 1.6, however. Alas the 1.6 manual hasn't been getting updates, not beyond the level of fixing outright errors. > I actually intended to mean that the gh_ to scm_ section was not a > very complete documentation of

Re: Guile 1.8.0 has been released.

2006-02-25 Thread Aaron VanDevender
Paul, On Thu, 2006-02-23 at 14:27 +, Paul Emsley wrote: > Libtool (or at least libltdl) has become a dependency of guile. > I don't have /usr/lib/libltdl.so on my system (Fedora Core 4), so the > configure failed (stopped as it should have done). FC4 has libltdl. You just need to say: yum i

Re: slib and scm_shell() conflicts

2006-02-25 Thread William Xu
Seems it's some config problem or what, i'm not sure. But here's how i made it at least work. To load SLIB, use something like, (use-modules (ice-9 slib)) (require 'printf) But don't load this directly: ;; (load-from-path "/usr/share/slib/init/guile.init") Instead, when it says something not