Date: Thu, 5 Mar 1998 06:20:54 -0800 (PST) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: "Michael Sperber [Mr. Preprocessor]" <sperber@informatik.uni-tuebingen.de> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Compile failure on gctags Message-ID: <Pine.BSF.3.96.980305061317.10016C-100000@opus.cts.cwu.edu> In-Reply-To: <y9lvhttxrrc.fsf@modas.informatik.uni-tuebingen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael, I didn't see it at first, but now I do: global is contribified in -stable, so there shouldn't be ANY program source files under src/usr.bin/global. I just built it here without any problem. The question is, what's up with your sources? I'm not sure how you are updating your sources, but you should use CVSup. See the FreeBSD Handbook at http://www.freebsd.org for instructions on how to do that. If you are ftp'ing the CVS repository, that is a sure way to run amok - retrieve that with CVSup as well. If you are updating your tree with CVS, you must say 'cvs update -Pd -rRELENG_2_2' in /usr/src. Regards, -Chris On 5 Mar 1998, Michael Sperber [Mr. Preprocessor] wrote: > > In yesterday's STABLE (fetched from ftp.de.freebsd.org), the build > fails like this: > > /usr/src/usr.bin/global/gctags/C.c: In function `c_entries': > /usr/src/usr.bin/global/gctags/C.c:280: `rflag' undeclared (first use this function) > /usr/src/usr.bin/global/gctags/C.c:280: (Each undeclared identifier is reported only once > /usr/src/usr.bin/global/gctags/C.c:280: for each function it appears in.) > > I think that one occurrence of rtag needs to be protected by an > > #ifdef GTAGS > > -- > Cheers =8-} Mike > Friede, Völkerverständigung und überhaupt blabla > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980305061317.10016C-100000>