-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
Description
The reason being this.
Compiling freetype-rs v0.4.0
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81:43: 81:77 error: mismatched types:
expected `*const u8`,
found `*const i8`
(expected u8,
found i8) [E0308]
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81 ffi::FT_Attach_File(self.raw, filepathname.as_ptr() as *const i8)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/odroid/.cargo/registry/src/github.com-48ad6e4054423464/freetype-rs-0.4.0/src/face.rs:81:43: 81:77 help: run `rustc --explain E0308` to see a detailed explanation
error: aborting due to previous error