katyo / aubio-rs

Rust bindings for Aubio library
36 stars 6 forks source link

Build it for use inside swift project #22

Open stellanhaglund opened 2 years ago

stellanhaglund commented 2 years ago

Hi I'm trying to run this as part of a swift project. I have added this aubio = {version = "0.2.1", features = ["builtin", "bindgen"]}

But I get errors like this

linking with `cc` failed: exit status: 1
library not found for -lSystem
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea what I'm doing wrong?

katyo commented 2 years ago

I haven't any MacOS/iOS machines and I doesn't quite familiar with apple's platform libraries. Maybe some libraries paths is missing.