unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-www 1.1.1 & 2.16 problems under guile 1.8.
@ 2007-05-11  1:13 r. clayton
  2007-05-11  7:16 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: r. clayton @ 2007-05-11  1:13 UTC (permalink / raw)
  To: bug-guile

Both versions of guile-www use make-shared-substring, which doesn't exist under
guile 1.8.  In addition, guile chokes on

    (lambda* (name value #&key path domain expires secure)

from cgi.scm in guile-www 1.1.1.  The fix for the first problem is to replace
make-shared-substring with substring (The 

  (define make-shared-substring substring) 

trick outside the module doesn't work and I'm not understanding why; perhaps
because make-shared-substring is being used in a module?).  I don't know what
the fix for the second problem is because I don't know what #&key is.  However,
replacing it with #:key at least lets cgi load without error.

All this is happening on a debian testing system, although the guile-www code
was downloaded and installed by hand (the 2.16 code not recently; because I
don' remember where I got the 2.16 code, there may be more up-to-date versions
that fix this problem).




_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-12 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11  1:13 guile-www 1.1.1 & 2.16 problems under guile 1.8 r. clayton
2007-05-11  7:16 ` Ludovic Courtès
2007-05-11 12:28   ` Thien-Thi Nguyen
2007-05-11 14:43     ` Ludovic Courtès
2007-05-11 15:25       ` Thien-Thi Nguyen
2007-05-11 23:25     ` r. clayton
2007-05-12 14:06       ` Thien-Thi Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).