This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new newbie problem: file dependencies


Hi there, 

how can I load and run mutually dependent files? 

E.g., I have Scheme files A and B where file A starts as `loader:load
B' and file B starts as `loader:load A'.

The `loader:load' procedure first marks a file as locked, then loads
it, then unlocks it, then marks it as loaded, in order to prevent
circular loading.

This works fine on Chez Scheme, MzScheme, MIT Scheme, but not on kawa
1.6.98, which complains about undefined symbols.

Is there any way out? 

Thanks for your help, Mirko. 
-- 
Dr. M. Luedde <Mirko.Luedde@Computer.Org>

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Sie brauchen mehr Speicher für Ihre E-Mails? - http://premiummail.yahoo.de


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]