home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- 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
- From: marcel@duteca.et.tudelft.nl (Marcel J.E. Mol)
- Subject: Re: groff 1.06 compile errors
- Message-ID: <1992Nov15.211800.29110@donau.et.tudelft.nl>
- Sender: news@donau.et.tudelft.nl (UseNet News System)
- Nntp-Posting-Host: duteca.et.tudelft.nl
- Organization: Delft University of Technology, Dept. of Electrical Engineering
- References: <1992Nov11.181452.2369@aladin.tynet.sub.org>
- Date: Sun, 15 Nov 1992 21:18:00 GMT
- Lines: 29
-
- root@aladin.tynet.sub.org (Admin Klaus Herrmann) writes:
-
- >symbol.cc:33: parse error before `1024'
- >make[2]: *** [symbol.o] Error 1
- >make[2]: Target `all' not remade because of errors.
- >make[1]: *** [troff] Error 1
-
- >indxbib.cc:51: parse error before `('
- >indxbib.cc: In function `char * get_cwd ()':
- >indxbib.cc:323: warning: implicit declaration of function `getcwd'
- >make[2]: *** [indxbib.o] Error 1
-
- All have to do with the
- const int BLOCK_SIZE = 1024;
-
- lines. I think BLOCK_SIZE was already defined somewere else and breakes
- the compile process.
- I changed all references to BLOCK_SIZE in the two files to BLK_SIZE,
- and compilation went fine...
-
- -Marcel
- --
- #########################################
- # Marcel J.E. Mol ######################################
- # Delft University of Technology Pink Elephant B.V. #
- # The Netherlands Voorburg #
- # inet: marcel@duteca.et.tudelft.nl Tel: 070-3694231 #
- # (Tel private: 070-3361515) #
- ##############################################################################
-