I've downloaded the dot scheme library (<a href="http://www.rivendell.ws/dot-scheme/">http://www.rivendell.ws/dot-scheme/</a>), and I'm trying to get it to build under the current version of mzscheme (301).&nbsp;&nbsp; When I run build.ss
, I get the following message: <br><br>&quot;make-extension.ss:6:4: module: identifier already imported (from a different source) at: string-upcase in: (require (lib &quot;make.ss&quot; &quot;make&quot;) (lib &quot;process.ss
&quot;) (lib &quot;13.ss&quot; &quot;srfi&quot;))&quot;<br><br>Any ideas on how to fix this?&nbsp; I'm new to plt-scheme, but I'm assuming that there's a variable or function being imported that classes with the the name of another variable or function.&nbsp; Am I correct?&nbsp; But I can't figure out from the error message *what* variable or function name is clashing.
<br><br>Any help would be appreciated.<br><br>Alternatively, I guess I could just install an older version of PLT-Scheme?<br><br>Thanks!<br>