ctaggart / octh

Rust bindings for GNU Octave oct.h
14 stars 4 forks source link

no `u32` in the root #14

Closed ctaggart closed 6 years ago

ctaggart commented 7 years ago
error[E0432]: unresolved import `self::super::super::u32`
    --> src\lib.rs:3697:17
     |
3697 |         pub use self::super::super::u32 as ios_base_fmtflags;
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `u32` in the root

error[E0432]: unresolved import `self::super::super::u32`
    --> src\lib.rs:3698:17
     |
3698 |         pub use self::super::super::u32 as ios_base_iostate;
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `u32` in the root

error[E0432]: unresolved import `self::super::super::u32`
    --> src\lib.rs:3699:17
     |
3699 |         pub use self::super::super::u32 as ios_base_openmode;
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `u32` in the root

error[E0432]: unresolved import `self::super::super::u32`
    --> src\lib.rs:3700:17
     |
3700 |         pub use self::super::super::u32 as ios_base_seekdir;
     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `u32` in the root
ctaggart commented 6 years ago

fixed by #22

ctaggart commented 5 years ago

Still causing issues, but working on it in #15.