jbclements / RSound

A cross-platform sound library for DrRacket

Home Page:http://www.brinckerhoff.org/clements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

farvardin opened this issue · comments

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...

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