On Sun, Aug 30, 2015 at 10:45 PM, Rob Landley <[email protected]> wrote: > > Does this fix it then? > > --- a/kconfig/zconf.hash.c_shipped > +++ b/kconfig/zconf.hash.c_shipped > @@ -159,9 +159,6 @@ static struct kconf_id_strings_t > kconf_id_strings_contents = > "enable" > }; > #define kconf_id_strings ((const char *) &kconf_id_strings_contents) > -#if defined(__GNUC__) && __STDC_VERSION__ < 199901L > -__inline > -#endif > struct kconf_id * > kconf_id_lookup (register const char *str, register unsigned int len) > { > > Works for me with or without. No idea why it was _there_ to > be honest. (And I still dunno why gcc 5.2.0 would get > this _inconsistent_ so it both inlined it and didn't, > thus breaking?) > > Somebody else said that they needed to add -ltinfo because they hit > https://forums.opensuse.org/showthread.php/446927-missing-library-libtinfo-so-5 > or similar, but they did it as some sort of github bug report or > something that I'm not sure how to reply to. (I'm basically ignoring > it until they post it to the mailing list.) > > That part sounds like ncurses version skew. Wondering why I'm not > suing it in toybox proper? > > I need to bump up the kconfig rewrite on my todo list. (It's also > blocking my attempts to build on bsd.) > > > Thanks, > > Isaac > > Rob
Yes, I applied this patch and it fixed the problem. Thank You. _______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
