You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm running racket from macos 12 on an m1 chip,
using (require portaudio) I encountered this:
Also the paths didnt seem to match for portaudio.dylib either, for that one, I recompiled portaudio and linked it.
The text was updated successfully, but these errors were encountered: