Drakulix / fireplace

Modular wayland window manager written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error

opened this issue · comments

When I try to build fireplace 3.0.1 I get this fallowing error:

warning: package replacement is not used: https://github.com/rust-lang/crates.io-index#fireplace_lib:3.0.1
error: manifest path `/home/ahc/build/src/fireplace-3.0.1/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace

rustc -vV:

rustc 1.17.0-nightly (0f34b532a 2017-02-21)
binary: rustc
commit-hash: 0f34b532af590d25e9178f87c620931dd671cc2e
commit-date: 2017-02-21
host: x86_64-unknown-linux-gnu
release: 1.17.0-nightly
LLVM version: 3.9

I think your running it from the root directory. Try building from inside the fireplace directory (fireplace/fireplace)

@IntrepidPig thx you've been very helpful :) Fireplace compiles now!

@gnurama No problem!

Thanks for helping @IntrepidPig !

I will try to provide better documentation. @gnurama