You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but the build always fails with this
error[E0433]: failed to resolve: could not find Authenticator in pam
--> src/main.rs:11:25
|
11 | let mut auth = pam::Authenticator::with_password(service).unwrap();
| ^^^^^^^^^^^^^ could not find Authenticator in pam
For more information about this error, try rustc --explain E0433.
error: could not compile Gamescope (bin "Gamescope") due to 1 previous error
The text was updated successfully, but these errors were encountered:
hello i tried building this last night so i can auto log into a plasmawayland session i have pam 0.8.0 and tried 0.7.0 as dependencies. and copy and pasted your command and added my user name etc but the build always fails with this
error[E0433]: failed to resolve: could not find
Authenticator
inpam
--> src/main.rs:11:25
|
11 | let mut auth = pam::Authenticator::with_password(service).unwrap();
| ^^^^^^^^^^^^^ could not find
Authenticator
inpam
For more information about this error, try
rustc --explain E0433
.error: could not compile
Gamescope
(bin "Gamescope") due to 1 previous errorThe text was updated successfully, but these errors were encountered: