Opened 15 years ago
Closed 15 years ago
#2595 closed defect (fixed)
Bison-2.4.1
Reported by: | Larry Gilbert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
Good catch. Fixed in revision 9205. Just made it in time for LFS-6.6.