home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.sysv386:13374 gnu.misc.discuss:2741
- Newsgroups: comp.unix.sysv386,gnu.misc.discuss
- Path: sparky!uunet!cs.utexas.edu!convex!nrc.com!kosman!kevin
- From: kevin@kosman.uucp (Kevin O'Gorman)
- Subject: Anyone made GNU flex on ESIX 4?
- Message-ID: <1992Aug20.015455.4589@kosman.uucp>
- Followup-To: comp.unix.sysv386
- Organization: Vital Software Services, Oxnard, CA
- Date: Thu, 20 Aug 1992 01:54:55 GMT
- Lines: 42
-
- I'm trying to do the above: make GNU flex 2.3.7 on my ESIX 4.0.3a system.
- I'm using stock compiler, linker, the works.
-
- make first-flex seems to work okay.
- make test seems to work okay.
- make bigtest seems to work partway through, then we get...
-
- } ...[omitting several successful tests]...
- } rm -f scan.c ; make COMPRESSION="-CFe" test
- } ./flex -ist8 -Sflex.skel -CFe scan.l >scan.c
- } cc -O -DUSG -c scan.c
- } "scan.l", line 2233: left operand must be modifiable lvalue: op "="
- } "scan.l", line 2244: left operand must be modifiable lvalue: op "+="
- } "scan.l", line 2248: left operand must be modifiable lvalue: op "="
- } "scan.l", line 2269: left operand must be modifiable lvalue: op "="
- } "scan.l", line 539: left operand must be modifiable lvalue: op "="
- } "scan.l", line 550: left operand must be modifiable lvalue: op "="
- } "scan.l", line 558: left operand must be modifiable lvalue: op "="
- } "scan.l", line 602: left operand must be modifiable lvalue: op "="
- } "scan.l", line 612: left operand must be modifiable lvalue: op "="
- } "scan.l", line 732: left operand must be modifiable lvalue: op "="
- } "scan.l", line 736: left operand must be modifiable lvalue: op "+="
- } "scan.l", line 739: left operand must be modifiable lvalue: op "="
- } "scan.l", line 769: left operand must be modifiable lvalue: op "+="
- } "scan.l", line 776: left operand must be modifiable lvalue: op "="
- } *** Error code 1 (bu21)
- }
- } make: fatal error.
- } *** Error code 1 (bu21)
- }
- } make: fatal error.
-
- One problem I have with this is that the reported line numbers don't
- correspond to anything recognizable in either scan.l (which isn't that big)
- or in scan.c (where they're mostly in the midst of the huge initializer).
-
- Anybody got any help? Please followup to comp.unix.sysv386, which I regularly
- read, and which corresponds to where I imagine the trouble is. Or send e-mail.
- --
- Kevin O'Gorman ( kevin@kosman.UUCP, kevin%kosman.uucp@nrc.com )
- voice: 805-984-8042 Vital Computer Systems, 5115 Beachcomber, Oxnard, CA 93035
- Non-Disclaimer: my boss is me, and he stands behind everything I say.
-