From owner-freebsd-bugs Mon Aug 4 23:56:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA24930 for bugs-outgoing; Mon, 4 Aug 1997 23:56:08 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA24925 for ; Mon, 4 Aug 1997 23:56:04 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA27175; Tue, 5 Aug 1997 08:55:54 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id IAA15958; Tue, 5 Aug 1997 08:37:05 +0200 (MET DST) Message-ID: <19970805083704.VF09420@uriah.heep.sax.de> 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 References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Chad R Cordero on Aug 4, 1997 16:49:08 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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. ;-)