7
45
Fork
You've already forked nice-plug
22

Not compiling on Windows #21

Closed
opened 2026年05月18日 17:39:57 +02:00 by JuxGD · 1 comment

Vizia Plug is trying to implement CI currently and the Windows test was failing with this error:

error[E0583]: file not found for module `windbg`
 --> C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target.rs:10:1
 |
10 | mod windbg;
 | ^^^^^^^^^^^
 |
 = help: to create the module `windbg`, create file "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg.rs" or "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg\mod.rs"
 = note: if there is a `mod windbg` elsewhere in the crate already, import it with `use crate::...` instead
 Compiling clap v4.6.1
 Compiling backtrace v0.3.76
For more information about this error, try `rustc --explain E0583`.
error: could not compile `nice-log` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
Error: Could not build gain_gui
error: process didn't exit successfully: `target\release\xtask.exe bundle gain_gui` (exit code: 1)
Error: Process completed with exit code 1.

Trying to cross compile from NixOS has a similar output with the same error, nice-log/src/target/windbg.rs or nice-log/src/target/windbg/mod.rs doesn't exist

nice-log/src/target/windbg.rs used to be there

[Vizia Plug](https://github.com/vizia/vizia-plug) is [trying to implement CI currently](https://github.com/vizia/vizia-plug/pull/27) and the Windows test was failing with this error: ``` error[E0583]: file not found for module `windbg` --> C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target.rs:10:1 | 10 | mod windbg; | ^^^^^^^^^^^ | = help: to create the module `windbg`, create file "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg.rs" or "C:\Users\runneradmin\.cargo\git\checkouts\nice-plug-046e6fd47322a4b763円fe315\crates\nice-log\src\target\windbg\mod.rs" = note: if there is a `mod windbg` elsewhere in the crate already, import it with `use crate::...` instead Compiling clap v4.6.1 Compiling backtrace v0.3.76 For more information about this error, try `rustc --explain E0583`. error: could not compile `nice-log` (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... Error: Could not build gain_gui error: process didn't exit successfully: `target\release\xtask.exe bundle gain_gui` (exit code: 1) Error: Process completed with exit code 1. ``` Trying to cross compile from NixOS has a similar output with the same error, `nice-log/src/target/windbg.rs` or `nice-log/src/target/windbg/mod.rs` doesn't exist `nice-log/src/target/windbg.rs` used to be there

Fixed in cf90f8fd90

Fixed in cf90f8fd90
Sign in to join this conversation.
No Branch/Tag specified
main
resizing
dev
standalone_fixes
FoobarIT/main
fixes
egui_3rd_party
vizia_baseview_update
egui_32
softbuffer
byo_gui_examples
raw_graphics_examples
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.3
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RustAudio/nice-plug#21
Reference in a new issue
RustAudio/nice-plug
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?