AUR package doesn't compile
Leopard1907 opened this issue · 1 comments
Leopard1907 commented
include/rd_mouse_wireless.cpp:20:1: bilgi: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
19 | #include "rd_mouse_wireless.h"
+++ |+#include <cstdint>
20 |
I assume this is due to release in AUR missing this.
dokutan commented
Thank you for reprting this problem. I have made a new release (3.4) that includes the relevant commit. At least for me, building from the AUR works, please reopen this issue if you encounter any problems.