home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / utils / bug / 2247 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.3 KB  |  38 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!composit.me.uidaho.edu!mwibbels
  3. From: mwibbels@composit.me.uidaho.edu (mark wibbels)
  4. Subject: bison parser error message
  5. Message-ID: <9212172010.AA26631@life.ai.mit.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Thu, 17 Dec 1992 07:05:23 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 25
  12.  
  13. This is probably not a bug but perhaps you could
  14. address the issue anyway.  While trying to istall 
  15. the bison parser generator we get an error message
  16. after running the configuration and then typing 
  17. "make install".  The compiling process works for:
  18. LRO.c,derives.c....untill it gets to this message
  19.  
  20. "cc -c -g -DXPFILE=\"/usr/local/lib/bison.simple\" -DXPFILE= ..sameline
  21. \"/usr/local/lib/bison.hairy\" ./files.c ./system.h .....sameline
  22. :13 can't find include file strings.h
  23. * Error code 1
  24. STOP "
  25.  
  26. I have checked the files which were mentioned in 
  27. the lines proceeding the error message and they 
  28. were all contained in the bison-1.19 directory which
  29. were created by tar, but there is no strings.h.  Is
  30. bison supposed to use a strings.h which should be in
  31. the tarred file or is it supposed to use a strings.h
  32. which should already be on our system?
  33.  
  34. Your attention to this would be greatly appreciated
  35.                 thanks mwibbels
  36.  
  37.  
  38.