Skip to content

Support MacOS #2

@echelon

Description

@echelon

I recently tried building this on my Mac machine. It works fine on Linux, but failed on the Mac with the following build errors:

error[E0609]: no field `0` on type `&mut system::SpeakerSystem`
  --> /Users/bt/.cargo/registry/src/github.com-1ecc6299db9ec823/wavy-0.1.2/src/system.rs:71:14
   |
71 |         self.0.play(&mut || {
   |              ^

error[E0609]: no field `0` on type `&mut system::MicrophoneSystem`
  --> /Users/bt/.cargo/registry/src/github.com-1ecc6299db9ec823/wavy-0.1.2/src/system.rs:96:14
   |
96 |         self.0.record(generator);
   |              ^

The version of Rust I am running,

rustc --version
rustc 1.37.0 (eae3437df 2019-08-13)
cargo --version
cargo 1.37.0 (9edd08916 2019-08-02)

The Mac version is 10.14.6 (18G87)

The published library version is wavy = "0.1.2"

If I get time I'll look into this, but wanted to give you a head's up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions