geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Geiser-users] Running racket tests in geiser


From: Garjola
Subject: Re: [Geiser-users] Running racket tests in geiser
Date: Wed, 03 Jul 2013 00:05:24 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux)

Garjola <address@hidden> wrote:
> 
> Hi,
>
> Thanks for your quick answer!
>
> "Jose A. Ortega Ruiz" <address@hidden> wrote:
>>>
>>> -----------------------------------------
>>> #reader(lib "htdp-beginner-reader.ss" "lang")
>>> ((modname my-example)
>>>  (read-case-sensitive #t)
>>>  (teachpacks ())
>>>  (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
>>
>> The usual way of using a language would be to use:
>>
>>   #lang htpd/bsl
>>
>> instead of the above.
>>
>
> It does not work for me. I get the following error when I compile:


Oups! There was a typo: htpd --> htdp

But there is still an error:

get-module-code: no such file: 
#<path:/home/garjola/local/lib/racket/collects/htdp/bsl.rkt>

The path /home/garjola/local/lib/racket/collects/htdp/ exists, but inside I 
don't have bsl.rkt, but rather a bsl directory which contains

  drwxr-xr-x 2 garjola garjola 4.0K Jul  2 23:12 compiled
  drwxr-xr-x 3 garjola garjola 4.0K Jul  2 23:12 lang
  -rw-r--r-- 1 garjola garjola  181 Jun 18 09:07 language-info.rkt
  -rw-r--r-- 1 garjola garjola 1.4K Jun 18 09:07 reader.rkt
  -rw-r--r-- 1 garjola garjola 2.8K Jun 18 09:07 runtime.rkt

It's worth to note that if I run my program from the command line (i.e. racket 
my-prog.rkt) everything goes well. So it seems geiser-related.

Thanks for your help.

Garjole.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]