Kintaro / wtftw

Window Tiling For The Win. A tiling window manager written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

32-bit armv7 build fails

MagaTailor opened this issue · comments

I hadn't tried before but maybe this issue is related to the latest commits?

Building with 1.5.0 nightly on armv7 fails:

Compiling wtftw_xlib v0.4.0 (file:///tmp/wtftw-master)
xlib/src/xlib_window_system.rs:97:42: 97:55 error: mismatched types:
 expected `*mut u64`,
    found `&mut u32`
(expected u64,
    found u32) [E0308]
xlib/src/xlib_window_system.rs:97             let root_ptr : *mut Window = &mut root_cpy;

[...]

error: aborting due to 22 previous errors 

which looks similar to this issue:

ogham/exa#83

This has to do with the same issues mentioned in #75