-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Version 1.0.34 is not building on Ubuntu 19.10, please see
cd depends
make
...
CC fcmatch.lo
fcmatch.c:284:63: error: 'PRI_CHAR_WIDTH_STRONG' undeclared here (not in a function); did you mean 'PRI_CHAR_HEIGHT_STRONG'?
284 | #define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
| ^~~~
fcobjs.h:54:1: note: in expansion of macro 'FC_OBJECT'
54 | FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
| ^~~~~~~~~
fcmatch.c:284:84: error: 'PRI_CHAR_WIDTH_WEAK' undeclared here (not in a function); did you mean 'PRI_CHAR_HEIGHT_WEAK'?
284 | #define FC_OBJECT(NAME, Type, Cmp) { FC_##NAME##_OBJECT, Cmp, PRI_##NAME##_STRONG, PRI_##NAME##_WEAK },
| ^~~~
fcobjs.h:54:1: note: in expansion of macro 'FC_OBJECT'
54 | FC_OBJECT (CHAR_WIDTH, FcTypeInteger, NULL)
| ^~~~~~~~~
make[4]: *** [Makefile:613: fcmatch.lo] Error 1
...
See also dogecoin/dogecoin#1553 and other searches for this error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels