home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 16780 < prev    next >
Encoding:
Text File  |  1992-11-15  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!sun4nl!dutrun!donau!duteca.et.tudelft.nl!marcel
  3. From: marcel@duteca.et.tudelft.nl (Marcel J.E. Mol)
  4. Subject: Re: groff 1.06 compile errors
  5. Message-ID: <1992Nov15.211800.29110@donau.et.tudelft.nl>
  6. Sender: news@donau.et.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: duteca.et.tudelft.nl
  8. Organization: Delft University of Technology, Dept. of Electrical Engineering
  9. References: <1992Nov11.181452.2369@aladin.tynet.sub.org>
  10. Date: Sun, 15 Nov 1992 21:18:00 GMT
  11. Lines: 29
  12.  
  13. root@aladin.tynet.sub.org (Admin Klaus Herrmann) writes:
  14.  
  15. >symbol.cc:33: parse error before `1024'
  16. >make[2]: *** [symbol.o] Error 1
  17. >make[2]: Target `all' not remade because of errors.
  18. >make[1]: *** [troff] Error 1
  19.  
  20. >indxbib.cc:51: parse error before `('
  21. >indxbib.cc: In function `char * get_cwd ()':
  22. >indxbib.cc:323: warning: implicit declaration of function `getcwd'
  23. >make[2]: *** [indxbib.o] Error 1
  24.  
  25. All have to do with the 
  26.     const int BLOCK_SIZE = 1024;
  27.  
  28. lines. I think BLOCK_SIZE was already defined somewere else and breakes
  29. the compile process.
  30. I changed all references to BLOCK_SIZE in the two files to BLK_SIZE,
  31. and compilation went fine...
  32.  
  33. -Marcel
  34. -- 
  35. #########################################
  36. # Marcel J.E. Mol                       ######################################
  37. # Delft University of Technology          Pink Elephant B.V.                 #
  38. # The Netherlands                         Voorburg                           #
  39. # inet: marcel@duteca.et.tudelft.nl       Tel: 070-3694231                   #
  40. #                            (Tel private: 070-3361515)                         #
  41. ##############################################################################
  42.