Hi,

The YY_ENABLE_NLS fix for bison in trunk isn't in the alpha build. 
Here's a patch to take care of it.

--
Dan
Index: alphabetical/BOOK/chapter06/bison.xml
===================================================================
--- alphabetical/BOOK/chapter06/bison.xml	(revision 7402)
+++ alphabetical/BOOK/chapter06/bison.xml	(working copy)
@@ -47,6 +47,13 @@
 
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 
+    <para>The configure system causes bison to be built without support for
+    internationalization of error messages if a <command>bison</command>
+    program is not already in $PATH.  The following addition will correct
+    this.</para>
+
+<screen><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen>
+
     <para>Compile the package:</para>
 
 <screen><userinput>make</userinput></screen>
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to