I'm trying to use the Meroon OO system and I have the following set up so far:<br><br>(require (lib "defmacro.ss"))<br><br>(load "meroon.mzscheme")<br>(load "macros.scm")<br><br>Inside Meroon.mzscheme
*meroon-features* is defined, and then in macros.scm it is referenced. However, when I go to run it I get the following error:<br>macros.scm::1273: reference to undefined identifier: *meroon-features*<br><br>I've tried with another variable defined in
meroon.mzscheme --> (define *test* 0), reference it in macros.scm, and the same error. I tried using the Bigloo and Guile implementations and both work fine without any errors. I've done this both in DrScheme and from the CL in mzscheme. I'm running Mzscheme 360 and I do know the meroon system seems to be a bit dated. Any help would be appreciated.
<br>