From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Harke Newsgroups: gmane.lisp.guile.devel Subject: Re: Illegal instruction in test-unwind on ia64. Date: Sun, 3 Dec 2006 20:12:07 -0800 Message-ID: <200612032012.07765.rharke@earthlink.net> References: <87d5707q82.fsf@raven.defaultvalue.org> <873b7w2zd9.fsf@raven.defaultvalue.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1165204847 21675 80.91.229.10 (4 Dec 2006 04:00:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 4 Dec 2006 04:00:47 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Dec 04 05:00:46 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gr50W-0003Sx-Dn for guile-devel@m.gmane.org; Mon, 04 Dec 2006 05:00:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gr50V-0001SA-Ue for guile-devel@m.gmane.org; Sun, 03 Dec 2006 23:00:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gr50S-0001Rk-Dr for guile-devel@gnu.org; Sun, 03 Dec 2006 23:00:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gr50R-0001RK-BJ for guile-devel@gnu.org; Sun, 03 Dec 2006 23:00:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gr50R-0001RH-7b for guile-devel@gnu.org; Sun, 03 Dec 2006 23:00:39 -0500 Original-Received: from [209.86.89.65] (helo=elasmtp-kukur.atl.sa.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gr50Q-0005vY-Q2 for guile-devel@gnu.org; Sun, 03 Dec 2006 23:00:38 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Y1ye4I/1kFcLTZkGs1YG6NL5AEZfSjcz4h0uPFCWHQ3dBgt+B8aIhwusjRaCUhGY; h=Received:From:To:Subject:Date:User-Agent:References:In-Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id:X-ELNK-Trace:X-Originating-IP; Original-Received: from [68.165.173.144] (helo=clifford.harke.org) by elasmtp-kukur.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1Gr50L-0007HT-VC; Sun, 03 Dec 2006 23:00:34 -0500 Original-To: Rob Browning User-Agent: KMail/1.7.2 In-Reply-To: <873b7w2zd9.fsf@raven.defaultvalue.org> Content-Disposition: inline X-ELNK-Trace: 141116dce2dcaa9994f5150ab1c16ac0ca5278c929a4b8ef2ba174f9ca5fe1f097cb3d30a43174b5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 68.165.173.144 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:6282 Archived-At: On Sun December 3 2006 18:01, you wrote: > It looks like test-unwind is failing on this call: > > scm_call_1 (res, SCM_BOOL_F); I thought this might be interesting to look at so I got the sources out of unstable. But when I tried to build it, I got a different error. Actually a warning treated as error 'returns twice' attribute directive ignored This was on line 108 of continuations.c Could this be the compiler version? If so, what version to use? Richard Harke _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel