[racket] procedure get-compiled-file-sha1: expects 1 argument, given 2

From: Laurent (laurent.orseau at gmail.com)
Date: Sun Jun 27 13:44:12 EDT 2010

> However, from the command line, I get another error:
> <<<
> E:\Projets\Scheme-svn\towers>racket -S E:\Projets\Scheme-svn compile.rkt
> car: expects argument of type <pair>; given '()
>
>  === context ===
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:514:44: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:514:44: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:514:44: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:514:44: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:511:32: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:511:32: loop
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:499:25:
> get-lines
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:488:2:
> build-dib
> M:\Program Files\Racket\collects\compiler\private\winicon.rkt:180:21
> M:\Program Files\Racket\collects\racket\private\map.rkt:45:11: for-each
> E:\Projets\Scheme-svn\towers\compile.rkt: [running body]
> >>>
>
>
I somehow missed the fact that it talks about "winicon"...
By removing (again) the #:aux line, the command line compilation works fine.
My bad.

But I'd like to know how to compile correctly in DrRacket, if possible (this
issue is not solved).

And I don't know what is the problem with the icon. It is a 16x16, 32-bit
file.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100627/44ab114c/attachment.html>

Posted on the users mailing list.