guile-user
[Top][All Lists]
Advanced

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

Re: Using guile-scmutils with REPL and compilation


From: Viacheslav Dushin
Subject: Re: Using guile-scmutils with REPL and compilation
Date: Sat, 20 Jun 2020 17:39:52 +0300

Hi, Vladimir

>Try

 > (load #f)

> and you'll get the same error.



If I add (load #f)
Then I get the following error in both cases:

ERROR: In procedure string-prefix?: Wrong type argument in position 2
(expecting string): #f

>If not, use
>`add-to-load-path "the-dir-your-file-resides-in"' to make it work,
> or use the absolute path of the file.
Yes, I tried with the absolute path and got the same errors as
described in the initial message.

Thanks, Slava



reply via email to

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