From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Llorens Newsgroups: gmane.lisp.guile.devel Subject: Re: include can't work Date: Fri, 15 Nov 2013 18:12:21 +0100 Message-ID: <2308455C-FD0E-4A89-85E8-B554AE09444F@bluewin.ch> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1384535570 18040 80.91.229.3 (15 Nov 2013 17:12:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2013 17:12:50 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 15 18:12:53 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VhMwv-0006T8-Aj for guile-devel@m.gmane.org; Fri, 15 Nov 2013 18:12:53 +0100 Original-Received: from localhost ([::1]:33069 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhMwu-0007Tf-PG for guile-devel@m.gmane.org; Fri, 15 Nov 2013 12:12:52 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhMwk-0007Mm-8v for guile-devel@gnu.org; Fri, 15 Nov 2013 12:12:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VhMwc-0000jf-6N for guile-devel@gnu.org; Fri, 15 Nov 2013 12:12:42 -0500 Original-Received: from zhbdzmsp-smta17.bluewin.ch ([195.186.99.133]:61442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VhMwb-0000gy-Tu for guile-devel@gnu.org; Fri, 15 Nov 2013 12:12:34 -0500 Original-Received: from [195.186.227.130] ([195.186.227.130:36095] helo=zhhdzmsp-smta12.bluewin.ch) by zhbdzmsp-smta17.bluewin.ch (envelope-from ) (ecelerity 3.5.7.40067 r(Platform:3.5.7.0)) with ESMTP id 19/24-28759-EF556825; Fri, 15 Nov 2013 17:12:30 +0000 Original-Received: from [172.16.96.17] (62.2.203.131) by zhhdzmsp-smta12.bluewin.ch (8.5.142) (authenticated as dll@bluewin.ch) id 51F052BA0C768F64 for guile-devel@gnu.org; Fri, 15 Nov 2013 17:12:30 +0000 In-Reply-To: X-Mailer: Apple Mail (2.1085) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.186.99.133 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16732 Archived-At: > Date: Fri, 15 Nov 2013 15:40:47 +0800 > From: Nala Ginrut > I encountered a bug while trying include some file: > --------------------------cut------------------------ > scheme@(guile-user)> (include "aa.scm") > While compiling expression: > ERROR: In procedure string-length: Wrong type argument in position 1 > (expecting string): #f > --------------------------end------------------------ > > The content of aa.scm is trivial but I still list it: > ------------------cut--------------- > (let ((x (expt 2 10))) > (display x)) > ------------------end--------------- > Don't argue with the meaning of aa.scm please, it's unrelated to this > 'include' issue. > > Guile version: GNU Guile 2.0.9.92-d3606 I also see this in 2.1.0.1718-5ba10.