guile-user
[Top][All Lists]
Advanced

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

Re: symbol defined cannot be found.


From: Neil Jerram
Subject: Re: symbol defined cannot be found.
Date: Thu, 01 Jul 2004 22:53:35 +0100
User-agent: Mozilla/5.0 (X11; U; Linux 2.4.4-4GB i686; en-US; 0.8.1) Gecko/20010515

Steven Wu wrote:

I tried a little trick learned from this list, when the attached script is run with argument, it goes into interactive mode. That part works, however, when after getting into interactive mode, the variable dmr-tracers and run-log-trace symbol cannot be found. I wonder why this is the case.

Because (top-repl) switches into the (guile-user) module, from where these procs are not visible. It should work if you do:

1. (named-module-use! '(guile-user) '(dmr pythia))

2. export run-log-trace and dmr-tracers from (dmr pythia).

Regards,
   Neil






reply via email to

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