#2595: Bison-2.4.1
--------------------+-------------------------------------------------------
Reporter: L2G | Owner: lfs-b...@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: Book | Version: SVN
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
This instruction:
echo '#define YYENABLE_NLS 1' >> config.h
was added in version 6.2 of the book, when Bison was at version 2.2.
Sometime between then and the release of Bison 2.4.1, config.hin (and the
resulting config.h) moved into the lib/ subdirectory, but the above
instruction remains unchanged in LFS 6.5, 6.6rc2, and the latest
Subversion commit (r9204).
I changed the instruction to:
echo '#define YYENABLE_NLS 1' >> lib/config.h
and verified that it does make a difference in the built executable.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2595>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page