Hi all,

I was going through examples with a game in mind and found that 
frisbee-dependent scripts didn't work at all, stopping with:

default-load-handler: cannot open input file:
"/usr/lib/plt/collects/frtime/list.ss" (No such file or directory; errno=2)

After hunting around I found that in modules/scheme/frisbee.ss some filenames 
were different from on my system. I'm on an unstable/experimental Gentoo with 
PLT Scheme 4.2.2, in case that means something.

I got it to work again, and attached a diff in case it bites anyone else. Cheers


      
--- ../oldflux/fluxus/modules/scheme/frisbee.ss 2009-11-24 17:14:29.000000000 
-0500
+++ modules/scheme/frisbee.ss   2009-11-24 13:35:13.000000000 -0500
@@ -14,11 +14,11 @@
  (lib "kw.ss")    ; todo:
  (lib "match.ss") ; change to new versions
  scheme/class
- frtime/list
- frtime/etc
- frtime/math
+ frtime/frlibs/list
+ frtime/frlibs/etc
+ frtime/frlibs/math
  frtime/lang-ext
- (all-except frtime/frp-core undefined?)
+ (all-except frtime/core/frp undefined?)
  ; import the procedures we want lifted
  (lifted "fluxus.ss" 
                 vadd2 vsub2 vmul vdiv vtransform vtransform-rot

Reply via email to