[Github-comments] [geany/geany-plugins] Build error with 1.37 release (#1023)

Matthew Brush notifications at xxxxx
Sat Nov 7 19:12:22 UTC 2020


Could be a clash with another file including `stdbool.h` or also defining own `bool` type.

IMO, it should either include `stdbool.h` and use the standard `bool` (alias of `_Bool`) or else use `gboolean` that is already available via the `glib.h` include.

@rezso if you want to test, try removing the offending line (55) and putting `#include <stdbool.h>` on line 32.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1023#issuecomment-723483198
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201107/a6523933/attachment.htm>


More information about the Github-comments mailing list