From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.bugs Subject: Re: guile-www 1.1.1 & 2.16 problems under guile 1.8. Date: Fri, 11 May 2007 17:25:25 +0200 Message-ID: <87fy63o00q.fsf@ambire.localdomain> References: <871whotb5t.fsf@UlanBator.myhome.westell.com> <87ps57hltc.fsf@laas.fr> <87irazh7cr.fsf@ambire.localdomain> <87646zfmki.fsf@chbouib.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1178897185 1865 80.91.229.12 (11 May 2007 15:26:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 May 2007 15:26:25 +0000 (UTC) Cc: bug-guile@gnu.org To: ludo@chbouib.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri May 11 17:26:23 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 1HmX0g-0005j5-EI for guile-bugs@m.gmane.org; Fri, 11 May 2007 17:26:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmX85-0006dW-A2 for guile-bugs@m.gmane.org; Fri, 11 May 2007 11:34:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HmX81-0006dR-Mz for bug-guile@gnu.org; Fri, 11 May 2007 11:33:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HmX7w-0006cB-Ef for bug-guile@gnu.org; Fri, 11 May 2007 11:33:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HmX7w-0006c8-9O for bug-guile@gnu.org; Fri, 11 May 2007 11:33:52 -0400 Original-Received: from smtp-out2.libero.it ([212.52.84.42]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HmX0T-0007oh-Dg for bug-guile@gnu.org; Fri, 11 May 2007 11:26:10 -0400 Original-Received: from localhost (172.31.0.49) by smtp-out2.libero.it (7.3.120) id 4611FD9802640BAC; Fri, 11 May 2007 17:25:12 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out4.libero.it ([172.31.0.40]) by localhost (asav-out8.libero.it [192.168.32.36]) (amavisd-new, port 10024) with ESMTP id Z5xRwMVG7hhn; Fri, 11 May 2007 17:25:12 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.33.146) by smtp-out4.libero.it (7.3.120) id 4611FEBC03598621; Fri, 11 May 2007 17:25:12 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1HmWzl-0001AR-TR; Fri, 11 May 2007 17:25:25 +0200 In-Reply-To: <87646zfmki.fsf@chbouib.org> ("Ludovic =?iso-8859-1?Q?Court?= =?iso-8859-1?Q?=E8s=22's?= message of "Fri\, 11 May 2007 16\:43\:09 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:3510 Archived-At: () ludo@chbouib.org (Ludovic Court=E8s) () 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 from within the source directory. good point. i hadn't thought of that. 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. true. 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? i think the approach (or something like it) is sound. certainly making the modules and examples usable pre-install is a worthy goal. thanks for the suggestion. thi _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile