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

Build Examples Fails #8

Closed
Jesse-Millwood opened this issue May 3, 2019 · 3 comments
Closed

Build Examples Fails #8

Jesse-Millwood opened this issue May 3, 2019 · 3 comments

Comments

@Jesse-Millwood
Copy link

I tried building the examples with cargo build --examples and get the following error:

error[E0432]: unresolved import `glib::ffi::gsize`
 --> secret-sys/src/lib.rs:6:49
  |
6 | use glib::ffi::{GError, GType, GList, gboolean, gsize, gpointer, GHashTable};
  |                                                 ^^^^^ no `gsize` in `ffi`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: Could not compile `secret-sys`.

I looked at the glib crate and I don't see gsize. Is there a known change for this? Thanks.

@nicokoch
Copy link
Owner

nicokoch commented May 3, 2019

Hello,
I strongly suggest to not use this library any more. it is unmaintained and basically a dead project.
I started this project years ago as my first dive into rust. Since than so many things have changed, that a complete rewrite of this library is the only sensible thing to do.

Apologies for the bad news.

@Jesse-Millwood
Copy link
Author

Thanks for the reply!
I'll look into other methods then.

@penguin359
Copy link

This issue should be fixed with PR #10.

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

3 participants