Skip to content

Build fails on Windows with errors in time.rs #19

@dixonary

Description

@dixonary

When attempting to build on Windows, a number of error messages are thrown that relate to the use of c_ulong. This is because on Windows, ulong is taken to be u32, while on Linux it is u64 (the type expected by many of these time operations).

The error log is attached:

iced-hs-0.0.3.0-87c47d9b19ab5323312107a3667c6a028691252f - Copy.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions