Am Mittwoch, den 08.10.2008, 09:27 +0200 schrieb felix winkelmann: > On Tue, Oct 7, 2008 at 4:32 PM, Jörg F. Wittenberger > <[EMAIL PROTECTED]> wrote: > > Hi Felix & all, > > > > I ran into a deep mess when I started to use modules to get my > > import/export warnings back. > > > > Currently I'm fixing those imports and can't compile any useful result > > anyway. But either I'm missing something - for instance a module to > > import - or hell is coming closer each step: eventually I end up with > > let-location and the locatives it is supposed to bind and it's type name > > being unbound: > > > > Warning: reference to possibly unbound identifier: bool > > Warning: reference to possibly unbound identifier: again > > Warning: reference to possibly unbound identifier: let-location > > > > You are somehow not importing required functionality. "let-location" > is defined in the "foreign" module. Have you imported that?
"foreign" - no, I did not know it exists. An oversight on my part. > > > cheers, > fe� _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
