Brian Schwind

Results 186 comments of Brian Schwind

I did run `cargo update` in between builds after changing the dependency but I'll try it again tomorrow morning and report back.

Okay, I ran `cargo clean` and `cargo update` just to be sure, and was very careful to check `Cargo.lock` to see that I'm using the `master` branch of `tonarino/webrtc-audio-processing`. I...

> I've built on Ventura, but you're building on Monterey Ahhh, that's probably it. I don't think a call is necessary though, if you've witnessed this change fixing it for...

> you can wait a bit longer until [our alpha launch](https://noor.to/) in a couple of days Ooh exciting! I'd be interested to hear if your users run into any issues...

@morajabi how has the launch gone so far?

We should probably test before merging though, by successfully cross-compiling this library with this branch.

@skywhale are you able to build this on MacOS? I'm getting the following error: ``` ... -- Installing: /Users/brian/projects/tonari/webrtc-audio-processing/target/release/build/webrtc-audio-processing-sys-0357fd24f02783fb/out/lib/libabsl_time_zone.a -- Installing: /Users/brian/projects/tonari/webrtc-audio-processing/target/release/build/webrtc-audio-processing-sys-0357fd24f02783fb/out/lib/libabsl_bad_any_cast_impl.a -- Installing: /Users/brian/projects/tonari/webrtc-audio-processing/target/release/build/webrtc-audio-processing-sys-0357fd24f02783fb/out/lib/libabsl_bad_optional_access.a -- Installing: /Users/brian/projects/tonari/webrtc-audio-processing/target/release/build/webrtc-audio-processing-sys-0357fd24f02783fb/out/lib/libabsl_bad_variant_access.a cargo:root=/Users/brian/projects/tonari/webrtc-audio-processing/target/release/build/webrtc-audio-processing-sys-0357fd24f02783fb/out/./abseil-cpp ---...

Oh, this is caused by me not having `meson` installed. I swear Rust's file handling error message is the cause of way too much misery: `Error: Os { code: 2,...

I'm getting more build errors on linux: ``` --- stderr /home/tonari/webrtc-audio-processing/webrtc-audio-processing-sys/abseil-cpp/absl/synchronization/internal/graphcycles.cc: In member function ‘void absl::lts_2020_02_25::synchronization_internal::GraphCycles::RemoveNode(void*)’: /home/tonari/webrtc-audio-processing/webrtc-audio-processing-sys/abseil-cpp/absl/synchronization/internal/graphcycles.cc:451:26: error: ‘numeric_limits’ is not a member of ‘std’ 451 | if (x->version ==...