Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mpd-rune compile problems #30

Open
gearhead opened this issue Mar 21, 2017 · 0 comments
Open

mpd-rune compile problems #30

gearhead opened this issue Mar 21, 2017 · 0 comments

Comments

@gearhead
Copy link

strc/mpd-0.19.10/src/decoder/DecoderBuffer.cxx needs to have #include <stdint.h> added to its includes

I wrote a patch and was able to get it to compile by editing the PKGBUILD file to apply this patch.

`--- src/decoder/DecoderBuffer.hxx 2017-03-21 00:24:43.601703105 +0000
+++ src/decoder/DecoderBuffer_kg.hxx 2017-03-20 21:56:47.685929749 +0000
@@ -25,6 +25,7 @@
#include "util/ConstBuffer.hxx"

#include <stddef.h>
+#include <stdint.h>

struct Decoder;
class InputStream;`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant