Skip to content

Mplay not cross-compilable to windows and fails on musl #8

@bernardassan

Description

@bernardassan

Currently, mplay can't be compiled with mingw and musl libc #3 (comment)

  • musl libc stdin and stdout are declared as const while mplay.c tries to modify them which leds to a compile error on musl. Look into using freopen
  • mplay uses 'sys/wait.h' which is a posix system header and not available on mingw

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions