guile-user
[Top][All Lists]
Advanced

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

Re: Unbound variable: cond-expand-provide


From: Sunjoong Lee
Subject: Re: Unbound variable: cond-expand-provide
Date: Fri, 4 May 2012 02:26:47 +0900

I found the cause of "ERROR: In procedure module-lookup: Unbound variable: cond-expand-provide" but don't know how to resolve it yet.

srfi-64.scm is a portable code and it use cond-expand; I had used cond-expand-provide in cond-expand like this:
  (cond-expand (guile (cond-expand-provide (current-module) '(srfi-64))))

If (cond-expand-provide (current-module) '(srfi-64)) be outside of cond-expand, there would be a no problem. Hum...

2012/5/4 Sunjoong Lee <address@hidden>
Hello,

I thought cond-expand-provide be available in everywhere but saw a compile error, "ERROR: In procedure module-lookup: Unbound variable: cond-expand-provide". I don't know why this is happening; do you have any idea or comments? Thanks in advance.

reply via email to

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