python-audio-tools
python-audio-tools copied to clipboard
Planned support for windows?
Is there any planned support for windows.
I've tried compiling the package on windows with mingw but I have a wide range of errors occuring that are beyond my level of compile skill. I would love to use the library for a cross-platform music client with low dependencies.
I don't normally use Windows, so it's not a configuration I test. Much of the C code should be quite portable, but the libcdio stuff may be less so. However, I'll try to get Windows installed somewhere to see if I can get it to work.
Ah thank you the comment, it happens so that I'm stubborn and I found a way to compile it with mingw last night.
Disabling the libcdio parts is required, and then you simply do a setup.py build -c mingw32
.
This does compile fully, and audiotools is importable. It fails to run the test suite correctly due to several segmentation faults.
Did you have any success getting your windows build to pass the test suite? I also have headaches right now getting this to work for Windows...