Dear Developers,<br><br><br>as a beginner in Lisp, I try to use cl-perec and am facing with a compilation problem. When (require 'cl-perec) is issued, this problem arises:<br><br><br>The function CONTEXTL::LF-DEFINER-NAME is undefined.<br>
[Condition of type UNDEFINED-FUNCTION]<br><br>Restarts:<br> 0: [RETRY] Retry performing #<ASDF:LOAD-OP NIL {C081431}> on #<ASDF:CL-SOURCE-FILE "cx-gc" {AD55E01}>.<br> 1: [ACCEPT] Continue, treating #<ASDF:LOAD-OP NIL {C081431}> on #<ASDF:CL-SOURCE-FILE "cx-gc" {AD55E01}> as having been successful.<br>
2: [RETRY] Retry SLIME REPL evaluation request.<br> 3: [ABORT] Return to SLIME's top level.<br> 4: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" {C52AC31}>)<br><br>Backtrace:<br> 0: (SB-KERNEL:%COERCE-CALLABLE-TO-FUN CONTEXTL::LF-DEFINER-NAME)<br>
1: (SB-FASL::FOP-FUNCALL)<br> 2: (SB-FASL::LOAD-FASL-GROUP #<SB-SYS:FD-STREAM for "file /var/cache/common-lisp-controller/1000/sbcl/local/home/vonbraun/clbuild/source/contextl/cx-gc.fasl" {B2C5871}>)<br>
3: ((FLET SB-THREAD::WITH-RECURSIVE-LOCK-THUNK))<br> 4: (SB-UNIX::CALL-WITH-LOCAL-INTERRUPTS #<CLOSURE (FLET SB-UNIX::WITH-LOCAL-INTERRUPTS-THUNK) {B5BD61DD}> T)<br> 5: ((FLET SB-UNIX::WITHOUT-INTERRUPTS-THUNK) T)<br>
6: ((FLET SB-UNIX::RUN-WITHOUT-INTERRUPTS))<br> 7: (SB-UNIX::CALL-WITHOUT-INTERRUPTS #<CLOSURE (FLET SB-UNIX::WITHOUT-INTERRUPTS-THUNK) {B5BD62CD}>)<br> 8: (SB-THREAD::CALL-WITH-RECURSIVE-LOCK ..) <br><br><br><br>
<br>My platform is SBCL on Linux. I use clbuild to install packages,
however I have replaced postmodern and metacopy from the cl-dwim repo,
as it was suggested on the cl-perec project page. I also tried to
download contextl code from the darcs repo of cl-dwim, but it provided
an HTTP error message only. If I emit (require 'contextl), the same issue arises.<br><br>Could you give some advice on this issue, please?<br><br><br>Thank you<br><br>Barna<br>
<br>