RSound
RSound copied to clipboard
Raco exe does not work.
How to reproduce: Create a test.rkt with contents
#lang racket
(require rsound)
(displayln "This will fail")
Run raco exe test.rkt
Try running ./test
Output
collection-file-path: collection not found
collection: "portaudio/lib"
in collection directories:
context...:
/Applications/Racket v7.7/collects/racket/private/collect.rkt:26:58: fail
'#%embedded:portaudio/portaudio:: [running body]
temp35_0
for-loop
run-module-instance!
for-loop
[repeats 1 more time]
run-module-instance!
for-loop
[repeats 1 more time]
run-module-instance!
for-loop
[repeats 1 more time]
run-module-instance!
for-loop
[repeats 1 more time]
...
Because of this I am unable to create any executable files that depend on rsound, what could be the issue?
Thanks for the lib!
Ooh... I think this is really a question about raco exe. Honestly, I have no idea. Also, things might be better now, I recall some changes having been made to raco exe recently.