jbclements / RSound

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

Raco exe does not work. #45

Open Hallicopter opened 4 years ago

Hallicopter commented 4 years ago

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!

jbclements commented 2 years ago

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.