- Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
help requiredWe need community help to make this happen.We need community help to make this happen.platform: windowsIssues with integration with windowsIssues with integration with windowstype: bugSomething isn't workingSomething isn't working
Description
Description
Cloning v27.0.2 and running cargo run --verbose --target x86_64-pc-windows-gnu --bin wgpu-examples cube gives this error:
error: could not compile `mach-dxcompiler-rs` (lib) due to 1 previous error Caused by: process didn't exit successfully: `/home/jpambrun/.rustup/toolchains/1.88-x86_64-unknown-linux-gnu/bin/rustc --crate-name mach_dxcompiler_rs --edition=2021 /home/jpambrun/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mach-dxcompiler-rs-0.1.4+2024.11.22-df583a3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=147 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cbindings", "default", "msvc_version_validation"))' -C metadata=0ab9cbcfa463006b -C extra-filename=-2073b3f6b538f768 --out-dir /home/jpambrun/work/wgpu/target/x86_64-pc-windows-gnu/debug/deps --target x86_64-pc-windows-gnu -L dependency=/home/jpambrun/work/wgpu/target/x86_64-pc-windows-gnu/debug/deps -L dependency=/home/jpambrun/work/wgpu/target/debug/deps --cap-lints allow -L native=/home/jpambrun/work/wgpu/target/x86_64-pc-windows-gnu/debug/build/mach-dxcompiler-rs-c59535bae7478a6d/out -l static=machdxcompiler` Repro steps
Clone v27.0.2 on linux (in WSL)
Run cargo run --verbose --target x86_64-pc-windows-gnu --bin wgpu-examples cube
Expected vs observed behavior
Expected no build errors.
Extra materials
This could be the cause DouglasDwyer/mach-dxcompiler-rs#12.
Platform
v27.0.2
Arch linux, in WSL
cargo --version
cargo 1.88.0 (873a06493 2025-05-10)
Metadata
Metadata
Assignees
Labels
help requiredWe need community help to make this happen.We need community help to make this happen.platform: windowsIssues with integration with windowsIssues with integration with windowstype: bugSomething isn't workingSomething isn't working