Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 1996 08:36:08 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        kimc@w8hd.org, dave@dogwood.com (Dave Cornejo)
Subject:   Re: Current build failure
Message-ID:  <199609020636.IAA22078@uriah.heep.sax.de>
In-Reply-To: <199609020226.TAA17393@white.dogwood.com> from Dave Cornejo at "Sep 1, 96 07:26:11 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
As Dave Cornejo wrote:

> I edited locate.c and replaced all occurances of
> 
>   #include <fastfind.c>
> 
> with
> 
>   #include "fastfind.c"
> 
> to get it to compile.  Isn't this correct for files from the local directory?

It bogusly hides another error.  The build sequence should not rely on
"" vs. <>, instead it must specify the right -I option.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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