guile-user
[Top][All Lists]
Advanced

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

Re: Guile module system problem


From: Neil Jerram
Subject: Re: Guile module system problem
Date: Tue, 20 Jan 2009 12:15:54 +0000

2009/1/20 Panicz Maciej Godek <address@hidden>:
> Hi, I've been trying to move some of my code into
> loadable guile modules. I made a directory "modules"
> in my project tree and moved the module in there.
>
> I ran into some problems. Here's how I load the
> module:
> (set! %load-path (cons "." %load-path))
> (load-module (modules goose))
> At this point, guile signals an error (unbound variable).

Please try `use-modules' instead of `load-module'.

      Neil




reply via email to

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