Currently, mplay can't be compiled with mingw and musl libc https://github.com/allyourcodebase/lmdb/issues/3#issuecomment-2535814810 - [ ] 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
Currently, mplay can't be compiled with mingw and musl libc #3 (comment)
freopen