* guile-www uses obsolete optargs-kw
@ 2005-04-12 0:45 Alan Grover
0 siblings, 0 replies; 2+ messages in thread
From: Alan Grover @ 2005-04-12 0:45 UTC (permalink / raw)
It appears that module (ice-9 optargs-kw) is renamed (ice-9 optargs) in
guile 1.6.4?
Module (www cgi)
Version 2.9
I do not know when the ice-9 module was renamed. I didn't investigate
further than to see that (www cgi) will load and parse urls. Perhaps I
didn't investigate far enough to understand optargs-kw.
Please see the patch submitted in the following email.
--
Alan Grover
awgrover@mail.msen.com
+1.734.476.0969
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile-www uses obsolete optargs-kw
@ 2005-04-12 3:31 Thien-Thi Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thien-Thi Nguyen @ 2005-04-12 3:31 UTC (permalink / raw)
Cc: bug-guile
From: Alan Grover <awgrover@mail.msen.com>
Date: Mon, 11 Apr 2005 20:45:23 -0400
It appears that module (ice-9 optargs-kw) is
renamed (ice-9 optargs) in guile 1.6.4?
originally, (ice-9 optargs) used #& style keywords. at
some point, someone changed it to use #: style keywords,
which broke all the code using the old style. in 1.4.x,
there is both (ice-9 optargs) and (ice-9 optargs-kw), so
as to be able to support both #& and #: style (perhaps
"uncleanly" but nonetheless). to accomodate 1.6.x and
other forgetful guiles, the guile-www configure script
checks the behavior of the installed "(ice-9 optargs)"
module; if it seems to support #: then during guile-www
installation, the references to "(ice-9 optargs-kw)" are
rewritten without the "-kw". see script "module-install"
for gory details.
the upshot is that if you are using guile 1.6.x,
guile-www "make install" should DTRT. that has worked
for awhile because "make check" doesn't do anything;
there has been no need to use pre-installed modules.
however, i see that you are doing some testing (cool!),
so perhaps we need to move this particular kludge to
"make all" time, to support pre-installed usage on those
systems w/o (ice-9 optargs-kw).
thi
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-12 3:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-12 0:45 guile-www uses obsolete optargs-kw Alan Grover
-- strict thread matches above, loose matches on Subject: below --
2005-04-12 3:31 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).