Re: Debugging Guile module loading

2018-03-13 Thread Mark H Weaver
Hi Chris, Christopher Baines writes: > I'm having some trouble with Guile module loading. I've got a > (use-modules ...) call which results in some warnings, which seem to be > actually more like errors, as the modules aren't loaded. > > From loading one module, I get two errors in the form: >

Re: Debugging Guile module loading

2018-03-12 Thread Mike Gran
On Mon, Mar 12, 2018 at 07:25:15PM +, Christopher Baines wrote: > Hey, > > I'm having some trouble with Guile module loading. I've got a > (use-modules ...) call which results in some warnings, which seem to be > actually more like errors, as the modules aren't loaded. > > From loading one m

Debugging Guile module loading

2018-03-12 Thread Christopher Baines
Hey, I'm having some trouble with Guile module loading. I've got a (use-modules ...) call which results in some warnings, which seem to be actually more like errors, as the modules aren't loaded. From loading one module, I get two errors in the form: warning: failed to load '...': Unbound v