[plt-scheme] To Racket...

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jun 2 10:44:34 EDT 2010

On Jun  2, Paulo J. Matos wrote:
> I am starting to convert my scheme software to racket. 
> So I load my main.scm and start by getting an internal error:
> ,----
> | ../../Applications/racket/collects/compiler/cm.rkt:178:11: cm: internal
> | error?; cannot find sha1 for module: #<path:/localhome/pmatos/Code/eboc/modes/esmc-mode/search-sig.scm>
> `----

Did you remove all of your "compiled" directories?  Do the .dep files
in them have a SHA1 hash in them?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.