Audio4Linux / JDSP4Linux

An audio effect processor for PipeWire and PulseAudio clients
GNU General Public License v3.0
915 stars 35 forks source link

GCC compile fails on Arch Linux #115

Closed corrupteddrive closed 1 year ago

corrupteddrive commented 1 year ago

Here's the log from my package manager: ../../src/audio/base/IOutputDevice.h:12:5: error: ‘uint32_t’ does not name a type 12 | uint32_t id = ((uint32_t)0xffffffff); | ^~~~ ../../src/audio/base/IOutputDevice.h:5:1: note: ‘uint32_t’ is defined in header ‘’; did you forget to ‘#include ’? 4 | #include +++ |+#include 5 | make[1]: [Makefile:3600: PresetManager.o] Error 1 make[1]: Leaving directory '/home/corrupted/.cache/yay/jamesdsp-git/src/JDSP4Linux/build/src' make: [Makefile:73: sub-src-make_first] Error 2

HanabishiRecca commented 1 year ago

Duplicate of #100.

timschneeb commented 1 year ago

Fixed. See #100