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
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"
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
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
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
> >
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")
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
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
> |
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
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:
|
10 matches
Mail list logo