Re: [racket] Compilation of program in racket failed

2010-07-19 Thread Matthew Flatt
An ".ss" to ".rkt" conversion was missing. I've pushed a fix to the git repo. The mistakenly committed debugging `printf' was at least useful in this case, but I also removed that, of course. At Mon, 19 Jul 2010 20:49:43 +0100, "Paulo J. Matos" wrote: > This is what I am now getting with racket-5

Re: [racket] Compilation of program in racket failed

2010-07-19 Thread Paulo J. Matos
This is what I am now getting with racket-5.0.1.1: pma...@mietzekatze:~/Code/eboc $ ~/Applications/racket-5.0.1.1/bin/mzc --exe eboc main.rkt pma...@mietzekatze:~/Code/eboc $ ./eboc pmatch? ("search-sig.rkt" ("pjmatos" "eboc.plt" 1 0) "modes" "esmc-mode") ("search-sig.rkt" ("pjmatos" "eboc.plt"

Re: [racket] Compilation of program in racket failed

2010-07-10 Thread Paulo J. Matos
On Fri, Jul 9, 2010 at 4:32 PM, Noel Welsh wrote: > On Fri, Jul 9, 2010 at 4:21 PM, Paulo J. Matos wrote: >> esmc-mode.scm has: >> , >> | (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1 >> 0))) >> ` > > A module should refer to other modules in the same collecti

Re: [racket] Compilation of program in racket failed

2010-07-10 Thread Paulo J. Matos
On Fri, Jul 9, 2010 at 4:50 PM, Matthew Flatt wrote: > At Fri, 09 Jul 2010 16:21:14 +0100, Paulo J. Matos wrote: >> Matthew Flatt writes: >> >> > >> > This looks like a bug in the module-name resolver created for the >> > executable. >> > >> > Is one of the following true?: >> > >> >  * "esmc-mod

Re: [racket] Compilation of program in racket failed

2010-07-09 Thread Matthew Flatt
At Fri, 09 Jul 2010 16:21:14 +0100, Paulo J. Matos wrote: > Matthew Flatt writes: > > > > > This looks like a bug in the module-name resolver created for the > > executable. > > > > Is one of the following true?: > > > > * "esmc-mode.rkt" (or ".ss") uses `(require (planet ))' to refer > >

Re: [racket] Compilation of program in racket failed

2010-07-09 Thread Noel Welsh
On Fri, Jul 9, 2010 at 4:21 PM, Paulo J. Matos wrote: > esmc-mode.scm has: > , > | (require (planet "modes/esmc-mode/search-sig.scm" ("pjmatos" "eboc.plt" 1 > 0))) > ` A module should refer to other modules in the same collection with an undecorated require: (require "search-sig.scm")

Re: [racket] Compilation of program in racket failed

2010-07-09 Thread Paulo J. Matos
Matthew Flatt writes: > > This looks like a bug in the module-name resolver created for the > executable. > > Is one of the following true?: > > * "esmc-mode.rkt" (or ".ss") uses `(require (planet ))' to refer >to a Planet package. > >In that case, what form of Planet path does it us

Re: [racket] Compilation of program in racket failed

2010-07-09 Thread Matthew Flatt
At Fri, 09 Jul 2010 11:49:59 +0100, Paulo J. Matos wrote: > Hello, > > I can run my program in DrRacket, however, when I go the command line > and issue: > , > | pma...@pm18pc01:~/Code/eboc$ ~/Applications/racket-5.0/bin/raco exe -o > | eboc main.scm > | pma...@pm18pc01:~/Code/eboc$ ./eboc > |

Re: [racket] Compilation of program in racket failed

2010-07-09 Thread Laurent
Hi, I can't help you with your first question. Another thing I would like is a self-contained command line executable > that I can easily distribute to people without racket installed. ++lib > embeds libraries in the executable > but I use so many libraries that finding them all in order to list

[racket] Compilation of program in racket failed

2010-07-09 Thread Paulo J. Matos
Hello, I can run my program in DrRacket, however, when I go the command line and issue: , | pma...@pm18pc01:~/Code/eboc$ ~/Applications/racket-5.0/bin/raco exe -o | eboc main.scm | pma...@pm18pc01:~/Code/eboc$ ./eboc | standard-module-name-resolver: collection not found: "planet" in any of: |