guile-devel
[Top][All Lists]
Advanced

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

include can't work


From: Nala Ginrut
Subject: include can't work
Date: Fri, 15 Nov 2013 15:40:47 +0800

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

Thanks!





reply via email to

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