I&#39;m trying to use the Meroon OO system and I have the following set up so far:<br><br>(require (lib &quot;defmacro.ss&quot;))<br><br>(load &quot;meroon.mzscheme&quot;)<br>(load &quot;macros.scm&quot;)<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&#39;ve tried with another variable defined in 
meroon.mzscheme --&gt; (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&#39;ve done this both in DrScheme and from the CL in mzscheme. I&#39;m running Mzscheme 360 and I do know the meroon system seems to be a bit dated. Any help would be appreciated.
<br>