Hello, I'm trying to load a file at the REPL that loads some modules from a subdirectory then defines a function. At reading my use-modules statements, I get the following error:
guile> %load-path ("/home/joel/Public/src/age_dep/sim/trunk" "/usr/share/guile/site" "/usr/share/guile/1.8" "/usr/share/guile") guile> (load "age_dep.scm") Backtrace: In unknown file: ... ?: 20 (letrec ((load-file #)) (dynamic-wind (lambda () #) (lambda () #) ...) ...) ?: 21* [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>] ?: 22* [#<procedure #f ()>] ?: 23* (let* ((file #)) (cond (# => #) (# => #))) ?: 24 [#<procedure #f #> "/home/joel/Public/src/age_dep/sim/trunk/age-dep-scm/age-dep-interface.scm"] ?: 25 [with-fluid* #<fluid 7> #f #<procedure #f ()>] ?: 26* [#<procedure #f ()>] ?: 27* [load-file #<primitive-procedure primitive-load> ...] ?: 28* [save-module-excursion #<procedure #f ()>] ?: 29 (let (# #) (dynamic-wind # thunk #)) ?: 30 [dynamic-wind #<procedure #f ()> #<procedure #f ()> #<procedure #f ()>] ?: 31* [#<procedure #f ()>] ?: 32* [primitive-load "/home/joel/Public/src/age_dep/sim/trunk/age-dep-scm/age-dep-interface.scm"] In /home/joel/Public/src/age_dep/sim/trunk/age-dep-scm/age-dep-interface.scm: 36: 33* (use-modules (ice-9 popen)) 36: 34 (eval-case (# # *unspecified*) (else #)) 36: 35 (begin (process-use-modules (list (list #))) *unspecified*) In unknown file: ?: 36* [process-use-modules ... ?: 37* [list ... ?: 38* [list ... ?: 39* (quote (ice-9 popen)) <unnamed port>: In expression (quote (ice-9 popen)): <unnamed port>: Unbound variable: quote ABORT: (unbound-variable) However, at the REPL I can load the popen module just fine (with a warning): guile> (use-modules (ice-9 popen)) guile> (use-modules (age-dep-scm age-dep-interface)) WARNING: (guile-user): `quote' imported from both (ice-9 null) and (age-dep-scm age-dep-interface) Why would `quote' be redefined? What's going on here and how can I fix it? Thanks, Joel -- Joel J. Adamson Servedio Lab University of North Carolina at Chapel Hill FSF Member #8164 http://www.unc.edu/~adamsonj
pgpnplCF1AGmq.pgp
Description: PGP signature