guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: include can't work


From: Daniel Llorens
Subject: Re: include can't work
Date: Fri, 15 Nov 2013 18:12:21 +0100

> Date: Fri, 15 Nov 2013 15:40:47 +0800
> From: Nala Ginrut <address@hidden>

> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]