Skip to content

Update version gcc -> cc and buildgen#2

Open
vit1251 wants to merge 1 commit into
Slabity:masterfrom
vit1251:master
Open

Update version gcc -> cc and buildgen#2
vit1251 wants to merge 1 commit into
Slabity:masterfrom
vit1251:master

Conversation

@vit1251

@vit1251 vit1251 commented Jun 3, 2023

Copy link
Copy Markdown

Changes:

  • Replace gcc -> cc crate
  • Update buildgen version

Known issues:

  1. No Error in this scope
error[E0412]: cannot find type `Error` in this scope
  --> src/result.rs:1:1
   |
1  | / error_chain! {
2  | |     foreign_links {
3  | |         ::std::io::Error, IoError;
4  | |     }
...  |
15 | |     }
16 | | }
   | |_^ not found in this scope

  1. No default implementation
error[E0277]: the trait bound `drm_shim::drm_mode_destroy_dumb: Default` is not satisfied
   --> src/ffi/mod.rs:248:46
    |
248 |         let mut raw: drm_mode_destroy_dumb = Default::default();
    |                                              ^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `drm_shim::drm_mode_destroy_dumb`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant