mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 00:45:21 -04:00
[GH-ISSUE #184] [BUG] failed to resolve: unresolved import #100
Reference in New Issue
Block a user
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?
Originally created by @BillyOutlast on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/184
Describe the bug
Current develop build for windows wont compile
https://github.com/BillyOutlast/drop-app/actions/runs/21765363940/job/62799619603
Compiling process v0.1.0 (D:\a\drop-app\drop-app\src-tauri\process)
error[E0433]: failed to resolve: unresolved import
--> process\src\process_handlers.rs:68:39
|
68 | let proton_valid = crate::compat::read_proton_path(PathBuf::from(proton_path))
| ^^^^^^
| |
| unresolved import
| help: a similar path exists:
client::compat|
note: found an item that was configured out
--> process\src\lib.rs:18:9
|
17 | #[cfg(target_os = "linux")]
| ------------------- the item is gated behind the
linuxfeature18 | pub mod compat;
| ^^^^^^
For more information about this error, try
rustc --explain E0433.error: could not compile
process(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
warning:
games(lib) generated 2 warnings (runcargo fix --lib -p gamesto apply 2 suggestions)failed to build app: failed to build app
Error failed to build app: failed to build app
ELIFECYCLE Command failed with exit code 1.
Error: Command "pnpm ["tauri","build"]" failed with exit code 1
@DecDuck commented on GitHub (Feb 6, 2026):
Yep, will fix today
@DecDuck commented on GitHub (Feb 6, 2026):
Should be fixed
[BUG] failed to resolve: unresolved importto [GH-ISSUE #184] [BUG] failed to resolve: unresolved import