Compiling on arm64 (armbian) Type error i8 in /melib/src/datetime.rs #160

Closed
opened 2022-01-28 21:14:52 +02:00 by robert-winkler · 1 comment

Compiling meli on arm64 (armbian) gives a type error:

expected raw pointer `*const u8`
found raw pointer `*const i8`

for file /melib/scr/datetime.rs

you can fix this error by chainging
*const i8 to *const libc::c_char

in the affected lines.

Compiling meli on arm64 (armbian) gives a type error: ``` expected raw pointer `*const u8` found raw pointer `*const i8` ``` for file `/melib/scr/datetime.rs` you can fix this error by chainging `*const i8` to `*const libc::c_char` in the affected lines.

Thanks for the report and sorry for the delay in my response!

Thanks for the report and sorry for the delay in my response!
Manos Pitsidianakis added the
bug
label 2022-02-07 13:36:59 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#160
There is no content yet.