Date: Tue, 5 Aug 1997 08:37:04 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: ccordero@wiley.csusb.edu (Chad R Cordero) Cc: freebsd-bugs@hub.freebsd.org Subject: Re: make world fails after cvsup Message-ID: <19970805083704.VF09420@uriah.heep.sax.de> In-Reply-To: <Pine.SUN.3.95.970804164010.11105B-100000@wiley.csusb.edu>; from Chad R Cordero on Aug 4, 1997 16:49:08 -0700 References: <Pine.SUN.3.95.970804164010.11105B-100000@wiley.csusb.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
As Chad R Cordero wrote: > make world fails on the following file: > > /usr/src/usr.bin/xinstall/../../bin/ls/stat_flags.c > > it complains of two undeclared functions ("UF_NOUNLINK", and > "SF_NOUNLINK") in "flags_to_string" and "string_to_flag". How do I fix > this? Since the names are capitalized, that's for sure not a function, but rather a C preprocessor macro. Do a `make includes' first. That's probably related to Julian's addition of a new file flag. -- 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?19970805083704.VF09420>