WeirdConstructor / Kickmess

Kickmess - A kick drum synthesizer plugin
GNU Affero General Public License v3.0
40 stars 2 forks source link

error: failed to get `pugl-sys` as a dependency of package `kickmessvst v0.1.0 #1

Closed aegroto closed 3 years ago

aegroto commented 3 years ago

Whenever I try to build this project, I get this error output:

    Updating git repository `https://github.com/RustAudio/baseview.git`
    Updating crates.io index
error: failed to get `pugl-sys` as a dependency of package `kickmessvst v0.1.0 (/home/lorenzo/Scrivania/Varie/repo/Kickmess)`

Caused by:
  failed to load source for dependency `pugl-sys`

Caused by:
  Unable to update /home/weictr/devel/other/pugl-sys

Caused by:
  failed to read `/home/weictr/devel/other/pugl-sys/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

I'm running it with cargo 1.46.0-nightly (4f74d9b2a 2020-07-08)

WeirdConstructor commented 3 years ago

Thanks, fixed in current commit.

The thing is, I had to patch pugl-sys for making keyboard working and use my local repository for the time being.