Sorry if this is not the right list. I'm building a uclibc LFS, and as the hlfs book has good instructions, I used them for gcc, binutils and uclibc. I'm now in chapter 5, gettext.
I haven't followed the book exactly, meaning haven't added all those security features. I did use that default config patch for this /tools uclibc. With Gettext (0.16.1) configure, make -C intl and make -C gnulib-lib work fine. But make -C src msgftm seizes with this error: In file included from plural-eval.c:36: ../../gettext-runtime/intl/eval-plural.h:28: error: conflicting types for 'plural_eval' ../../gettext-runtime/intl/plural-exp.h:115: error: previous declaration of 'plural_eval' was here make: *** [plural-eval.lo] Error 1 As that happened with "vanilla" instructions, I experimented with CFLAGS, used only -O etc.. no change. Also tried adding configure options --with-included-gettext --disable-java --without-csharp but no effect. Google found only one match of this error, from buildroot bugs mailing list, and there were no answers.. Lauri -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
