[plt-scheme] make-extension.ss:6:4: module: identifier

From: Bob McCormick (mccormick.bob at gmail.com)
Date: Tue Apr 18 18:37:44 EDT 2006

Sure, I'd love to see it.

Honestly I know very little about .net (or scheme for that matter! :-).
I've been playing with PLT Scheme off and on for a few months and when I ran
across your project it looked like it'd be fun to play with.  :-)


On 4/18/06, pedro pinto <pedro.e.pinto at gmail.com> wrote:
>
> Hi Bob,
>
> Unfortunatly dot-scheme is currently suffering a bit of bit rot. I was
> planning on a major revision for PLT 3.0 but I never got around to do it.
> I did hack a simpler version that worked for PLT 3.0 but only with v1.1 of
> the CLR. Would that be of any interest?
>
> -pp
>
> Message: 8
> > Date: Tue, 18 Apr 2006 12:49:27 -0600
> > From: "Bob McCormick" <mccormick.bob at gmail.com>
> > Subject: [plt-scheme] make-extension.ss:6:4: module: identifier
> >         already imported (from a different source) in: string-upcase
> > To: plt-scheme at list.cs.brown.edu
> > Message-ID:
> >         <5bbec2c0604181149w12be5a74lfebc695e8fff28e2 at mail.gmail.com >
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > I've downloaded the dot scheme library (
> > http://www.rivendell.ws/dot-scheme/),
> > and I'm trying to get it to build under the current version of mzscheme
> > (301).   When I run build.ss, I get the following message:
> >
> > "make-extension.ss:6:4: module: identifier already imported (from a
> > different source) at: string-upcase in: (require (lib "make.ss" "make")
> > (lib
> > "process.ss") (lib "13.ss" "srfi"))"
> >
> > Any ideas on how to fix this?  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.  Am I correct?  But I can't figure out
> > from
> > the error message *what* variable or function name is clashing.
> >
> > Any help would be appreciated.
> >
> > Alternatively, I guess I could just install an older version of
> > PLT-Scheme?
> >
> > Thanks!
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://list.cs.brown.edu/pipermail/plt-scheme/attachments/20060418/4896a8f1/attachment.html
> >
> >
> > End of plt-scheme Digest, Vol 8, Issue 29
> > *****************************************
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20060418/99005f07/attachment.html>

Posted on the users mailing list.