RSound icon indicating copy to clipboard operation
RSound copied to clipboard

Raco exe does not work.

Open Hallicopter opened this issue 4 years ago • 1 comments

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!

Hallicopter avatar Jun 24 '20 13:06 Hallicopter

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.

jbclements avatar Nov 20 '21 05:11 jbclements