From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@chbouib.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-www 1.1.1 & 2.16 problems under guile 1.8. Date: Fri, 11 May 2007 16:43:09 +0200 Message-ID: <87646zfmki.fsf@chbouib.org> References: <871whotb5t.fsf@UlanBator.myhome.westell.com> <87ps57hltc.fsf@laas.fr> <87irazh7cr.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178894634 24338 80.91.229.12 (11 May 2007 14:43:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 May 2007 14:43:54 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 11 16:43:53 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HmWLU-0003lN-K5 for guile-bugs@m.gmane.org; Fri, 11 May 2007 16:43:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmWSv-0000Di-03 for guile-bugs@m.gmane.org; Fri, 11 May 2007 10:51:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmWSl-0000BM-HG for bug-guile@gnu.org; Fri, 11 May 2007 10:51:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmWSk-0000Am-2D for bug-guile@gnu.org; Fri, 11 May 2007 10:51:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmWSj-0000Aj-PK for bug-guile@gnu.org; Fri, 11 May 2007 10:51:17 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HmWLI-0001Fc-Hz for bug-guile@gnu.org; Fri, 11 May 2007 10:43:36 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HmWL3-0002Af-KR for bug-guile@gnu.org; Fri, 11 May 2007 16:43:21 +0200 Original-Received: from adh419.fdn.fr ([80.67.176.9]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2007 16:43:21 +0200 Original-Received: from ludo by adh419.fdn.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 May 2007 16:43:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adh419.fdn.fr X-URL: http://www.laas.fr/~lcourtes/ X-PGP-Key-ID: 0xEB1F5364 X-PGP-Key: http://www.laas.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i486-pc-linux-gnu User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:P8LDLvclbdvo0kYk6nMLQhtVes8= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3509 Archived-At: Hi, Thien-Thi Nguyen 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 likewise be handled automatically by configure (if not, > that's a bug). in the configure run output, there should be something > like "acts like (ice-9 optargs-kw) ...yes", and the installation script > module-install will read `need_optargs_kludge="no"'. Right, this works. However, the `s/make-shared-substring/substring/' occurs only at module-installation time, which precludes one from running the examples from within the source directory. Also, while `id.cgi' DTRT (except for `make-shared-substring') so that it can be run from within the source directory, `you-are-here' just makes plain `use-modules' that are bound to fail when invoked from within the source directory. Maybe all the modules could be moved to a `www' subdir, and then examples could be generated from `.in' files at configure-time that start with something like: ${GUILE-guile} -L @top_srcdir@ ... This way, `(use-modules (www ...))' would work fine. What do you think? Thanks, Ludovic. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile