You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have only fuse3 installed and not fuse.
When I build, I have this message
error: failed to run custom build command for `fuse v0.3.1`
Caused by:
process didn't exit successfully: `/code/target/debug/build/fuse-1376467231d8cdf5/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Failure { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"fuse\" \"fuse >= 2.6.0\"", output: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "Package fuse was not found in the pkg-config search path.\nPerhaps you should add the directory containing `fuse.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'fuse\' found\nPackage fuse was not found in the pkg-config search path.\nPerhaps you should add the directory containing `fuse.pc\'\nto the PKG_CONFIG_PATH environment variable\nNo package \'fuse\' found\n" } }', src/libcore/result.rs:999:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
But I have installed Fuse from libfuse repository and pkg-config found it
It's okay to build this against fuse2, you'll still get the newest ABI .. .the only thing that rust-fuse uses from fuse2 is the compatible mount / umount calls. This can be reworked so that fuse2 is completely gone ... but it's not that big a deal in grand scheme of things.
Hi,
I have only fuse3 installed and not fuse.
When I build, I have this message
But I have installed Fuse from libfuse repository and
pkg-config
found itDo I install
libfuse-dev
like in #54 ?If I build with Fuse2 is this compatible with Fuse3?
The text was updated successfully, but these errors were encountered: