From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: Progress in porting to 1.7, but still work to do Date: Tue, 06 Dec 2005 22:44:24 +0000 Message-ID: <878xuxg81j.fsf@ossau.uklinux.net> References: <200512041352.40509.bkorb@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133910224 13614 80.91.229.2 (6 Dec 2005 23:03:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Dec 2005 23:03:44 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Dec 07 00:03:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjlpC-0007cY-3F for guile-devel@m.gmane.org; Wed, 07 Dec 2005 00:02:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjlpO-0007Fy-Ol for guile-devel@m.gmane.org; Tue, 06 Dec 2005 18:02:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EjlZL-0007P9-3F for guile-devel@gnu.org; Tue, 06 Dec 2005 17:45:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EjlZK-0007Oe-2c for guile-devel@gnu.org; Tue, 06 Dec 2005 17:45:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EjlZJ-0007OP-Iq for guile-devel@gnu.org; Tue, 06 Dec 2005 17:45:53 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ejla1-0000M7-IT; Tue, 06 Dec 2005 17:46:37 -0500 Original-Received: from laruns (host86-129-132-201.range86-129.btcentralplus.com [86.129.132.201]) by mail3.uklinux.net (Postfix) with ESMTP id 44172409FBB; Tue, 6 Dec 2005 22:45:36 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 1A67B6F719; Tue, 6 Dec 2005 22:44:25 +0000 (GMT) Original-To: Bruce Korb In-Reply-To: <200512041352.40509.bkorb@gnu.org> (Bruce Korb's message of "Sun, 4 Dec 2005 13:52:40 -0800") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5469 Archived-At: Bruce Korb writes: > I have *two* problems. First, after emitting the error text below, > Guile 1.7.2 is calling, "exit(0)" not "exit(EXIT_FAILURE)". What function in Guile is calling exit? > That's wrong. Additionally, I am not getting the file/line > stuff using the code I thought we worked out. > > --- error.out6 Sun Dec 4 13:41:27 2005 > *************** > *** 1,5 **** > ! error.tpl6:7:4: In expression (stumble-over-unbound-variable): > ! error.tpl6:7:4: Unbound variable: stumble-over-unbound-variable > Scheme evaluation error. AutoGen ABEND-ing in template > error.tpl6 on line 3 > Failing Guile command: = = = = = > --- 1,4 ---- > ! ERROR: Unbound variable: stumble-over-unbound-variable > Scheme evaluation error. AutoGen ABEND-ing in template > error.tpl6 on line 3 > Failing Guile command: = = = = = > + exit 1 Can you post the code that is being evaled (or a simpler example that shows the same problem)? I think that means whatever pzExpr is in the following code. > Wasn't this supposed to work? > > SCM port = scm_open_input_string( scm_from_locale_string( pzExpr )); [...] Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel