You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While builing on latest ubuntu, with gperf/bionic,now 3.1-1.
In file included from yconf.c:242:0:
hconf.gperf:141:1: error: conflicting types for 'kconf_id_lookup'
hconf.gperf:12:31: note: previous declaration of 'kconf_id_lookup' was here
static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
^~~~~~~~~~~~~~~
make[3]: *** [libkconfig_parser_la-yconf.lo] Error 1
That makes sense! There really exists this problem, even left not solved in v4.11.0. I manually corrected this bug, and successfully make and install the package.
While builing on latest ubuntu, with gperf/bionic,now 3.1-1.
Fix:
The text was updated successfully, but these errors were encountered: