Skip to content

Error when building on macOS #174

@donholly

Description

@donholly

I'm having an issue when trying to build on macOS:

rustc --version
rustc 1.16.0

cargo --version
cargo-0.17.0-dev (f9e5481 2017-03-03)

cargo build --release

Produces:

   Compiling librespot v0.1.0 (file:///Users/don/src/home/librespot)
error: custom derive attribute panicked
  --> src/apresolve.rs:11:24
   |
11 | #[derive(Clone, Debug, Serialize, Deserialize)]
   |                        ^^^^^^^^^
   |
   = help: message: proc_macro::__internal::with_parse_sess() called before set_parse_sess()!

error: Could not compile `librespot`.

Sorry if there's an obvious problem here as I'm not proficient in Rust :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions