Closed Da-Boom closed 2 years ago
Ok so it appears some of the errors (lke the ones regarding std::error::Error
are the result of a isssue with the latest rust nightly - i backdated to rust 1.64.0-nightly (2022-07-18) (chose this one because its the day of your last commit)
and found that those errors were gone. But the parts regarding gl_window().window().xlib_display()
raw_handle()
and others are still failing. is there a missing library, or is there one that needs backdating?
EDIT: Ok done a bit of a look through the code, and ive found there is a discrepancy betweeen glium context and direct calls to glutin.
so the use statement for WindowExtUnix and ContextTraitExt are plugged as straight glutin, but lines 111, 211, 337 and 424 in gl.rs require both straight glutin calls and glutin under the glium context calls, which seems to be causing a conflict. I tried to add uses for both the WindowExtUnix and ContextTraitExt under glium in certain parts, but that just breaks the direct functions, which are numerous, some being on the same line as the glutin under glium function calls
There could be changes in glutin and glium upstream that made the code not compile. Thanks for reporting!
The backtrace issue is tracked upstream: https://github.com/dtolnay/thiserror/issues/177
@Da-Boom Everything should've been fixed now.
Hi, i tried to build your software, only to be bombarded with errors
Im running archlinux with
Here are the errors I recieved:
Hope you can help