Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raco exe does not work. #45

Open
Hallicopter opened this issue Jun 24, 2020 · 1 comment
Open

Raco exe does not work. #45

Hallicopter opened this issue Jun 24, 2020 · 1 comment

Comments

@Hallicopter
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants