Skip to content

mpd-rune compile problems #30

@gearhead

Description

@gearhead

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;`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions