jbclements / RSound

A cross-platform sound library for DrRacket
http://www.brinckerhoff.org/clements
Other
45 stars 11 forks source link

identifier `beginner-<=' not included in nested require spec in: lang/private/teachprims #51

Open farvardin opened 1 year ago

farvardin commented 1 year ago

After installing RSound in DrRacket 8.2, I got this error after typing this code:

#lang racket
(require rsound)

(diagnose-sound-playing)

I got this error:

. .local/share/racket/8.2/pkgs/rsound/rsound/network.rkt:6:18: only-in: identifier `beginner-<=' not included in nested require spec in: lang/private/teachprims
> 

I've opened the .local/share/racket/8.2/pkgs/rsound/rsound/network.rkt file, and removed this part at line 6:

     (only-in lang/private/teachprims beginner-<=)

and now it works...

GregDavidson commented 11 months ago

Same issue on my Gnu/Linux system with Racket 8.6. I fixed it with a #; comment before the expression on line 6 of /home/greg/.racket/8.6/pkgs/rsound/rsound/network.rkt