Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-12 Thread Thien-Thi Nguyen
() [EMAIL PROTECTED] (r. clayton) () 11 May 2007 19:25:51 -0400 I downloaded 2.16 and 2.18 and both installed correctly. i'm glad to hear that. (let's hope next release maintains this property. :-) thi ___ Bug-guile mailing list Bug-guile@gnu.org

Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-11 Thread r. clayton
if the configure script is NOT detecting missing `make-shared-substring', then that's a bug -- please post the output of the ./configure run (w/o the `--disable-shsub' option). I downloaded 2.16 and 2.18 and both installed correctly. ___ Bug-gui

Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-11 Thread Thien-Thi Nguyen
() [EMAIL PROTECTED] (Ludovic Courtès) () Fri, 11 May 2007 16:43:09 +0200 Nice that it can detect such things and adapt! that's the theory, anyway. However, the `s/make-shared-substring/substring/' occurs only at module-installation time, which precludes one from running the examples

Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-11 Thread Ludovic Courtès
Hi, Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > if the configure script is NOT detecting missing `make-shared-substring', > then that's a bug -- please post the output of the ./configure run (w/o > the `--disable-shsub' option). Nice that it can detect such things and adapt! > this should li

Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-11 Thread Thien-Thi Nguyen
() [EMAIL PROTECTED] (Ludovic Courtès) () Fri, 11 May 2007 09:16:31 +0200 So your fix seems reasonable, _provided_ `guile-www' doesn't rely on string mutations and interactions between substrings and their parent string. the easy way is to use configure script option --disable-shsub. i

Re: guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-11 Thread Ludovic Courtès
Hi, [EMAIL PROTECTED] (r. clayton) writes: > 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 pro

guile-www 1.1.1 & 2.16 problems under guile 1.8.

2007-05-10 Thread r. clayton
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 (T