Skip to content
New issue

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

File Not Found #12

Open
mephistolist opened this issue Nov 5, 2023 · 1 comment
Open

File Not Found #12

mephistolist opened this issue Nov 5, 2023 · 1 comment

Comments

@mephistolist
Copy link

Build seems to fail around here now on Debian:

Compiling egui-winit v0.19.0
Compiling colored v2.0.4
Compiling simple_logger v2.3.0
Compiling egui_extras v0.19.0
Compiling eframe v0.19.0
Compiling bytesize v1.3.0
Compiling termcolor v1.1.3
Compiling systemstat v0.2.3
Compiling heroinn_core v0.1.0 (/home/ph33r/dirty/Heroinn/heroinn_core)
Compiling simplelog v0.12.1
Compiling os_info v3.7.0
Compiling ioctl-rs v0.2.0
Compiling whoami v1.4.1
Compiling heroinn_client v0.1.0 (/home/ph33r/dirty/Heroinn/heroinn_client)
error[E0583]: file not found for module Shell
--> heroinn_client/src/module/mod.rs:2:1
|
2 | pub mod Shell;
| ^^^^^^^^^^^^^^
|
= help: to create the module Shell, create file "heroinn_client/src/module/Shell.rs" or "heroinn_client/src/module/Shell/mod.rs"

error[E0432]: unresolved import module::Shell::ShellClient
--> heroinn_client/src/main.rs:23:5
|
23 | use module::Shell::ShellClient;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ no ShellClient in module::Shell

Some errors have detailed explanations: E0432, E0583.
For more information about an error, try rustc --explain E0432.
error: could not compile heroinn_client due to 2 previous errors
warning: build failed, waiting for other jobs to finish...

I would guess from this error that a file has been removed from this project that is needed.

@Satanaelcode
Copy link

same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants