Hi,
I'm maintaining the geany-plugins
pacakge for Arch Linux.
When compiling the latest version of geany-plugins, I get this error:
PrettyPrinter.h:55:22: error: two or more data types in declaration specifiers
55 | typedef unsigned int bool;
| ^~~~
Including <stdbool.h>
and removing the typdef for bool
solves this issue.
Tested on GCC 10.2.0.
Thanks for creating and maintaining Geany and Geany Plugins! They are both pretty sweet and usually unproblematic to package.
https://github.com/geany/geany-plugins/pull/1053
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.