Re: [Chicken-users] Module unresolved error

2016-06-15 Thread John Cowan
Michael Silver scripsit: > > That's because the interpreter implicitly loads some modules, and the > > compiler doesn't do that. > > That’s odd; I would expect both to implicitly load those modules because the > documentation for both data-structures >

Re: [Chicken-users] Module unresolved error

2016-06-15 Thread Michael Silver
Hi Mario, Thank you! I really love how kind and helpful the CHICKEN community is — definitely one of the huge draws to using CHICKEN! > Usually you should see some warnings that may lead to "module > unresolved" errors. Turns out I hadn’t updated my modules.db, so I wasn’t seeing the suggested

Re: [Chicken-users] Module unresolved error

2016-06-14 Thread Mario Domenech Goulart
Hi Michael, On Tue, 14 Jun 2016 11:09:09 -0400 Michael Silver wrote: > I’m new to CHICKEN and I’m working on converting a large Guile > codebase to CHICKEN. Welcome! > The codebase is a collection of shared libraries (each library in a > separate .scm file), collectively known as “lab-core”. S