home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12520 < prev    next >
Encoding:
Text File  |  1992-12-12  |  2.4 KB  |  56 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!psinntp!atldbs!jcarr
  3. From: jcarr@dbs.com (John Carroll)
  4. Subject: Re: Busted Lex
  5. Message-ID: <1992Dec11.144028.17941@dbs.com>
  6. Date: Fri, 11 Dec 1992 14:40:28 GMT
  7. References: <199211292000.AA14676@stormking.com>
  8. Organization: D&B Software, Inc.
  9. Lines: 45
  10.  
  11. tuc@stormking.com (Scott J Ellentuch) writes:
  12. : Hi all,
  13. :     No, this is isn't a report that the hacker Lex Luthor was busted.
  14. : This is to cry that my lex is busted.  I thought I'd be smart and use it
  15. : on a 3.2 machine I have access to (I'm at 3.1.7) and it generated some
  16. : items that aren't in my mbstr.h but is on a 3.2 (mbsinvalid).
  17. :     If there is anyone out there with a 3.1.5/6/7 that has a working
  18. : lex, that can send me the lex'd lex.l files in:
  19. :         clients/twm
  20. :         demos/xgc
  21. :         fonts/PEX
  22. :     (Underneath the mit directory of X11R5), I'd REALLY appreciate it.
  23. : This has been making me nuts!!!
  24. :                 Scott
  25. : -- 
  26. : ****************************************************************************
  27. : * ---   ---  |Scott J. Ellentuch, Pres  | The Telecom Security Group       *
  28. : ****************************************************************************
  29.  
  30. I experienced a problem with Lex that was pretty baffling.  I had just upgraded
  31. to 3.2.2 and was making some changes to some diagnostic programs written with
  32. Lex and Yacc.  When I tried to 'make' the program, lex complained about the
  33. last character in the scanner.l file, not matter what it was.  For instance, I
  34. had some utility functions at the bottom of the Lex file and it kept
  35. complaining about the closing } in the final function.  It still produces a
  36. lex.yy.c file, excluding the character that it was complaining about.  I
  37. finally just went into the lex.yy.c file and put the closing brace in by hand.
  38. Worked fine.  I've since gotten a fix from Austin for this, but what a pain in
  39. the ass!!!
  40.  
  41. John
  42.  
  43. --
  44. <<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>
  45. < DDDDDD     &&&     BBBBBB |John B. Carroll (jcarr@dbs.com)  _/ "If the      >
  46. <  DD  DD   && &&     BB  BB|Dun & Bradstreet Software, Inc._/  thunder don't >
  47. <  DD  DDD   &&&      BBBBB |3445 Peachtree Rd, NE        _/   get you then   >
  48. <  DD  DD   &  && &   BB  BB|Atlanta, GA 30318          _/    the lightnin'   >
  49. < DDDDDD     &&& &   BBBBBB |(404) 239-3466            /     will!  :^)"      >
  50. <<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>
  51.