We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello.When i want to run the minimal-winit example, it fails with the following error message:
error: failed to run custom build command for `x11 v2.18.2` Caused by: process didn't exit successfully: `/run/media/johndoe/drive/pixels/target/debug/build/x11-5f6202afb00aebc3/build-script-build` (exit code: 101) --- stdout cargo:rerun-if-env-changed=X11_NO_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=X11_STATIC cargo:rerun-if-env-changed=X11_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR --- stderr thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Command { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"x11\" \"x11 >= 1.4.99.1\"", cause: Os { code: 2, kind: NotFound, message: "No such file or directory" } }', /home/johndoe/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-2.18.2/build.rs:36:67 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
OS: Manjaro Linux with KDE DE
The text was updated successfully, but these errors were encountered:
i was able to compile by passing XKBCOMMON_LIB_DIR="/lib" to cargo commands and installing pkg-config
Sorry, something went wrong.
wgpu does depend on x11 again, even after we were able to get it dropped after #83
wgpu
x11
I'm not sure what to do about it if they will just continue pulling it back in as a dependency.
No branches or pull requests
Hello.When i want to run the minimal-winit example, it fails with the following error message:
OS: Manjaro Linux with KDE DE
The text was updated successfully, but these errors were encountered: