On Sun, Oct 02, 2016 at 08:35:48PM -0500, Rob wrote: > This package was listed as an optional dependency for > gst-plugins-ugly-1.8.3 > , and is also a dependency for mpd (music player daemon.) > However, when I went to install it, I got a ton of errors about stuff > "not being declared in this scope." > A bunch of numerical stuff, it lookes like. Buffers and things. > I don't know enough about C to try and debug it and google isn't much > help. The whole output of make is over 12k and I was hesitant > about posting it here, but I will if it will help. > So, do I really need this in order to run mpd?
To answer your last question first: no idea. I don't recall hearing of either package. Libsidplay is not in the book, onlly an external reference. In 'Going Beyond BLFS' at the end of Chapter 2, we point to (amongst other distros) Arch, via http://www.archlinux.org/packages/. Google might be a better way in, it found https://www.archlinux.org/packages/extra/x86_64/mpd/ for mpd - a quick look implies that libsidpplay is not used, but perhaps they make it a required dep for one of the other packages. But for compiling libsidplay, try https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libsidplay They have got patches for gcc4.3 and g++6. That doesn't mean it _will_ compile (with Arch you can never be sure that some minor package has been rebuilt with the current versions of everything), but it sounds hopeful if you really need it. ĸen -- `I shall take my mountains', said Lu-Tze. `The climate will be good for them.' -- Small Gods -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
