-
Notifications
You must be signed in to change notification settings - Fork 4
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
windows build #5
Comments
The main issue for this is now gpg-rs/gpgme#31. Note you shouldn't need to depend on this crate directly as it's re-exported by the gpgme crate. |
I'm also having issues building this on Windows. The build script seems to fail because it calls --- stderr
running: "sh" "-c" "C:\\Users\\timvisee\\scoop\\apps\\gnupg\\2.2.27\\bin\\libgpg-error-0.dll --version"
failed to execute command: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }
Error: () Any comments on getting this to work? |
That's slightly odd. Are you setting any of the Based on that output and the rules above, it appears that something set |
it seems we have troubles getting this to build for windows (see gitui-org/gitui#219). should it work? if so how? is it possible to add this to the projects CI for reference?
The text was updated successfully, but these errors were encountered: