Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 02:27:42 -0600 (CST)
From:      bruce.burden@compaq.com
To:        current@freebsd.org
Subject:   VERSION undefined in /usr/src/gnu/usr.bin/grep/grep.c
Message-ID:  <199911210827.CAA21479@panther.txn.cpqcorp.net>

next in thread | raw e-mail | index | archive | help



   Okay, here is the problem:

cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1  -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1  -DHAVE_VALLOC=1 -DHAVE_WORKING_MMAP=1 -DHAVE_LIBZ=1 -DHAVE_FTS=1   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/dfa.c
cc -O -pipe -DGREP -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1  -DHAVE_GETPAGESIZE=1 -DHAVE_MEMCHR=1 -DHAVE_STRERROR=1  -DHAVE_VALLOC=1 -DHAVE_WORKING_MMAP=1 -DHAVE_LIBZ=1 -DHAVE_FTS=1   -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/grep/grep.c
/usr/src/gnu/usr.bin/grep/grep.c: In function `main':
/usr/src/gnu/usr.bin/grep/grep.c:1314: `VERSION' undeclared (first use in this function)
/usr/src/gnu/usr.bin/grep/grep.c:1314: (Each undeclared identifier is reported only once
/usr/src/gnu/usr.bin/grep/grep.c:1314: for each function it appears in.)

   Here is the Makefile header:

# $FreeBSD: src/gnu/usr.bin/grep/Makefile,v 1.18 1999/11/20 09:40:03 peter Exp $

MAINTAINER= wosch


	Obviously I could simply define anything I wanted for "VERSION"
   in the cflags, and go on my merry way, but I thought I would ask
   what VERSION was supposed to be, and point out that it is missing.

						Thanks,
							Bruce
-- 
-------------------------------------------------------------------------------
  Bruce Burden            bruceb@isd.tandem.com         Tandem Computers Inc.
  512-432-8944            Network Verification          14231 Tandem Blvd.
  Auto answer(4 rings)                                  Austin, TX 78726


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911210827.CAA21479>