Opened 14 years ago

Closed 14 years ago

#2595 closed defect (fixed)

Bison-2.4.1

Reported by: Larry Gilbert Owned by: lfs-book@…
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.

Change History (1)

comment:1 by bdubbs@…, 14 years ago

Resolution: fixed
Status: newclosed

Good catch. Fixed in revision 9205. Just made it in time for LFS-6.6.

Note: See TracTickets for help on using tickets.