oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

bug - unable to install solidoak - cannot compile gtk #68

Closed jrabello closed 7 years ago

jrabello commented 7 years ago
error[E0308]: mismatched types
  --> /home/jrabello/.cargo/git/checkouts/gtk-251e8a507950eaac/4d6325b/src/widgets/vte_terminal.rs:32:94
   |
32 |         unsafe { ffi::vte_terminal_feed(self.pointer, data.as_bytes().as_ptr() as *const i8, data.len() as i64) }
   |                                                                                              ^^^^^^^^^^^^^^^^^ expected i32, found i64

error: aborting due to previous error

error: Could not compile `gtk`.

maybe because I'm using ubuntu x86

oakes commented 7 years ago

I just finished a big refactor and updated the deps, so please let me know if this still cannot build on your x86 machine.