Hi, Here is the 1 line patch used.
Anyway I don't think it would make a difference long-term due to the ongoing mass-removal of Gtk2 apps. Unless an angel pass by and convert this to Gtk3 (I don't have these skills) Now I'll have a look again at stardict. Greetings --- a/protocol.h +++ b/protocol.h @@ -26,7 +26,7 @@ #define MAX_WALL_SIZE 144 /* a bool is an integer constrained to be 0 or 1 */ -typedef int bool; +//typedef int bool; /* a word16 is a word of at most 15 (to allow for final null) characters, without white space */

