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

Issues with .dylibs #13

Open
easlweasl opened this issue Apr 9, 2022 · 0 comments
Open

Issues with .dylibs #13

easlweasl opened this issue Apr 9, 2022 · 0 comments
Assignees

Comments

@easlweasl
Copy link

I'm running racket from macos 12 on an m1 chip,
using (require portaudio) I encountered this:

ffi-lib: could not load foreign library
  path: callbacks.dylib
  system error: dlopen(callbacks.dylib, 0x000A): tried: 'callbacks.dylib' (no such file),
 '/usr/local/lib/callbacks.dylib' (no such file), '/usr/lib/callbacks.dylib' (no such file)...

Also the paths didnt seem to match for portaudio.dylib either, for that one, I recompiled portaudio and linked it.

Repository owner deleted a comment Jan 12, 2023
Repository owner deleted a comment Jan 12, 2023
Repository owner deleted a comment Jan 12, 2023
Repository owner deleted a comment Jan 12, 2023
Repository owner deleted a comment Jan 12, 2023
Repository owner deleted a comment Jan 12, 2023
@jbclements jbclements self-assigned this Jan 12, 2023
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

5 participants
@jbclements @easlweasl and others