Tips for compiling MPD in Windows for Windows #1429
Replies: 4 comments 11 replies
-
I've never tried to build MPD on Windows, and actually I don't have Windows. |
Beta Was this translation helpful? Give feedback.
-
I found my problem: the g++ was missing on the build machine (not the mingw-g++)... Maybe I'll provide some step by step instructions for dummies like me. |
Beta Was this translation helpful? Give feedback.
-
Please help a bigger dummy than you. I went the same route as you, and even tried Ubuntu-16.04 and Ubuntu-18.04 WSL, still can't get past meson build complaints. |
Beta Was this translation helpful? Give feedback.
-
This is the error I get - Traceback (most recent call last): File "../../win32/build.py", line 92, in from build.libs import * File "/home/richie/MPD/python/build/libs.py", line 6, in from build.meson import MesonProject File "/home/richie/MPD/python/build/meson.py", line 45 """) ^ SyntaxError: invalid syntax I am just following the users manual. I've been Using MPD on Gnu-Linux for 20 years, but I don't know much hacking other that what I've learned getting things to work over the years (ndiswrapper, alsa, etc.). I only attended school through the 7th grade, and I skipped from 3rd to 5th, so I don't have much of an education. And although I have learned everything I know about computers reading forums, this is my first post, so anything you can do to help would be appreciated, if you can tell me what information you need to from me. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I tried to compile MPD as Windows application without success (always with the python build script). First I tried with cygwin64 (it would not go past the compiler tests), then MSYS2 (it would not find the compiler (?)) and finally I installed WSL (Windows Subsystem for Linux) with an Ubuntu 20.04. This was the most promising approach, but in the end it would complain about the meson build file.
Before I take a look at the meson stuff, I wanted to ask if you guys have any tips? Which environment do you use and how did you install it?
Thanks and best regards,
Richard
Beta Was this translation helpful? Give feedback.
All reactions