Closed benkohler closed 4 years ago
Patch like this seems to help
diff -ur a/src/iwgtk.h b/src/iwgtk.h --- a/src/iwgtk.h 2020-08-25 13:06:51.731245796 -0500 +++ b/src/iwgtk.h 2020-08-25 13:07:14.367618103 -0500 @@ -22,6 +22,7 @@
+#include
Fixed in the most recent commit, by using guint8 instead of uint8_t. My best guess is that the definition of uint8_t gets pulled in by the GLib/GTK headers on some platforms, but not on others.
Not entirely sure why this builds on some platforms but not others, for me it seems to be missing an include: