jbclements / portaudio

Racket Bindings for PortAudio
Other
9 stars 7 forks source link

Issues with .dylibs #13

Open easlweasl opened 2 years ago

easlweasl commented 2 years ago

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.