nicohman / wyvern

A simple CLI client for installing and maintaining linux GOG games
GNU General Public License v3.0
86 stars 5 forks source link

Fail to compile #10

Closed sigboe closed 5 years ago

sigboe commented 5 years ago

Last two days or maybe three days, I have been unable to compile

sigurdb@zig-pc-04 ~/Documents/wyvern (git)-[master] % cargo install --path . --force
  Installing wyvern v1.2.1 (/home/sigurdb/Documents/wyvern)
    Updating crates.io index
error: failed to compile `wyvern v1.2.1 (/home/sigurdb/Documents/wyvern)`, intermediate artifacts can be found at `/home/sigurdb/Documents/wyvern/target`

Caused by:
  failed to load source for a dependency on `dialoguer`

Caused by:
  Unable to update /home/sigurdb/Documents/wyvern/src/dialoguer

Caused by:
  failed to read `/home/sigurdb/Documents/wyvern/src/dialoguer/Cargo.toml`

Caused by:
  No such file or directory (os error 2)
nicohman commented 5 years ago

Whoops! Sorry, while I wait for dialoguer to take my pull request, you need to clone wyvern with —recursive.

sigboe commented 5 years ago

Oh thanks :D

nicohman commented 5 years ago

You should no longer have to clone with --recursive. Closing issue.