Closed martinkg closed 1 year ago
at the moment solved with this patch uint32_t.patch
--- src/audio/base/IOutputDevice.h.orig 2023-03-16 16:16:52.556573959 +0100
+++ src/audio/base/IOutputDevice.h 2023-03-16 16:17:56.346446614 +0100
@@ -1,6 +1,7 @@
#ifndef IOUTPUTDEVICE_H
#define IOUTPUTDEVICE_H
+#include <stdint.h>
#include <string>
class IOutputDevice
AUR package maintainer just updated the package yesterday. Can confirm everything works now.
Sorry for the delay on this. I applied the patch to this upstream repo as well.
Hi,
compiling on upcoming Fedora 38 with gcc (GCC) 13.0.1 20230310 (Red Hat 13.0.1-0) fails with the following error message:
How can this be solved ?