home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13374 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  2.5 KB

  1. Xref: sparky comp.unix.sysv386:13374 gnu.misc.discuss:2741
  2. Newsgroups: comp.unix.sysv386,gnu.misc.discuss
  3. Path: sparky!uunet!cs.utexas.edu!convex!nrc.com!kosman!kevin
  4. From: kevin@kosman.uucp (Kevin O'Gorman)
  5. Subject: Anyone made GNU flex on ESIX 4?
  6. Message-ID: <1992Aug20.015455.4589@kosman.uucp>
  7. Followup-To: comp.unix.sysv386
  8. Organization: Vital Software Services, Oxnard, CA
  9. Date: Thu, 20 Aug 1992 01:54:55 GMT
  10. Lines: 42
  11.  
  12. I'm trying to do the above: make GNU flex 2.3.7 on my ESIX 4.0.3a system.
  13. I'm using stock compiler, linker, the works.
  14.  
  15. make first-flex seems to work okay.
  16. make test       seems to work okay.
  17. make bigtest    seems to work partway through, then we get...
  18.  
  19. } ...[omitting several successful tests]...
  20. }     rm -f scan.c ; make COMPRESSION="-CFe" test
  21. }     ./flex -ist8 -Sflex.skel -CFe scan.l >scan.c
  22. }     cc -O -DUSG -c scan.c
  23. } "scan.l", line 2233: left operand must be modifiable lvalue: op "="
  24. } "scan.l", line 2244: left operand must be modifiable lvalue: op "+="
  25. } "scan.l", line 2248: left operand must be modifiable lvalue: op "="
  26. } "scan.l", line 2269: left operand must be modifiable lvalue: op "="
  27. } "scan.l", line 539: left operand must be modifiable lvalue: op "="
  28. } "scan.l", line 550: left operand must be modifiable lvalue: op "="
  29. } "scan.l", line 558: left operand must be modifiable lvalue: op "="
  30. } "scan.l", line 602: left operand must be modifiable lvalue: op "="
  31. } "scan.l", line 612: left operand must be modifiable lvalue: op "="
  32. } "scan.l", line 732: left operand must be modifiable lvalue: op "="
  33. } "scan.l", line 736: left operand must be modifiable lvalue: op "+="
  34. } "scan.l", line 739: left operand must be modifiable lvalue: op "="
  35. } "scan.l", line 769: left operand must be modifiable lvalue: op "+="
  36. } "scan.l", line 776: left operand must be modifiable lvalue: op "="
  37. } *** Error code 1 (bu21)
  38. } make: fatal error.
  39. } *** Error code 1 (bu21)
  40. } make: fatal error.
  41.  
  42. One problem I have with this is that the reported line numbers don't
  43. correspond to anything recognizable in either scan.l (which isn't that big)
  44. or in scan.c (where they're mostly in the midst of the huge initializer).
  45.  
  46. Anybody got any help?  Please followup to comp.unix.sysv386, which I regularly
  47. read, and which corresponds to where I imagine the trouble is.  Or send e-mail.
  48. -- 
  49. Kevin O'Gorman ( kevin@kosman.UUCP, kevin%kosman.uucp@nrc.com )
  50. voice: 805-984-8042 Vital Computer Systems, 5115 Beachcomber, Oxnard, CA  93035
  51. Non-Disclaimer: my boss is me, and he stands behind everything I say.
  52.