From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joe Newsgroups: gmane.lisp.guile.bugs Subject: problem about v1.8.0 guile Date: Thu, 13 Jan 2011 20:47:53 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd1e562e57e760499b9b994 X-Trace: dough.gmane.org 1294939422 23196 80.91.229.12 (13 Jan 2011 17:23:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Jan 2011 17:23:42 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 13 18:23:37 2011 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.69) (envelope-from ) id 1PdQta-0000Kh-KD for guile-bugs@m.gmane.org; Thu, 13 Jan 2011 18:23:34 +0100 Original-Received: from localhost ([127.0.0.1]:44066 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdQtZ-0001Qv-H2 for guile-bugs@m.gmane.org; Thu, 13 Jan 2011 12:23:33 -0500 Original-Received: from [140.186.70.92] (port=33094 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdMar-00038F-Pu for bug-guile@gnu.org; Thu, 13 Jan 2011 07:47:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdMap-0001bi-Rd for bug-guile@gnu.org; Thu, 13 Jan 2011 07:47:57 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:38216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdMap-0001bL-NE for bug-guile@gnu.org; Thu, 13 Jan 2011 07:47:55 -0500 Original-Received: by eyh6 with SMTP id 6so758194eyh.0 for ; Thu, 13 Jan 2011 04:47:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=fvvov7K8MTDBT1fIpLAkaYV+Wu0cU55R0I0bBH987yM=; b=WNTMIM/SA7HGwpnoPj1RnvxftbFosE09PraQzNLaBaZM7110A8tsi7yxkgiK/Bl+QY E466jZx2IkvXB1KhbdkvYbDvgywH8xNsDHIxM/D5ow0mriF0NIKYaI9M068Lieav0u1m O73TiIjroYyW9nSezjrpqVfhOWKqqClhnjMsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ld516MTeTmnV5t8eu72hV8y+UXkIdMgs9WIQ9bLXgHMG8c2aHdW3AA7fEaY7rIYbbk lVfCjzXPjTTFbV0Qw6a9jCOFJAgY6A8bbvqImZI9o5SDWpwLYvuwAPkouvKZ+yp4hAwq K9mlIuWVG+mi/jjWW0Kd1FyT6QUIV4o+dPplA= Original-Received: by 10.213.17.72 with SMTP id r8mr2291771eba.63.1294922873666; Thu, 13 Jan 2011 04:47:53 -0800 (PST) Original-Received: by 10.213.20.144 with HTTP; Thu, 13 Jan 2011 04:47:53 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 13 Jan 2011 12:20:19 -0500 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:4949 Archived-At: --000e0cd1e562e57e760499b9b994 Content-Type: text/plain; charset=ISO-8859-1 Hello Recently, we migrate scheme codes from v1.6.4 guile to v1.8.0 guile and go to build. But, we get error message as below : ERROR: In procedure primitive-load-path: ERROR: Unable to find file "../../sid1/opcodes/../cgen/cgen-opc.scm" in load path I confirm two things. One is whole file structure is not changed. Two is cgen-opc.scm still exists in relative path. I need you help for 1. is there any change about file loading from v1.6.4 guile to v1.8.0 guile? 2. could you give me suggestion of how to debug guile or debug scheme codes? Appreciate joe --000e0cd1e562e57e760499b9b994 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello=A0

=A0=A0 =A0 =A0Recently, we migrate scheme codes= from v1.6.4 guile to v1.8.0 guile and go to build.=A0

=
=A0=A0 =A0 =A0But, we get error message as below :=A0
=A0=A0= =A0 =A0 =A0 =A0 =A0 =A0ERROR: In procedure primitive-load-path:=A0
=A0=A0 =A0 =A0 =A0 =A0 =A0 =A0ERROR: Unable to find file "../../s= id1/opcodes/../cgen/cgen-opc.scm" in load path
=A0=A0 =A0=A0=
=A0=A0 =A0 =A0I confirm two things. One is whole file structure = is not changed. Two is cgen-opc.scm still exists in relative path.

=A0=A0 =A0 =A0I need you help for=A0
=A0=A0 = =A0 =A01. is there any change about file loading from v1.6.4 guile to v1.8.= 0 guile?=A0
=A0=A0 =A0 =A02. could you give me suggestion of how = to debug guile or debug scheme codes?=A0

Appreciate
joe
=A0=A0 =A0 =A0
=
=A0
--000e0cd1e562e57e760499b9b994--