everything is in the title :-)
~vtorri, I closed some of the smaller issues. I would like to use this todo to track windows support.
https://git.sr.ht/~lattis/muon/tree/master/item/src/external/libpkgconf.c#L128
this will need to be fixed:
- .so --> .dll
- .a : the convention is :
- with mingw, static lib is .a
- with Visual Studio, static lib is .lib
I came across muon and tried to compile it on MSYS2 MinGW. Compilation seems to be successful (bestline is disabled since it uses some POSIX API that MinGW has no support for), but the test suite does not pass. Here is the testlog: https://1drv.ms/t/s!AuuJgLD_K3zaj6xOejT16ayvbiVkCg?e=ye7tvu (too big to put on any pastbin services), might help.
hello, I know that the test suite is failing. There are some shell scripts used for the tests which should be replaced with meson code instead. that should fix some tests
if you are a windows dev, i would be pleased to have some help:-)
Well, I am relative new for C developing, but I would like to help (so that Windows VSCode users can also have meson project formatting and linting support, that's why I came here :-)
some compiler warnings: https://todo.sr.ht/~lattis/muon/110, https://todo.sr.ht/~lattis/muon/109