yewtify icon indicating copy to clipboard operation
yewtify copied to clipboard

Fail to build

Open hcyrs opened this issue 5 years ago • 1 comments

~/works/yewtify$ cargo build Compiling yewtify v0.0.0 (/home/xxxx/works/yewtify) error: failed to run custom build command for yewtify v0.0.0 (/home/xxxx/works/yewtify)

Caused by: process didn't exit successfully: /home/xxxx/works/yewtify/target/debug/build/yewtify-fe819398fe506c0c/build-script-build (exit code: 1) --- stderr Error: environment variable not found

hcyrs avatar May 05 '20 02:05 hcyrs

Yeah, build.rs uses the YEWTIFY_OUT environment variable, but this is not set for a plain cargo build. See also: https://github.com/yewstack/yewtify/blob/master/build.rs#L13

It is set in examples/yewtify--example/run.sh but I also cannot get that to work.

paulvt avatar Jul 16 '20 13:07 paulvt