Opened 20 years ago
Closed 20 years ago
#854 closed defect (worksforme)
Flex 2.5.31
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
When installing flex 2.5.31 as directed in the book (without installing locales), I got an error:
main.c:201: error: 'LC_MESSAGES' undeclared (first use in this function) main.c:201: error: (Each undeclared identifier is reported only once for each function it appears in.) main.c:201: error: 'LC_CTYPE' undeclared ........
In order to fix this, I configured flex without native language support:
../configure --prefix=/path --disable-nls
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Possibly a host problem. The original system was debian 3.0 based (x86). Regardless, after proceeding by disabling native language support everything worked fine throughout the installation.
Are there no messages above that line regarding things like other syntax problems? Also you didn't mention what host you're building with. This looks like it is a host problem, although I'd be *very* surprised if a host is installing without any locales.
Cheers,
Matt.