philn/glide

Can't build on Debian Sid

russel opened this issue · 2 comments

I just pulled the repository and tried a compilation:

error[E0412]: cannot find type `c_void` in this scope                                                                                                                                                                                              
  --> src/ui_context.rs:37:38                                                                                                                                                                                                                      
   |                                                                                                                                                                                                                                               
37 |             pub fn XInitThreads() -> c_void;                                                                                                                                                                                                  
   |                                      ^^^^^^ not found in this scope                                                                                                                                                                           
help: possible candidates are found in other modules, you can import them into scope                                                                                                                                                               
   |                                                                                                                                                                                                                                               
7  | use failure::_core::ffi::c_void;                                                                                                                                                                                                              
   |                                                                                                                                                                                                                                               
7  | use std::ffi::c_void;                                                                                                                                                                                                                         
   |                                                                                                                                                                                                                                               
7  | use std::os::raw::c_void;                                                                                                                                                                                                                     
   |                                                                                                                                                                                                                                               
                                                                                                                                                                                                                                                   
error: aborting due to previous error                                                                                                                                                                                                              
                                                                                                                                                                                                                                                   
For more information about this error, try `rustc --explain E0412`.                                                                                                                                                                                
error: Could not compile `glide`.                                                                                                                                                                                                                  

Is this a problem at my end?

philn commented

Oops! I was working mostly on macOS these days. I should add CI to the repo.

CI has it's place. :-)

Now built and installed – using Meson/Ninja build.