From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20350 invoked by alias); 9 May 2006 17:57:24 -0000 Received: (qmail 20340 invoked by uid 22791); 9 May 2006 17:57:23 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 May 2006 17:57:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k49Hv8JU003633 for ; Tue, 9 May 2006 13:57:08 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k49Hv7BG003798 for ; Tue, 9 May 2006 13:57:08 -0400 Received: from [172.16.14.227] (IDENT:IJFhXN8iN+SYETaH7dokRXGdOfFNUP8O@topaz.toronto.redhat.com [172.16.14.227]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k49Hv7Ac012570 for ; Tue, 9 May 2006 13:57:07 -0400 Message-ID: <4460D7F3.2020706@redhat.com> Date: Tue, 09 May 2006 17:57:00 -0000 From: Dave Brolley User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: cgen@sources.redhat.com Subject: Problem with obj->string Change in sid-cpu.scm Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00016.txt.bz2 I'm having a problem with the change below. Guile is complaining that obj->string is not bound. My version of guile is: >> guile --version Guile 1.3 Copyright (c) 1995, 1996, 1997 Free Software Foundation Should I be using something newer or is there a way to accomplish the same thing more portably? Thanks, Dave ------------------------------------------------ 2005-12-28 Nathan Sidwell * sid-cpu.scm (-gen-hw-stream-and-destream-fns): Stringize mode for concatenation. (-hw-gen-write-stack-decl): Likewise.