-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build error with 1.37 release #1023
Comments
Could be a clash with another file including IMO, it should either include @rezso if you want to test, try removing the offending line (55) and putting |
I tried it, and works. |
Then it is a bug. |
@rezso Could you give some information on your setup? System version, maybe libxml2 and Geany-Plugins version? |
The build fails in prettyprinter plugin:
In file included from /usr/include/unicode/umachine.h:52,
from /usr/include/unicode/utypes.h:38,
from /usr/include/unicode/ucnv_err.h:88,
from /usr/include/unicode/ucnv.h:52,
from /usr/include/libxml2/libxml/encoding.h:31,
from /usr/include/libxml2/libxml/parser.h:810,
from PluginEntry.h:32,
from PluginEntry.c:28:
PrettyPrinter.h:55:22: error: two or more data types in declaration specifiers
55 | typedef unsigned int bool;
The text was updated successfully, but these errors were encountered: